summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKHobbits <rob@khobbits.co.uk>2012-08-31 22:26:26 +0100
committerKHobbits <rob@khobbits.co.uk>2012-08-31 22:26:26 +0100
commit6b9b6ba4201aeeaf399a10f377720fb9e0191c6f (patch)
tree313849703bb0783ae49597950c2912b31fc05178
parent8c8c6fe73a69fbd565d5ae07900c92e349fb497a (diff)
downloadEssentials-6b9b6ba4201aeeaf399a10f377720fb9e0191c6f.tar
Essentials-6b9b6ba4201aeeaf399a10f377720fb9e0191c6f.tar.gz
Essentials-6b9b6ba4201aeeaf399a10f377720fb9e0191c6f.tar.lz
Essentials-6b9b6ba4201aeeaf399a10f377720fb9e0191c6f.tar.xz
Essentials-6b9b6ba4201aeeaf399a10f377720fb9e0191c6f.zip
Config file tweaks
-rw-r--r--Essentials/src/config.yml8
1 files changed, 5 insertions, 3 deletions
diff --git a/Essentials/src/config.yml b/Essentials/src/config.yml
index 6e4b2c5e0..33e59449b 100644
--- a/Essentials/src/config.yml
+++ b/Essentials/src/config.yml
@@ -89,9 +89,10 @@ warn-on-smite: true
# See http://wiki.bukkit.org/Bukkit.yml#aliases for more information
overridden-commands:
- - god
+# - god
# Disabled commands will be completely unavailable on the server.
+# Disabling commands here will have no effect on command conflicts.
disabled-commands:
# - nick
@@ -201,7 +202,7 @@ kits:
- 275 1
# Essentials Sign Control
-# See http://ess.khhq.net/wiki/Sign_Tutorial for instructions on how to use these.
+# See http://wiki.ess3.net/wiki/Sign_Tutorial for instructions on how to use these.
# To enable signs, remove # symbol. To disable all signs, comment/remove each sign.
# Essentials Colored sign support will be enabled when any sign types are enabled.
# Color is not an actual sign, its for enabling using color codes on signs, when the correct permissions are given.
@@ -370,6 +371,7 @@ starting-balance: 0
# These are now defined in worth.yml
# Defines the cost to use the given commands PER USE
+# Some commands like /repair have subcosts, check the wiki for more information.
command-costs:
# /example costs $1000 PER USE
#example: 1000
@@ -423,7 +425,7 @@ chat:
# Chat formatting can be done in two ways, you can either define a standard format for all chat
# Or you can give a group specific chat format, to give some extra variation.
# If set to the default chat format which "should" be compatible with ichat.
- # For more information of chat formatting, check out the wiki: http://ess.khhq.net/wiki/Chat_Formatting
+ # For more information of chat formatting, check out the wiki: http://wiki.ess3.net/wiki/Chat_Formatting
format: '<{DISPLAYNAME}> {MESSAGE}'
#format: '&7[{GROUP}]&r {DISPLAYNAME}&7:&r {MESSAGE}'