summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKHobbits <rob@khobbits.co.uk>2012-12-10 09:46:31 -0800
committerKHobbits <rob@khobbits.co.uk>2012-12-10 09:46:31 -0800
commit0a27a631e34230a771ce59d12717b287909ddec7 (patch)
tree6dc61e2fb281384cd80308431a62f2f395c73568
parentd8c6587532345415fe221c518073c77b2421c7d2 (diff)
parent52bfeff5b4f15d89d05b3aa5d42310b7f6ffdb7d (diff)
downloadEssentials-0a27a631e34230a771ce59d12717b287909ddec7.tar
Essentials-0a27a631e34230a771ce59d12717b287909ddec7.tar.gz
Essentials-0a27a631e34230a771ce59d12717b287909ddec7.tar.lz
Essentials-0a27a631e34230a771ce59d12717b287909ddec7.tar.xz
Essentials-0a27a631e34230a771ce59d12717b287909ddec7.zip
Merge pull request #209 from necrodoom/patch-2
update config.yml to reference wiki more
-rw-r--r--Essentials/src/config.yml10
1 files changed, 9 insertions, 1 deletions
diff --git a/Essentials/src/config.yml b/Essentials/src/config.yml
index 85550de4f..4b6d816cf 100644
--- a/Essentials/src/config.yml
+++ b/Essentials/src/config.yml
@@ -65,6 +65,7 @@ item-spawn-blacklist:
# - essentials.give.item-all
# - essentials.give.item-[itemname]
# - essentials.give.item-[itemid]
+# For more information, visit http://wiki.ess3.net/wiki/Command_Reference/ICheat#Item.2FGive
permission-based-item-spawn: false
# Mob limit on the /spawnmob command per execution
@@ -181,6 +182,7 @@ player-commands:
# All kit names should be lower case, and will be treated as lower in permissions/costs.
# Syntax: - itemID[:DataValue] Amount [Enchantment:Level]..
# 'delay' refers to the cooldown between how often you can use each kit, measured in seconds.
+# For more information, visit http://wiki.ess3.net/wiki/Command_Reference/ICheat#kits
kits:
dtools:
delay: 10
@@ -246,8 +248,10 @@ debug: false
# Set the locale for all messages
# If you don't set this, the default locale of the server will be used.
+# For example, to set language to english, set locale to en, to use the file "messages_en.properties"
# Don't forget to remove the # in front of the line
-#locale: de_DE
+# For more information, visit http://wiki.ess3.net/wiki/Locale
+#locale: en
# Turn off god mode when people exit
remove-god-on-disconnect: false
@@ -336,6 +340,7 @@ world-home-permissions: false
# Players need essentials.sethome.multiple before they can have more than 1 home, defaults to 'default' below.
# Define different amounts of multiple homes for different permissions, e.g. essentials.sethome.multiple.vip
# People with essentials.sethome.multiple.unlimited are not limited by these numbers.
+# For more information, visit http://wiki.ess3.net/wiki/Multihome
sethome-multiple:
default: 3
# essentials.sethome.multiple.vip
@@ -353,6 +358,8 @@ tpa-accept-cancellation: 0
# +------------------------------------------------------+ #
############################################################
+# For more information, visit http://wiki.ess3.net/wiki/Essentials_Economy
+
# Defines the balance with which new players begin. Defaults to 0.
starting-balance: 0
@@ -573,6 +580,7 @@ protect:
############################################################
# Disable various default physics and behaviors
+ # For more information, visit http://wiki.ess3.net/wiki/AntiBuild
# Should people with build: false in permissions be allowed to build
# Set true to disable building for those people