summaryrefslogtreecommitdiffstats
path: root/Essentials/src/config.yml
diff options
context:
space:
mode:
Diffstat (limited to 'Essentials/src/config.yml')
-rw-r--r--Essentials/src/config.yml19
1 files changed, 10 insertions, 9 deletions
diff --git a/Essentials/src/config.yml b/Essentials/src/config.yml
index 7da7426f6..f2a41666d 100644
--- a/Essentials/src/config.yml
+++ b/Essentials/src/config.yml
@@ -181,6 +181,7 @@ bed-sethome: false
starting-balance: 0
# worth-# defines the value of an item when it is sold to the server via /sell.
+# For a premade list which you may copy and paste in: http://pastie.org/1707782
#worth-1: 1
#worth-278: 1000
@@ -234,14 +235,14 @@ mcsl-key: ''
chat:
radius: 0
- # If you want the default chat format, uncomment the next line and comment the other format.
- #format: '<{DISPLAYNAME}> {MESSAGE}'
- format: '&7[{GROUP}]&f {DISPLAYNAME}&7:&f {MESSAGE}'
+ # If set to the default chat format which "should" be compatible with ichat.
+ format: '<{DISPLAYNAME}> {MESSAGE}'
+ #format: '&7[{GROUP}]&f {DISPLAYNAME}&7:&f {MESSAGE}'
- # You can also have group-specific formats:
+ # You can also have group-specific formats, uncomment to enable:
group-formats:
- Default: '{WORLDNAME} {DISPLAYNAME}&7:&f {MESSAGE}'
- Admins: '{WORLDNAME} &c[{GROUP}]&f {DISPLAYNAME}&7:&c {MESSAGE}'
+ # Default: '{WORLDNAME} {DISPLAYNAME}&7:&f {MESSAGE}'
+ # Admins: '{WORLDNAME} &c[{GROUP}]&f {DISPLAYNAME}&7:&c {MESSAGE}'
@@ -268,7 +269,7 @@ protect:
mysqlDb: 'jdbc:mysql://localhost:3306/minecraft'
# 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.
+ # You can find a list of IDs in plugins/Essentials/items.csv after loading Essentials for the first time.
alert:
# 10: lava
# 11: still lava
@@ -347,7 +348,7 @@ protect:
# Should damage via lava be disabled? Items that fall into lava will still burn to a crisp. ;)
lavadmg: false
- # Should arrow damage be disabled
+ # Should arrows cause damage?
projectiles: false
# This will disable damage from touching cacti.
@@ -382,4 +383,4 @@ newbies:
# When we spawn for the first time, which spawnpoint do we use?
spawnpoint: newbies
-# End of File <-- No seriously, you're done with configuration. \ No newline at end of file
+# End of File <-- No seriously, you're done with configuration.