diff --git a/minecraft-server.jar b/minecraft-server.jar index 48d798c..24222ac 100644 Binary files a/minecraft-server.jar and b/minecraft-server.jar differ diff --git a/paper.yml b/paper.yml index f596c02..2d71509 100644 --- a/paper.yml +++ b/paper.yml @@ -67,7 +67,7 @@ world-settings: tnt-entity-height-nerf: 0 water-over-lava-flow-speed: 5 nether-ceiling-void-damage: false - queue-light-updates: true + queue-light-updates: false game-mechanics: disable-end-credits: false disable-chest-cat-detection: false diff --git a/permissions.yml b/permissions.yml index e6e04c9..13ef0f5 100644 --- a/permissions.yml +++ b/permissions.yml @@ -2,14 +2,19 @@ op: default: op children: essentials.ban.exempt: false + essentials.commandcooldowns.bypass: false essentials.invsee.preventmodify: false essentials.jail.exempt: false essentials.joinfullserver: false essentials.kick.exempt: false essentials.kill.exempt: false + essentials.list.hidden: false essentials.mute.exempt: false + essentials.near.maxexempt: false essentials.sudo.exempt: false - essentials.sudo.multiple: false + essentials.tempban.exempt: false + essentials.vanish.effect: false + essentials.vanish.interact: false essentials.vanish.see: false fawe.bypass: false deop: diff --git a/plugins/Essentials/config.yml b/plugins/Essentials/config.yml index e6a242a..f18bb10 100644 --- a/plugins/Essentials/config.yml +++ b/plugins/Essentials/config.yml @@ -317,7 +317,7 @@ enabledSigns: # How many times per second can Essentials signs be interacted with per player. # Values should be between 1-20, 20 being virtually no lag protection. # Lower numbers will reduce the possibility of lag, but may annoy players. -sign-use-per-second: 4 +sign-use-per-second: 2 # List of sign names Essentials should not protect. This feature is especially useful when # another plugin provides a sign that EssentialsX provides, but Essentials overrides. @@ -370,7 +370,7 @@ remove-god-on-disconnect: false # After this timeout in seconds, the user will be set as AFK. # This feature requires the player to have essentials.afk.auto node. # Set to -1 for no timeout. -auto-afk: 300 +auto-afk: -1 # Auto-AFK Kick # After this timeout in seconds, the user will be kicked from the server. @@ -395,7 +395,7 @@ cancel-afk-on-interact: true # Should we automatically remove afk status when a player moves? # Player will be removed from AFK on chat/command regardless of this setting. # Disable this to reduce server lag. -cancel-afk-on-move: true +cancel-afk-on-move: false # Set the player's list name when they are AFK. This is none by default which specifies that Essentials # should not interfere with the AFK player's list name. @@ -480,7 +480,7 @@ last-message-reply-recipient-timeout: 180 milk-bucket-easter-egg: true # Toggles whether or not the fly status message should be sent to players on join -send-fly-enable-on-join: true +send-fly-enable-on-join: false # Set to true to enable per-world permissions for setting time for individual worlds with essentials commands. # This applies to /time, /day, /eday, /night, /enight, /etime. diff --git a/plugins/Extras.jar b/plugins/Extras.jar index c716dc0..c437ef2 100644 Binary files a/plugins/Extras.jar and b/plugins/Extras.jar differ diff --git a/plugins/FastAsyncWorldEdit.jar b/plugins/FastAsyncWorldEdit.jar index 57b71e7..48cb890 100644 Binary files a/plugins/FastAsyncWorldEdit.jar and b/plugins/FastAsyncWorldEdit.jar differ diff --git a/plugins/FastAsyncWorldEdit/config.yml b/plugins/FastAsyncWorldEdit/config.yml index 691b35a..fd5b669 100644 --- a/plugins/FastAsyncWorldEdit/config.yml +++ b/plugins/FastAsyncWorldEdit/config.yml @@ -53,7 +53,7 @@ lighting: # Generic tick limiter (not necessarily WorldEdit related, but useful to stop abuse) tick-limiter: # Enable the limiter - enabled: true + enabled: false # The interval in ticks interval: 20 # Max falling blocks per interval (per chunk) diff --git a/plugins/ProtocolLib.jar b/plugins/ProtocolLib.jar index 91b9c03..43ab110 100644 Binary files a/plugins/ProtocolLib.jar and b/plugins/ProtocolLib.jar differ diff --git a/plugins/ViaVersion.jar b/plugins/ViaVersion.jar index 4b30da6..ec25040 100644 Binary files a/plugins/ViaVersion.jar and b/plugins/ViaVersion.jar differ diff --git a/plugins/WorldEdit.jar b/plugins/WorldEdit.jar index fd5d003..9411332 100644 Binary files a/plugins/WorldEdit.jar and b/plugins/WorldEdit.jar differ diff --git a/server.properties b/server.properties index 21b7e7e..931a496 100644 --- a/server.properties +++ b/server.properties @@ -3,7 +3,7 @@ allow-flight=true allow-nether=true broadcast-console-to-ops=true broadcast-rcon-to-ops=true -debug=true +debug=false difficulty=1 enable-command-block=true enable-query=false