Advertisement
Guest User

essentials config

a guest
Mar 15th, 2014
197
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.36 KB | None | 0 0
  1. color code between 0-9 or a-f. Set to 'none' to disable.ops-name-color: 'none'# The character(s) to prefix all nicknames, so that you know they are not true usernames.nickname-prefix: 'none'# The maximum length allowed in nicknames. The nickname prefix is included in this.max-nick-length: 15# Disable this if you have any other plugin, that modifies the displayname of a user.change-displayname: true# When this option is enabled, the (tab) player list will be updated with the displayname.# The value of change-displayname (above) has to be true.#change-playerlist: true# When essentialschat.jar isn't used, force essentials to add the prefix and suffix from permission plugins to displayname.# This setting is ignored if essentialschat.jar is used, and defaults to 'true'.# The value of change-displayname (above) has to be true.# Do not edit this setting unless you know what you are doing!#add-prefix-suffix: false# If the teleport destination is unsafe, should players be teleported to the nearest safe location?# If this is set to true, Essentials will attempt to teleport players close to the intended destination.# If this is set to false, attempted teleports to unsafe locations will be cancelled with a warning.teleport-safety: true# The delay, in seconds, required between /home, /tp, etc.teleport-cooldown: 0# The delay, in seconds, before a user actually teleports. If the user moves or gets attacked in this timeframe, the teleport never occurs.teleport-delay: 3# 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: 4# The delay, in seconds, required between /heal or /feed attempts.heal-cooldown: 60# What to prevent from /i /give.# e.g item-spawn-blacklist: 46,11,10item-spawn-blacklist:# Set this to true if you want permission based item spawn rules.# Note: The blacklist above will be ignored then.# Example permissions (these go in your permissions manager):# - essentials.itemspawn.item-all# - essentials.itemspawn.item-[itemname]# - essentials.itemspawn.item-[itemid]# - essentials.give.item-all# - essentials.give.item-[itemname]# - essentials.give.item-[itemid]# - essentials.unlimited.item-all# - essentials.unlimited.item-[itemname]# - essentials.unlimited.item-[itemid]# - essentials.unlimited.item-bucket # Unlimited liquid placing
  2. #
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement