-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
104 changed files
with
291 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
# Todo | ||
List of items to be done before next release | ||
|
||
- Swap from spigot to paper | ||
- Pack and Prep files.zip |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
1597762421 | ||
1600480592 |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,62 @@ | ||
# | ||
# WorldGuard blacklist | ||
# | ||
# The blacklist lets you block actions, blocks, and items from being used. | ||
# You choose a set of "items to affect" and a list of "actions to perform." | ||
# | ||
############################################################################### | ||
# | ||
# Example to block some ore mining and placement: | ||
# [coal_ore,gold_ore,iron_ore] | ||
# on-break=deny,log,kick | ||
# on-place=deny,tell | ||
# | ||
# Events that you can detect: | ||
# - on-break (when a block of this type is about to be broken) | ||
# - on-destroy-with (the item/block held by the user while destroying) | ||
# - on-place (a block is being placed) | ||
# - on-use (an item like flint and steel or a bucket is being used) | ||
# - on-interact (when a block in used (doors, chests, etc.)) | ||
# - on-drop (an item is being dropped from the player's inventory) | ||
# - on-acquire (an item enters a player's inventory via some method) | ||
# - on-equip (an item is equipped to the player's armor slots) | ||
# NOTE: on-equip is overprotective due to deficiencies in Bukkit API | ||
# - on-dispense (a dispenser is about to dispense an item) | ||
# | ||
# Actions (for events): | ||
# - deny (deny completely, used blacklist mode) | ||
# - allow (used in whitelist mode) | ||
# - notify (notify admins with the 'worldguard.notify' permission) | ||
# - log (log to console/file/database) | ||
# - tell (tell a player that that's not allowed) | ||
# - kick (kick player) | ||
# - ban (ban player) | ||
# | ||
# Options: | ||
# - ignore-groups (comma-separated list of groups to not affect) | ||
# - ignore-perms (comma-separated list of permissions to not affect - make up | ||
# your very own permissions!) | ||
# - comment (message for yourself that is printed with 'log' and 'notify') | ||
# - message (optional message to show the user instead; %s is the item name) | ||
# | ||
############################################################################### | ||
# | ||
# For more information, see: | ||
# https://worldguard.enginehub.org/en/latest/blacklist/ | ||
# | ||
############################################################################### | ||
# | ||
# Some examples follow. | ||
# REMEMBER: If a line has # in front, it will be ignored. | ||
# | ||
|
||
# Deny lava buckets | ||
#[lava_bucket] | ||
#ignore-perms=my.own.madeup.permission | ||
#ignore-groups=admins,mods | ||
#on-use=deny,tell | ||
|
||
# Deny some ore | ||
#[coal_ore,gold_ore,iron_ore] | ||
#ignore-groups=admins,mods | ||
#on-break=notify,deny,log |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# | ||
# WorldGuard's world configuration file | ||
# | ||
# This is a world configuration file. Anything placed into here will only | ||
# affect this world. If you don't put anything in this file, then the | ||
# settings will be inherited from the main configuration file. | ||
# | ||
# If you see {} below, that means that there are NO entries in this file. | ||
# Remove the {} and add your own entries. | ||
# | ||
|
||
regions: | ||
titles-always-use-default-times: true |
Binary file renamed
BIN
+465 KB
plugins/[1.16]CoreProtect-19.1.jar → plugins/[1.16]CoreProtect-19.2.jar
Binary file not shown.
Binary file renamed
BIN
+1.58 MB
plugins/[1.16]EssentialsX-2.18.0.0.jar → plugins/[1.16]EssentialsX-2.18.1.0.jar
Binary file not shown.
Binary file renamed
BIN
+12.5 KB
plugins/[1.16]EssentialsXChat-2.18.0.0.jar → plugins/[1.16]EssentialsXChat-2.18.1.0.jar
Binary file not shown.
Binary file not shown.
Binary file not shown.
File renamed without changes.
Binary file renamed
BIN
+292 KB
plugins/[1.16]NametagEdit-4.4.10.jar → plugins/[1.16]NametagEdit-Custom.jar
Binary file not shown.
Binary file renamed
BIN
+1.29 MB
plugins/[1.16]ProtocolLib-4.5.1.jar → ...ins/[1.16]ProtocolLib-4.6.0-Build-480.jar
Binary file not shown.
Binary file renamed
BIN
+4.16 MB
plugins/[1.16]Worldedit-7.2.0-beta-03.jar → plugins/[1.16]Worldedit-7.2.0-beta-05.jar
Binary file not shown.
Oops, something went wrong.
e69435d
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Parkour [1.16.3]