summaryrefslogtreecommitdiffstats
path: root/src/main/resources
diff options
context:
space:
mode:
authort00thpick1 <t00thpick1dirko@gmail.com>2014-02-07 18:40:59 -0500
committerTravis Watkins <amaranth@ubuntu.com>2014-02-08 03:17:14 -0600
commit553acdf0cdde1abe59399a83af5cc3deb78c188f (patch)
tree4d20a9a3fbb5fde08fbc359bd3bec62d7a15f47e /src/main/resources
parentb18bedd848be2a1396087e768601c85c791e00aa (diff)
downloadcraftbukkit-553acdf0cdde1abe59399a83af5cc3deb78c188f.tar
craftbukkit-553acdf0cdde1abe59399a83af5cc3deb78c188f.tar.gz
craftbukkit-553acdf0cdde1abe59399a83af5cc3deb78c188f.tar.lz
craftbukkit-553acdf0cdde1abe59399a83af5cc3deb78c188f.tar.xz
craftbukkit-553acdf0cdde1abe59399a83af5cc3deb78c188f.zip
[Bleeding] Implement Mojang command fallback system. Adds BUKKIT-5385
Diffstat (limited to 'src/main/resources')
-rw-r--r--src/main/resources/configurations/bukkit.yml8
-rw-r--r--src/main/resources/configurations/commands.yml4
2 files changed, 7 insertions, 5 deletions
diff --git a/src/main/resources/configurations/bukkit.yml b/src/main/resources/configurations/bukkit.yml
index 60a894f6..b8069055 100644
--- a/src/main/resources/configurations/bukkit.yml
+++ b/src/main/resources/configurations/bukkit.yml
@@ -2,10 +2,10 @@
# 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
# http://wiki.bukkit.org/Bukkit.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/
@@ -44,9 +44,7 @@ auto-updater:
preferred-channel: rb
host: dl.bukkit.org
suggest-channels: true
-aliases:
-# icanhasbukkit:
-# - version
+aliases: now-in-commands.yml
database:
username: bukkit
isolation: SERIALIZABLE
diff --git a/src/main/resources/configurations/commands.yml b/src/main/resources/configurations/commands.yml
new file mode 100644
index 00000000..0fc05f09
--- /dev/null
+++ b/src/main/resources/configurations/commands.yml
@@ -0,0 +1,4 @@
+command-block-overrides: []
+aliases:
+ icanhasbukkit:
+ - version