Skip to content

Commit

Permalink
Update to 1.16.5
Browse files Browse the repository at this point in the history
• Updated to 1.16.5
• All plugins and addons updated
• Use paper as base Jar
  • Loading branch information
robert-beckley committed Feb 22, 2021
1 parent 5e194a5 commit ecf0971
Show file tree
Hide file tree
Showing 44 changed files with 801 additions and 661 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Changelog
All notable changes to this project will be documented in this file.

## [2.3]

### Changed
- Updated to 1.16.5
- All plugins and addons updated
- Use paper as base Jar

## [2.2]

### Changed
Expand Down Expand Up @@ -55,6 +62,7 @@ All notable changes to this project will be documented in this file.
### Changed
- Initial commit of pack to Github for version control

[2.3]: https://github.com/apexhosting/HungerGames/releases/tag/2.3
[2.2]: https://github.com/apexhosting/HungerGames/releases/tag/2.2
[2.1]: https://github.com/apexhosting/HungerGames/releases/tag/2.1
[2.0]: https://github.com/apexhosting/HungerGames/releases/tag/2.0
Expand Down
Binary file not shown.
Binary file not shown.
141 changes: 141 additions & 0 deletions plugins/CoreProtect/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,141 @@
# CoreProtect Config

# CoreProtect is donationware. Obtain a donation key from coreprotect.net/donate/
donation-key:

# MySQL is optional and not required.
# If you prefer to use MySQL, enable the following and fill out the fields.
use-mysql: false
table-prefix: co_
mysql-host: 127.0.0.1
mysql-port: 3306
mysql-database: database
mysql-username: root
mysql-password:

# If enabled, CoreProtect will check for updates when your server starts up.
# If an update is available, you'll be notified via your server console.
check-updates: true

# If enabled, other plugins will be able to utilize the CoreProtect API.
api-enabled: true

# If enabled, extra data is displayed during rollbacks and restores.
# Can be manually triggered by adding "#verbose" to your rollback command.
verbose: true

# If no radius is specified in a rollback or restore, this value will be
# used as the radius. Set to "0" to disable automatically adding a radius.
default-radius: 10

# The maximum radius that can be used in a command. Set to "0" to disable.
# To run a rollback or restore without a radius, you can use "r:#global".
max-radius: 100

# If enabled, items taken from containers (etc) will be included in rollbacks.
rollback-items: true

# If enabled, entities, such as killed animals, will be included in rollbacks.
rollback-entities: true

# If enabled, generic data, like zombies burning in daylight, won't be logged.
skip-generic-data: true

# Logs blocks placed by players.
block-place: true

# Logs blocks broken by players.
block-break: true

# Logs blocks that break off of other blocks; for example, a sign or torch
# falling off of a dirt block that a player breaks. This is required for
# beds/doors to properly rollback.
natural-break: true

# Properly track block movement, such as sand or gravel falling.
block-movement: true

# Properly track blocks moved by pistons.
pistons: true

# Logs blocks that burn up in a fire.
block-burn: true

# Logs when a block naturally ignites, such as from fire spreading.
block-ignite: true

# Logs explosions, such as TNT and Creepers.
explosions: true

# Track when an entity changes a block, such as an Enderman destroying blocks.
entity-change: true

# Logs killed entities, such as killed cows and enderman.
entity-kills: true

# Logs text on signs. If disabled, signs will be blank when rolled back.
sign-text: true

# Logs lava and water sources placed/removed by players who are using buckets.
buckets: true

# Logs natural tree leaf decay.
leaf-decay: true

# Logs tree growth. Trees are linked to the player who planted the sappling.
tree-growth: true

# Logs mushroom growth.
mushroom-growth: true

# Logs natural vine growth.
vine-growth: true

# Logs when portals such as Nether portals generate naturally.
portals: true

# Logs water flow. If water destroys other blocks, such as torches,
# this allows it to be properly rolled back.
water-flow: true

# Logs lava flow. If lava destroys other blocks, such as torches,
# this allows it to be properly rolled back.
lava-flow: true

# Allows liquid to be properly tracked and linked to players.
# For example, if a player places water which flows and destroys torches,
# it can all be properly restored by rolling back that single player.
liquid-tracking: true

# Track item transactions, such as when a player takes items from
# a chest, furnace, or dispenser.
item-transactions: true

# Logs items dropped by players.
item-drops: true

# Logs items picked up by players.
item-pickups: true

# Track all hopper transactions, such as when a hopper removes items from a
# chest, furnace, or dispenser.
hopper-transactions: true

# Track player interactions, such as when a player opens a door, presses
# a button, or opens a chest. Player interactions can't be rolled back.
player-interactions: true

# Logs messages that players send in the chat.
player-messages: true

# Logs all commands used by players.
player-commands: true

