Latest files
Former-commit-id: 50d62e413d6af96e4a83f3f32d6148466174d251
This commit is contained in:
parent
a3db6a656e
commit
30005ffd90
11 changed files with 13 additions and 8 deletions
Binary file not shown.
|
@ -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
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -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.
|
||||
|
|
Binary file not shown.
Binary file not shown.
|
@ -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)
|
||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue