diff options
-rw-r--r-- | src/main/resources/configurations/bukkit.yml | 4 | ||||
-rw-r--r-- | src/main/resources/configurations/commands.yml | 15 |
2 files changed, 16 insertions, 3 deletions
diff --git a/src/main/resources/configurations/bukkit.yml b/src/main/resources/configurations/bukkit.yml index b8069055..129ac34d 100644 --- a/src/main/resources/configurations/bukkit.yml +++ b/src/main/resources/configurations/bukkit.yml @@ -1,6 +1,6 @@ # This is the main configuration file for Bukkit. # As you can see, there's actually not that much to configure without any plugins. -# For a reference for any variable inside this file, check out the bukkit wiki at +# For a reference for any variable inside this file, check out the Bukkit Wiki at # http://wiki.bukkit.org/Bukkit.yml # # If you need help on this file, feel free to join us on irc or leave a message @@ -9,7 +9,7 @@ # IRC: #bukkit @ esper.net # (If this means nothing to you, just go to http://webchat.esper.net/?channels=bukkit ) # Forums: http://forums.bukkit.org/forums/bukkit-help.6/ -# Twitter: http://twitter.com/Craftbukkit +# Twitter: http://twitter.com/CraftBukkit # Bug tracker: http://leaky.bukkit.org/ diff --git a/src/main/resources/configurations/commands.yml b/src/main/resources/configurations/commands.yml index 0fc05f09..0a5d4145 100644 --- a/src/main/resources/configurations/commands.yml +++ b/src/main/resources/configurations/commands.yml @@ -1,4 +1,17 @@ +# This is the commands configuration file for Bukkit. +# For documentation on how to make use of this file, check out the Bukkit Wiki at +# http://wiki.bukkit.org/Commands.yml +# +# If you need help on this file, feel free to join us on irc or leave a message +# on the forums asking for advice. +# +# IRC: #bukkit @ esper.net +# (If this means nothing to you, just go to http://webchat.esper.net/?channels=bukkit ) +# Forums: http://forums.bukkit.org/forums/bukkit-help.6/ +# Twitter: http://twitter.com/CraftBukkit +# Bug tracker: http://leaky.bukkit.org/ + command-block-overrides: [] aliases: icanhasbukkit: - - version + - "version $1-" |