From 924b6bd2ba5df4dd6e7061e8a629cdcb352f5525 Mon Sep 17 00:00:00 2001 From: KHobbits Date: Sun, 16 Sep 2012 20:40:48 +0100 Subject: Fix a few minor text formatting issues. --- Essentials/src/config.yml | 13 ++++--------- Essentials/src/plugin.yml | 8 ++++---- 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: / [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: / - 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: / [amount ...] @@ -351,7 +351,7 @@ commands: usage: / [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: / [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 -- cgit v1.2.3