diff options
author | Necrodoom <doomed.war@gmail.com> | 2014-03-26 20:12:21 +0200 |
---|---|---|
committer | KHobbits <rob@khobbits.co.uk> | 2014-03-26 19:07:41 +0000 |
commit | 943017a54c40f042b2c3804a5f9a80ceb9ecae19 (patch) | |
tree | 6eabfe3347382331858b204b94bc9eebaec2f97e | |
parent | ee85c62387ddd448bc9295769aee5d5699eb6d95 (diff) | |
download | Essentials-943017a54c40f042b2c3804a5f9a80ceb9ecae19.tar Essentials-943017a54c40f042b2c3804a5f9a80ceb9ecae19.tar.gz Essentials-943017a54c40f042b2c3804a5f9a80ceb9ecae19.tar.lz Essentials-943017a54c40f042b2c3804a5f9a80ceb9ecae19.tar.xz Essentials-943017a54c40f042b2c3804a5f9a80ceb9ecae19.zip |
Some messages fixes, and information addition.
-rw-r--r-- | Essentials/src/config.yml | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/Essentials/src/config.yml b/Essentials/src/config.yml index 98cfaec1f..dc08aec58 100644 --- a/Essentials/src/config.yml +++ b/Essentials/src/config.yml @@ -59,7 +59,7 @@ teleport-invulnerability: 4 # The delay, in seconds, required between /heal or /feed attempts. heal-cooldown: 60 -# What to prevent from /i /give. +# What to prevent from /item and /give. # e.g item-spawn-blacklist: 46,11,10 item-spawn-blacklist: @@ -94,7 +94,7 @@ warn-on-smite: true # # If you have two plugin with the same command and you wish to force Essentials to take over, you need an alias. # To force essentials to take 'god' alias 'god' to 'egod'. -# See http://wiki.bukkit.org/Bukkit.yml#aliases for more information +# See http://wiki.bukkit.org/Commands.yml#aliases for more information overridden-commands: # - god @@ -508,6 +508,8 @@ hide-permissionless-help: true # +------------------------------------------------------+ # ############################################################ +# This section requires essentialschat.jar to work. + chat: # If EssentialsChat is installed, this will define how far a player's voice travels, in blocks. Set to 0 to make all chat global. @@ -537,6 +539,8 @@ chat: # +------------------------------------------------------+ # ############################################################ +# This section requires essentialsprotect.jar to work. + protect: # General physics/behavior modifications. @@ -650,6 +654,8 @@ protect: # +------------------------------------------------------+ # ############################################################ + # This section requires essentialsantibuild.jar to work. + # Disable various default physics and behaviors # For more information, visit http://wiki.ess3.net/wiki/AntiBuild @@ -697,6 +703,8 @@ protect: # +------------------------------------------------------+ # ############################################################ +# This section requires essentialsspawn.jar to work. + newbies: # Should we announce to the server when someone logs in for the first time? # If so, use this format, replacing {DISPLAYNAME} with the player name. @@ -709,7 +717,7 @@ newbies: spawnpoint: newbies # Do we want to give users anything on first join? Set to '' to disable - # This kit will be given regardless of cost, and permissions. + # This kit will be given regardless of cost and permissions, and will not trigger the kit delay. #kit: '' kit: tools |