mirror of
https://github.com/kaboomserver/server.git
synced 2024-12-22 15:45:07 +00:00
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
|
tnt-entity-height-nerf: 0
|
||||||
water-over-lava-flow-speed: 5
|
water-over-lava-flow-speed: 5
|
||||||
nether-ceiling-void-damage: false
|
nether-ceiling-void-damage: false
|
||||||
queue-light-updates: true
|
queue-light-updates: false
|
||||||
game-mechanics:
|
game-mechanics:
|
||||||
disable-end-credits: false
|
disable-end-credits: false
|
||||||
disable-chest-cat-detection: false
|
disable-chest-cat-detection: false
|
||||||
|
|
|
@ -2,14 +2,19 @@ op:
|
||||||
default: op
|
default: op
|
||||||
children:
|
children:
|
||||||
essentials.ban.exempt: false
|
essentials.ban.exempt: false
|
||||||
|
essentials.commandcooldowns.bypass: false
|
||||||
essentials.invsee.preventmodify: false
|
essentials.invsee.preventmodify: false
|
||||||
essentials.jail.exempt: false
|
essentials.jail.exempt: false
|
||||||
essentials.joinfullserver: false
|
essentials.joinfullserver: false
|
||||||
essentials.kick.exempt: false
|
essentials.kick.exempt: false
|
||||||
essentials.kill.exempt: false
|
essentials.kill.exempt: false
|
||||||
|
essentials.list.hidden: false
|
||||||
essentials.mute.exempt: false
|
essentials.mute.exempt: false
|
||||||
|
essentials.near.maxexempt: false
|
||||||
essentials.sudo.exempt: 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
|
essentials.vanish.see: false
|
||||||
fawe.bypass: false
|
fawe.bypass: false
|
||||||
deop:
|
deop:
|
||||||
|
|
|
@ -317,7 +317,7 @@ enabledSigns:
|
||||||
# How many times per second can Essentials signs be interacted with per player.
|
# 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.
|
# Values should be between 1-20, 20 being virtually no lag protection.
|
||||||
# Lower numbers will reduce the possibility of lag, but may annoy players.
|
# 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
|
# 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.
|
# 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.
|
# After this timeout in seconds, the user will be set as AFK.
|
||||||
# This feature requires the player to have essentials.afk.auto node.
|
# This feature requires the player to have essentials.afk.auto node.
|
||||||
# Set to -1 for no timeout.
|
# Set to -1 for no timeout.
|
||||||
auto-afk: 300
|
auto-afk: -1
|
||||||
|
|
||||||
# Auto-AFK Kick
|
# Auto-AFK Kick
|
||||||
# After this timeout in seconds, the user will be kicked from the server.
|
# 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?
|
# Should we automatically remove afk status when a player moves?
|
||||||
# Player will be removed from AFK on chat/command regardless of this setting.
|
# Player will be removed from AFK on chat/command regardless of this setting.
|
||||||
# Disable this to reduce server lag.
|
# 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
|
# 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.
|
# 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
|
milk-bucket-easter-egg: true
|
||||||
|
|
||||||
# Toggles whether or not the fly status message should be sent to players on join
|
# 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.
|
# 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.
|
# 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)
|
# Generic tick limiter (not necessarily WorldEdit related, but useful to stop abuse)
|
||||||
tick-limiter:
|
tick-limiter:
|
||||||
# Enable the limiter
|
# Enable the limiter
|
||||||
enabled: true
|
enabled: false
|
||||||
# The interval in ticks
|
# The interval in ticks
|
||||||
interval: 20
|
interval: 20
|
||||||
# Max falling blocks per interval (per chunk)
|
# 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
|
allow-nether=true
|
||||||
broadcast-console-to-ops=true
|
broadcast-console-to-ops=true
|
||||||
broadcast-rcon-to-ops=true
|
broadcast-rcon-to-ops=true
|
||||||
debug=true
|
debug=false
|
||||||
difficulty=1
|
difficulty=1
|
||||||
enable-command-block=true
|
enable-command-block=true
|
||||||
enable-query=false
|
enable-query=false
|
||||||
|
|
Loading…
Reference in a new issue