Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
45 changes: 31 additions & 14 deletions plugins/Essentials/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ backup:
#command: 'rdiff-backup World1 backups/World1'

# Set this true to enable permission per warp.
per-warp-permission: false
per-warp-permission: true

# Sort output of /list command by groups.
# You can hide and merge the groups displayed in /list by defining the desired behaviour here.
Expand Down Expand Up @@ -336,7 +336,7 @@ auto-afk: 300
# After this timeout in seconds, the user will be kicked from the server.
# essentials.afk.kickexempt node overrides this feature.
# Set to -1 for no timeout.
auto-afk-kick: -1
auto-afk-kick: 900

# Set this to true, if you want to freeze the player, if the player is AFK.
# Other players or monsters can't push the player out of AFK mode then.
Expand Down Expand Up @@ -367,11 +367,11 @@ allow-silent-join-quit: false

# You can set a custom join message here, set to "none" to disable.
# You may use color codes, use {USERNAME} the player's name or {PLAYER} for the player's displayname.
custom-join-message: "none"
custom-join-message: "&a{USERNAME} &7joined the game."

# You can set a custom quit message here, set to "none" to disable.
# You may use color codes, use {USERNAME} the player's name or {PLAYER} for the player's displayname.
custom-quit-message: "none"
custom-quit-message: "&c{USERNAME} &7left the game."

# Add worlds to this list, if you want to automatically disable god mode there.
no-god-in-worlds:
Expand Down Expand Up @@ -407,7 +407,7 @@ unsafe-enchantments: false
register-back-in-listener: false

#Delay to wait before people can cause attack damage after logging in.
login-attack-delay: 5
login-attack-delay: 1

#Set the max fly speed, values range from 0.1 to 1.0
max-fly-speed: 0.8
Expand Down Expand Up @@ -444,16 +444,33 @@ world-home-permissions: false
# Create the 'home-rank' below, and give the matching permission: essentials.sethome.multiple.<home-rank>
# For more information, visit http://wiki.ess3.net/wiki/Multihome
sethome-multiple:
default: 3
vip: 5
staff: 10
default: 2
two: 2
three: 3
four: 4
five: 5
six: 6
seven: 7
eight: 8
nine: 9
ten: 10
eleven: 11
twelve: 12
thirteen: 13
fourteen: 14
fifteen: 15
sixteen: 16
seventeen: 17
eighteen: 18
nineteen: 19
twenty: 20

# 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
tpa-accept-cancellation: 60

############################################################
# +------------------------------------------------------+ #
Expand Down Expand Up @@ -488,7 +505,7 @@ max-money: 10000000000000

# Set the minimum amount of money a player can have (must be above the negative of max-money).
# Setting this to 0, will disable overdrafts/loans completely. Users need 'essentials.eco.loan' perm to go below 0.
min-money: -10000
min-money: 0

# Enable this to log all interactions with trade/buy/sell signs and sell command.
economy-log-enabled: false
Expand Down Expand Up @@ -529,7 +546,7 @@ chat:
# Or you can give a group specific chat format, to give some extra variation.
# For more information of chat formatting, check out the wiki: http://wiki.ess3.net/wiki/Chat_Formatting

format: '<{DISPLAYNAME}> {MESSAGE}'
format: '{DISPLAYNAME} &8| &7{MESSAGE}'
#format: '&7[{GROUP}]&r {DISPLAYNAME}&7:&r {MESSAGE}'

group-formats:
Expand Down Expand Up @@ -715,16 +732,16 @@ newbies:
# If so, use this format, replacing {DISPLAYNAME} with the player name.
# If not, set to ''
#announce-format: ''
announce-format: '&dWelcome {DISPLAYNAME}&d to the server!'
announce-format: '&aWelcome to &eSpigot&6Craft &a{DISPLAYNAME}&7!'

# When we spawn for the first time, which spawnpoint do we use?
# Set to "none" if you want to use the spawn point of the world.
spawnpoint: newbies
spawnpoint: none

# Do we want to give users anything on first join? Set to '' to disable
# This kit will be given regardless of cost and permissions, and will not trigger the kit delay.
#kit: ''
kit: tools
kit: ''

# Set this to lowest, if you want Multiverse to handle the respawning.
# Set this to high, if you want EssentialsSpawn to handle the respawning.
Expand Down
Loading