# Logs the logins and logouts of players.
player-sessions: true

# Logs when a player changes their Minecraft username.
username-changes: true

# Logs changes made via the plugin "WorldEdit" if it's in use on your server.
worldedit: true
4 changes: 2 additions & 2 deletions plugins/Essentials/items.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#version: 2.18.1.0
#version: 2.18.2.0
# This file is for internal EssentialsX usage.
# We recommend using custom_items.yml to add custom aliases.
{
Expand Down Expand Up @@ -29011,4 +29011,4 @@
"zpmanmspawner": "zombified_piglin_spawner",
"zpmanspawner": "zombified_piglin_spawner"
}
#ae1c9750fc163b187fe265ec3bf902ad
#f5df8e1a49de719313ce9e7a361dadef
Binary file added plugins/EssentialsX-2.18.2.0.jar
Binary file not shown.
Binary file added plugins/EssentialsXChat-2.18.2.0.jar
Binary file not shown.
Binary file added plugins/EssentialsXSpawn-2.18.2.0.jar
Binary file not shown.
Binary file not shown.
Binary file added plugins/HungerGames-4.15.5.jar
Binary file not shown.
15 changes: 14 additions & 1 deletion plugins/HungerGames/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,15 @@ settings:
min-bonus-chestcontent: 1
teleport-at-end: false
teleport-at-end-time: 30
max-team-size: 3
debug: false
bonus-block-types:
- TRAPPED_CHEST
- BARREL
- SHULKER_BOX
hide-nametags: true
broadcast-join-messages: true
broadcast-win-messages: true
save-previous-location: true
reward:
enabled: false
cash: 500
Expand Down Expand Up @@ -119,3 +127,8 @@ kits:
- POTION potion:HEAL:60:2 2 name:&bSuper_Duper_Healing
potion-effects:
- FIRE_RESISTANCE:2:forever
team:
show-team-nametags: true
max-team-size: 3
allow-friendly-fire: false
can-see-friendly-invisibles: true
21 changes: 21 additions & 0 deletions plugins/HungerGames/language.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,3 +160,24 @@ track-new2: '&a&l |&6&l Swing the stick to track players! &a&l
lb-blank-space: ''
lb-combined-separator: ' : '
cmd-exit-set-arena: '&6<arena> Exit Spawn Set:'
spectator-start-title: You are now spectating!
team-prefix: '&7[&aTeam-<name>&7]'
team-suffix: ''
team-created: '&aCreated team: &b<name>'
team-already-exists: '&cTeam &b<name> &calready exists.'
team-already-have: '&cYou have already created a team: &b<name>'
team-none: '&cYou do not have a team, create one first with command &b''/hg team create
<name>'''
cmd-create-add-spawns: '&6You''re now ready to set some spawns with ''&a/hg addspawn&6'''
listener-wand-create-arena: '&6You''re now ready to create your arena with ''&a/hg
create&6'''
listener-wand-set-pos-2: '&6Now you need to set position 2!'
listener-wand-big-enough: '&cAn arena needs to be a cuboid of at least 5x5x5 in size.'
check-need-more-spawns: '&cYou still need &7<number> &c more spawns!'
check-broken-debug: '&cYour arena is marked as broken! use &7/hg debug <arena> &cto
check for errors!'
check-broken-debug-2: '&cIf no errors are found, please use &7/hg toggle <arena>&c!'
check-invalid-lobby: '&cYour LobbyWall is invalid! Please reset them!'
check-set-lobby: '&6Set lobbywall: &7/hg setlobbywall <arena>'
check-ready-run: '&aYour HungerGames arena &7<arena>&a is ready to run!'
lb-missing-player: <none>
File renamed without changes.
1 change: 1 addition & 0 deletions plugins/Multiverse-Core/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,4 @@ multiverse-configuration:
defaultportalsearch: 'false'
portalsearchradius: '128'
autopurge: 'true'
idonotwanttodonate: 'false'
51 changes: 2 additions & 49 deletions plugins/Multiverse-Core/worlds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,54 +89,7 @@ worlds:
bedRespawn: 'true'
worldBlacklist: []
environment: NORMAL
seed: '461680750902393023'
generator: 'null'
playerLimit: '-1'
allowFlight: 'true'
flatroom:
==: MVWorld
hidden: 'false'
alias: flatroom
color: WHITE
style: NORMAL
pvp: 'true'
scale: '1.0'
respawnWorld: ''
allowWeather: 'true'
difficulty: EASY
spawning:
==: MVSpawnSettings
animals:
==: MVSpawnSubSettings
spawn: 'true'
spawnrate: '-1'
exceptions: []
monsters:
==: MVSpawnSubSettings
spawn: 'true'
spawnrate: '-1'
exceptions: []
entryfee:
==: MVEntryFee
amount: '0.0'
hunger: 'true'
autoHeal: 'true'
adjustSpawn: 'true'
portalForm: ALL
gameMode: SURVIVAL
keepSpawnInMemory: 'true'
spawnLocation:
==: MVSpawnLocation
x: 839.0
y: 4.0
z: 1028.0
pitch: 0.0
yaw: 0.0
autoLoad: 'true'
bedRespawn: 'true'
worldBlacklist: []
environment: NORMAL
seed: '-4893268947182547700'
seed: '1962504770608627350'
generator: 'null'
playerLimit: '-1'
allowFlight: 'true'
Expand Down Expand Up @@ -183,7 +136,7 @@ worlds:
bedRespawn: 'true'
worldBlacklist: []
environment: NETHER
seed: '461680750902393023'
seed: '1962504770608627350'
generator: 'null'
playerLimit: '-1'
allowFlight: 'true'
Expand Down
Binary file not shown.
File renamed without changes.
File renamed without changes.
4 changes: 0 additions & 4 deletions plugins/PluginMetrics/config.yml

This file was deleted.

Binary file added plugins/ProtocolLib-495.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion plugins/ProtocolLib/lastupdate
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1604877058
1613961823
Binary file added plugins/ProtocolSupport-596.jar
Binary file not shown.
File renamed without changes.
File renamed without changes.
34 changes: 17 additions & 17 deletions plugins/TitleManager/animations/left-to-right.txt
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
[0;5;0]&7&b-&7---------
[0;2;0]&7-&b-&7--------
[0;2;0]&7--&b-&7-------
[0;2;0]&7---&b-&7------
[0;2;0]&7----&b-&7-----
[0;2;0]&7-----&b-&7----
[0;2;0]&7------&b-&7---
[0;2;0]&7-------&b-&7--
[0;2;0]&7--------&b-&7-
[0;5;0]&7---------&b-&7
[0;2;0]&7--------&b-&7-
[0;2;0]&7-------&b-&7--
[0;2;0]&7------&b-&7---
[0;2;0]&7-----&b-&7----
[0;2;0]&7----&b-&7-----
[0;2;0]&7---&b-&7------
[0;2;0]&7--&b-&7-------
[0;5;0]&7&b-&7---------
[0;2;0]&7-&b-&7--------
[0;2;0]&7--&b-&7-------
[0;2;0]&7---&b-&7------
[0;2;0]&7----&b-&7-----
[0;2;0]&7-----&b-&7----
[0;2;0]&7------&b-&7---
[0;2;0]&7-------&b-&7--
[0;2;0]&7--------&b-&7-
[0;5;0]&7---------&b-&7
[0;2;0]&7--------&b-&7-
[0;2;0]&7-------&b-&7--
[0;2;0]&7------&b-&7---
[0;2;0]&7-----&b-&7----
[0;2;0]&7----&b-&7-----
[0;2;0]&7---&b-&7------
[0;2;0]&7--&b-&7-------
[0;2;0]&7-&b-&7--------
Expand Down
34 changes: 17 additions & 17 deletions plugins/TitleManager/animations/right-to-left.txt
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
[0;5;0]&7---------&b-&7
[0;2;0]&7--------&b-&7-
[0;2;0]&7-------&b-&7--
[0;2;0]&7------&b-&7---
[0;2;0]&7-----&b-&7----
[0;2;0]&7----&b-&7-----
[0;2;0]&7---&b-&7------
[0;2;0]&7--&b-&7-------
[0;2;0]&7-&b-&7--------
[0;5;0]&7&b-&7---------
[0;2;0]&7-&b-&7--------
[0;2;0]&7--&b-&7-------
[0;2;0]&7---&b-&7------
[0;2;0]&7----&b-&7-----
[0;2;0]&7-----&b-&7----
[0;2;0]&7------&b-&7---
[0;2;0]&7-------&b-&7--
[0;5;0]&7---------&b-&7
[0;2;0]&7--------&b-&7-
[0;2;0]&7-------&b-&7--
[0;2;0]&7------&b-&7---
[0;2;0]&7-----&b-&7----
[0;2;0]&7----&b-&7-----
[0;2;0]&7---&b-&7------
[0;2;0]&7--&b-&7-------
[0;2;0]&7-&b-&7--------
[0;5;0]&7&b-&7---------
[0;2;0]&7-&b-&7--------
[0;2;0]&7--&b-&7-------
[0;2;0]&7---&b-&7------
[0;2;0]&7----&b-&7-----
[0;2;0]&7-----&b-&7----
[0;2;0]&7------&b-&7---
[0;2;0]&7-------&b-&7--
[0;2;0]&7--------&b-&7-
Expand Down
File renamed without changes.
Loading

0 comments on commit ecf0971

Please sign in to comment.