mirror of
https://github.com/kaboomserver/server.git
synced 2025-08-04 20:07:08 +00:00
Latest updates
This commit is contained in:
parent
caf7048a3e
commit
67160ffe8c
46 changed files with 117 additions and 47 deletions
|
@ -13,6 +13,8 @@
|
|||
|
||||
# If you have problems join the Essentials help support channel: http://tiny.cc/EssentialsChat
|
||||
|
||||
# Version 2.16.1.209
|
||||
|
||||
# KITS ARE NOW IN THE kits.yml FILE
|
||||
|
||||
############################################################
|
||||
|
@ -34,6 +36,10 @@ max-nick-length: 99999
|
|||
# ie: "&6Notch" has 7 characters (2 are part of a color code), a length of 5 is used when this option is set to true
|
||||
ignore-colors-in-max-nick-length: true
|
||||
|
||||
# When this option is enabled, display names for hidden users will not be shown. This prevents players from being
|
||||
# able to see that they are online while vanished.
|
||||
hide-displayname-in-vanish: true
|
||||
|
||||
# Disable this if you have any other plugin, that modifies the displayname of a user.
|
||||
change-displayname: true
|
||||
|
||||
|
@ -74,10 +80,10 @@ teleport-delay: 0
|
|||
|
||||
# The delay, in seconds, a player can't be attacked by other players after they have been teleported by a command.
|
||||
# This will also prevent the player attacking other players.
|
||||
teleport-invulnerability: 0
|
||||
teleport-invulnerability: 4
|
||||
|
||||
# Whether to make all teleportations go to the center of the block; where the x and z coordinates decimal become .5
|
||||
teleport-to-center: false
|
||||
teleport-to-center: true
|
||||
|
||||
# The delay, in seconds, required between /heal or /feed attempts.
|
||||
heal-cooldown: 0
|
||||
|
@ -143,7 +149,6 @@ overridden-commands:
|
|||
# You should not have to disable commands used in other plugins, they will automatically get priority.
|
||||
# See http://wiki.bukkit.org/Commands.yml#aliases to map commands to other plugins.
|
||||
disabled-commands:
|
||||
# - tp
|
||||
# - nick
|
||||
# - clear
|
||||
|
||||
|
@ -278,6 +283,12 @@ player-commands:
|
|||
- worth
|
||||
- xmpp
|
||||
|
||||
# Use this option to force superperms-based permissions handler regardless of detected installed perms plugin.
|
||||
# This is useful if you want superperms-based permissions (with wildcards) for custom permissions plugins.
|
||||
# If you wish to use EssentialsX's built-in permissions using the `player-commands` section above, set this to false.
|
||||
# Default is true.
|
||||
use-bukkit-permissions: true
|
||||
|
||||
# When this option is enabled, one-time use kits (ie. delay < 0) will be
|
||||
# removed from the /kit list when a player can no longer use it
|
||||
skip-used-one-time-kits-from-kit-list: false
|
||||
|
@ -319,6 +330,11 @@ enabledSigns:
|
|||
# Lower numbers will reduce the possibility of lag, but may annoy players.
|
||||
sign-use-per-second: 2
|
||||
|
||||
# Allow item IDs on pre-existing signs on 1.13 and above.
|
||||
# You cannot use item IDs on new signs, but this will allow players to interact with signs that
|
||||
# were placed before 1.13.
|
||||
allow-old-id-signs: false
|
||||
|
||||
# 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.
|
||||
# For example, if a plugin provides a [kit] sign, and you wish to use theirs instead of
|
||||
|
@ -397,6 +413,11 @@ cancel-afk-on-interact: true
|
|||
# Disable this to reduce server lag.
|
||||
cancel-afk-on-move: false
|
||||
|
||||
# Should AFK players be ignored when other players are trying to sleep?
|
||||
# When this setting is false, players won't be able to skip the night if some players are AFK.
|
||||
# Users with the permission node essentials.sleepingignored will always be ignored.
|
||||
sleep-ignores-afk-players: true
|
||||
|
||||
# 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.
|
||||
# You may use color codes, use {USERNAME} the player's name or {PLAYER} for the player's displayname.
|
||||
|
@ -452,7 +473,7 @@ unsafe-enchantments: true
|
|||
register-back-in-listener: true
|
||||
|
||||
#Delay to wait before people can cause attack damage after logging in.
|
||||
login-attack-delay: 0
|
||||
login-attack-delay: 5
|
||||
|
||||
#Set the max fly speed, values range from 0.1 to 1.0
|
||||
max-fly-speed: 0.8
|
||||
|
@ -471,12 +492,13 @@ max-tempban-time: -1
|
|||
# If false, /r goes to the last person that messaged you.
|
||||
last-message-reply-recipient: true
|
||||
|
||||
# If last-message-reply-recipient is true, this specifies the duration, in seconds, that would need to elapse for the
|
||||
# If last-message-reply-recipient is enabled for a particular player,
|
||||
# this specifies the duration, in seconds, that would need to elapse for the
|
||||
# reply-recipient to update when receiving a message.
|
||||
# Default is 180 (3 minutes)
|
||||
last-message-reply-recipient-timeout: 180
|
||||
|
||||
# Toggles whether or not right clicking mobs with a milk bucket turns them into a baby.
|
||||
# Toggles whether or not clicking mobs with a milk bucket turns them into a baby.
|
||||
milk-bucket-easter-egg: true
|
||||
|
||||
# Toggles whether or not the fly status message should be sent to players on join
|
||||
|
@ -517,6 +539,31 @@ allow-bulk-buy-sell: true
|
|||
# This has no effect if the MOTD command or permission are disabled.
|
||||
delay-motd: 0
|
||||
|
||||
# A list of commands that should have their complementary confirm commands enabled by default.
|
||||
# This is empty by default, for the latest list of valid commands see the latest source config.yml.
|
||||
default-enabled-confirm-commands:
|
||||
#- pay
|
||||
#- clearinventory
|
||||
|
||||
# Whether or not to teleport a player back to their previous position after they have been freed from jail.
|
||||
teleport-back-when-freed-from-jail: true
|
||||
|
||||
# Set the timeout, in seconds for players to accept a tpa before the request is cancelled.
|
||||
# Set to 0 for no timeout.
|
||||
tpa-accept-cancellation: 120
|
||||
|
||||
# Allow players to set hats by clicking on their helmet slot.
|
||||
allow-direct-hat: true
|
||||
|
||||
# Allow in-game players to specify a world when running /broadcastworld.
|
||||
# If false, running /broadcastworld in-game will always send a message to the player's current world.
|
||||
# This doesn't affect running the command from the console, where a world is always required.
|
||||
allow-world-in-broadcastworld: true
|
||||
|
||||
# Should the usermap try to sanitise usernames before saving them?
|
||||
# You should only change this to false if you use Minecraft China.
|
||||
safe-usermap-names: true
|
||||
|
||||
############################################################
|
||||
# +------------------------------------------------------+ #
|
||||
# | EssentialsHome | #
|
||||
|
@ -544,12 +591,12 @@ sethome-multiple:
|
|||
# In this example someone with 'essentials.sethome.multiple' and 'essentials.sethome.multiple.vip' will have 5 homes.
|
||||
# Remember, they MUST have both permission nodes in order to be able to set multiple homes.
|
||||
|
||||
# Set the timeout, in seconds for players to accept a tpa before the request is cancelled.
|
||||
# Set to 0 for no timeout.
|
||||
tpa-accept-cancellation: 120
|
||||
|
||||
# Allow players to set hats by clicking on their helmet slot.
|
||||
allow-direct-hat: true
|
||||
# Controls whether players need the permission "essentials.home.compass" in order to point
|
||||
# the player's compass at their first home.
|
||||
#
|
||||
# Leaving this as false will retain Essentials' original behaviour, which is to always
|
||||
# change the compass' direction to point towards their first home.
|
||||
compass-towards-home-perm: false
|
||||
|
||||
############################################################
|
||||
# +------------------------------------------------------+ #
|
||||
|
@ -589,12 +636,6 @@ min-money: -10000
|
|||
# Enable this to log all interactions with trade/buy/sell signs and sell command.
|
||||
economy-log-enabled: false
|
||||
|
||||
# Use this option to force superperms-based permissions handler regardless of detected installed perms plugin.
|
||||
# This is useful if you want superperms-based permissions (with wildcards) for custom permissions plugins.
|
||||
# If you wish to use EssentialsX' built-in permissions using the `player-commands` section above, set this to false.
|
||||
# Default is true.
|
||||
use-bukkit-permissions: false
|
||||
|
||||
# Minimum acceptable amount to be used in /pay.
|
||||
minimum-pay-amount: 0.001
|
||||
|
||||
|
@ -656,7 +697,7 @@ chat:
|
|||
# Default: '{WORLDNAME} {DISPLAYNAME}&7:&r {MESSAGE}'
|
||||
# Admins: '{WORLDNAME} &c[{GROUP}]&r {DISPLAYNAME}&7:&c {MESSAGE}'
|
||||
|
||||
# If you are using group formats make sure to remove the '#' to allow the setting to be read.
|
||||
# If you are using group formats make sure to remove the '#' to allow the setting to be read.
|
||||
|
||||
############################################################
|
||||
# +------------------------------------------------------+ #
|
||||
|
@ -798,20 +839,19 @@ protect:
|
|||
warn-on-build-disallow: true
|
||||
|
||||
# For which block types would you like to be alerted?
|
||||
# You can find a list of IDs in plugins/Essentials/items.csv after loading Essentials for the first time.
|
||||
# 10 = lava :: 11 = still lava :: 46 = TNT :: 327 = lava bucket
|
||||
# You can find a list of items at https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Material.html.
|
||||
alert:
|
||||
on-placement: 10,11,46,327
|
||||
on-use: 327
|
||||
on-placement: LAVA,TNT,LAVA_BUCKET
|
||||
on-use: LAVA_BUCKET
|
||||
on-break:
|
||||
|
||||
blacklist:
|
||||
|
||||
# Which blocks should people be prevented from placing?
|
||||
placement: 10,11,46,327
|
||||
placement: LAVA,TNT,LAVA_BUCKET
|
||||
|
||||
# Which items should people be prevented from using?
|
||||
usage: 327
|
||||
usage: LAVA_BUCKET
|
||||
|
||||
# Which blocks should people be prevented from breaking?
|
||||
break:
|
||||
|
|
|
@ -1 +1 @@
|
|||
There are no rules, you silly goose!
|
||||
Would you like some rules? Too bad there are none.
|
||||
|
|
|
@ -1,10 +0,0 @@
|
|||
updateSpawnsToNewSpawnsConfig: true
|
||||
updateJailsToNewJailsConfig: true
|
||||
warnMetrics: true
|
||||
moverulesToFile: true
|
||||
sanitizeAllUserFilenames: true
|
||||
updateUsersPowerToolsFormat: true
|
||||
updateUsersHomesFormat: true
|
||||
deleteOldItemsCsv: true
|
||||
banFormatChange: true
|
||||
userMapRepaired: true
|
Loading…
Add table
Add a link
Reference in a new issue