summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKHobbits <rob@khobbits.co.uk>2012-09-16 20:40:48 +0100
committerKHobbits <rob@khobbits.co.uk>2012-09-16 20:45:33 +0100
commit924b6bd2ba5df4dd6e7061e8a629cdcb352f5525 (patch)
tree5a287d05332e201c315c2f6eb82aa48f51dfd9a5
parentf701090c89ebeb0f6047d0d7b0ade8d61c6b61ef (diff)
downloadEssentials-924b6bd2ba5df4dd6e7061e8a629cdcb352f5525.tar
Essentials-924b6bd2ba5df4dd6e7061e8a629cdcb352f5525.tar.gz
Essentials-924b6bd2ba5df4dd6e7061e8a629cdcb352f5525.tar.lz
Essentials-924b6bd2ba5df4dd6e7061e8a629cdcb352f5525.tar.xz
Essentials-924b6bd2ba5df4dd6e7061e8a629cdcb352f5525.zip
Fix a few minor text formatting issues.
-rw-r--r--Essentials/src/config.yml13
-rw-r--r--Essentials/src/plugin.yml8
2 files changed, 8 insertions, 13 deletions
diff --git a/Essentials/src/config.yml b/Essentials/src/config.yml
index de8559fee..25b8b4db0 100644
--- a/Essentials/src/config.yml
+++ b/Essentials/src/config.yml
@@ -9,14 +9,9 @@
# - No tabs are present: YAML only allows spaces
# - Indents are correct: YAML hierarchy is based entirely on indentation
# - You have "escaped" all apostrophes in your text: If you want to write "don't", for example, write "don''t" instead (note the doubled apostrphe)
-# - List items are prefixed with a hyphen and indented:
-# lists:
-# - look like this
-# not:
-# - like this
# - Text with symbols is enclosed in single or double quotation marks
-# - CraftBukkit and Permissions have been updated: CraftBukkit and Essentials almost always line up, but sometimes other plugins fall behind CraftBukkit's multiple daily updates
-# - You have saved the document as UTF-8, NOT the default, ANSI
+
+# If you have problems join the Essentials help support channel: http://tiny.cc/EssentialsChat
############################################################
# +------------------------------------------------------+ #
@@ -103,11 +98,13 @@ disabled-commands:
# These are the permissions without the "essentials." part.
player-commands:
- afk
+ - afk.auto
- back
- back.ondeath
- balance
- balance.others
- balancetop
+ - build
- chat.color
- chat.format
- chat.shout
@@ -138,8 +135,6 @@ player-commands:
- near
- pay
- ping
- - powertool
- - powertooltoggle
- protect
- r
- rules
diff --git a/Essentials/src/plugin.yml b/Essentials/src/plugin.yml
index cb4e501e2..225534a08 100644
--- a/Essentials/src/plugin.yml
+++ b/Essentials/src/plugin.yml
@@ -128,9 +128,9 @@ commands:
usage: /<command> [player]
aliases: [coords,egetpos,position,eposition,whereami,ewhereami]
gc:
- description: Reports garbage collection and tick info; useful to developers.
+ description: Reports memory, uptime and tick info.
usage: /<command>
- aliases: [elag,lag,mem,memory,egc,emem,ememory]
+ aliases: [elag,lag,mem,memory,egc,emem,ememory,uptime,euptime]
give:
description: Give a player an item.
usage: /<command> <player> <item|numeric> [amount <enchantmentname[:level]> ...]
@@ -351,7 +351,7 @@ commands:
usage: /<command> [day|night|dawn|17:30|4pm|4000ticks] [worldname|all]
aliases: [etime, day, night, eday, enight]
togglejail:
- description: Jails/Unjails a player and tp them to the jail specified.
+ description: Jails/Unjails a player, TPs them to the jail specified.
usage: /<command> <player> <jailname> [datediff]
aliases: [tjail,jail,ejail,unjail,eunjail,etogglejail]
top:
@@ -454,4 +454,4 @@ commands:
permissions:
essentials.*:
default: op
- description: Give op's everything by default \ No newline at end of file
+ description: Give players with op everything by default \ No newline at end of file