Fix a few minor text formatting issues.

This commit is contained in:
KHobbits 2012-09-16 20:40:48 +01:00
parent f701090c89
commit 924b6bd2ba
2 changed files with 8 additions and 13 deletions

View file

@ -9,14 +9,9 @@
# - No tabs are present: YAML only allows spaces # - No tabs are present: YAML only allows spaces
# - Indents are correct: YAML hierarchy is based entirely on indentation # - 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) # - 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 # - 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. # These are the permissions without the "essentials." part.
player-commands: player-commands:
- afk - afk
- afk.auto
- back - back
- back.ondeath - back.ondeath
- balance - balance
- balance.others - balance.others
- balancetop - balancetop
- build
- chat.color - chat.color
- chat.format - chat.format
- chat.shout - chat.shout
@ -138,8 +135,6 @@ player-commands:
- near - near
- pay - pay
- ping - ping
- powertool
- powertooltoggle
- protect - protect
- r - r
- rules - rules

View file

@ -128,9 +128,9 @@ commands:
usage: /<command> [player] usage: /<command> [player]
aliases: [coords,egetpos,position,eposition,whereami,ewhereami] aliases: [coords,egetpos,position,eposition,whereami,ewhereami]
gc: gc:
description: Reports garbage collection and tick info; useful to developers. description: Reports memory, uptime and tick info.
usage: /<command> usage: /<command>
aliases: [elag,lag,mem,memory,egc,emem,ememory] aliases: [elag,lag,mem,memory,egc,emem,ememory,uptime,euptime]
give: give:
description: Give a player an item. description: Give a player an item.
usage: /<command> <player> <item|numeric> [amount <enchantmentname[:level]> ...] usage: /<command> <player> <item|numeric> [amount <enchantmentname[:level]> ...]
@ -351,7 +351,7 @@ commands:
usage: /<command> [day|night|dawn|17:30|4pm|4000ticks] [worldname|all] usage: /<command> [day|night|dawn|17:30|4pm|4000ticks] [worldname|all]
aliases: [etime, day, night, eday, enight] aliases: [etime, day, night, eday, enight]
togglejail: 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] usage: /<command> <player> <jailname> [datediff]
aliases: [tjail,jail,ejail,unjail,eunjail,etogglejail] aliases: [tjail,jail,ejail,unjail,eunjail,etogglejail]
top: top:
@ -454,4 +454,4 @@ commands:
permissions: permissions:
essentials.*: essentials.*:
default: op default: op
description: Give op's everything by default description: Give players with op everything by default