summaryrefslogtreecommitdiffstats
path: root/src/main/resources
diff options
context:
space:
mode:
authorrmichela <deltahat@gmail.com>2012-03-01 00:19:11 -0500
committerEvilSeph <evilseph@gmail.com>2012-03-01 04:33:58 -0500
commit818a61040e0e382f2fb1a385b657601b194b0083 (patch)
treeeb4eab4012e168e0e5755c07bf3df4291524b1dd /src/main/resources
parentc73adc953366e6b101d8bc9bf37510a62ede2bf9 (diff)
downloadcraftbukkit-818a61040e0e382f2fb1a385b657601b194b0083.tar
craftbukkit-818a61040e0e382f2fb1a385b657601b194b0083.tar.gz
craftbukkit-818a61040e0e382f2fb1a385b657601b194b0083.tar.lz
craftbukkit-818a61040e0e382f2fb1a385b657601b194b0083.tar.xz
craftbukkit-818a61040e0e382f2fb1a385b657601b194b0083.zip
[Bleeding] Added Help API. Addresses BUKKIT-863
Diffstat (limited to 'src/main/resources')
-rw-r--r--src/main/resources/configurations/bukkit.yml4
-rw-r--r--src/main/resources/configurations/help.yml22
2 files changed, 24 insertions, 2 deletions
diff --git a/src/main/resources/configurations/bukkit.yml b/src/main/resources/configurations/bukkit.yml
index 2a93eb9d..3665b925 100644
--- a/src/main/resources/configurations/bukkit.yml
+++ b/src/main/resources/configurations/bukkit.yml
@@ -32,8 +32,8 @@ auto-updater:
preferred-channel: rb
host: dl.bukkit.org
aliases:
- icanhasbukkit:
- - version
+# icanhasbukkit:
+# - version
database:
username: bukkit
isolation: SERIALIZABLE
diff --git a/src/main/resources/configurations/help.yml b/src/main/resources/configurations/help.yml
new file mode 100644
index 00000000..6716d662
--- /dev/null
+++ b/src/main/resources/configurations/help.yml
@@ -0,0 +1,22 @@
+# This is the help configuration file for Bukkit.
+# By default you do not need to modify this file. Help topics for all plugin commands are automatically provided by
+# or extracted from your installed plugins. You only need to modify this file if you wish to add new help pages to
+# your server or override the help pages of existing plugin commands.
+# --
+# This file is divided up into two parts: general-topics and command-topics respectively. Examples are given below.
+# Color codes are allowed. When amending command topic, the string <text> will be replaced wit the existing value
+# in the help topic.
+# --
+# general-topics:
+# rules:
+# shortText: Rules of the server
+# fullText: |
+# 1. Be kind to your fellow players.
+# 2. No griefing.
+# 3. No swearing.
+# permission: topics.rules
+# --
+# amended-topics:
+# /stop:
+# shortText: Stops the server cold....in its tracks!
+# fullText: <text> - This kills the server.