diff options
-rw-r--r-- | Essentials/src/plugin.yml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Essentials/src/plugin.yml b/Essentials/src/plugin.yml index 9dacba7dd..4930fa6ec 100644 --- a/Essentials/src/plugin.yml +++ b/Essentials/src/plugin.yml @@ -207,9 +207,9 @@ commands: usage: /<command> [command] <arguments> aliases: [pt,epowertool,ept] ptime: - description: Set or reset the playertime for yourself or the player(s) specified. - usage: /<command> [reset|day|night|dawn|17:30|4pm|4000ticks] <playername|all> - aliases: [eptime] + description: Adjust player's client time. + usage: /<command> [list|reset|day|night|dawn|17:30|4pm|4000ticks] <player|all> + aliases: [playertime, eptime, eplayertime] r: description: Quickly reply to the last player to message you. usage: /<command> [message] @@ -277,7 +277,7 @@ commands: time: description: Change the time in the world where you are (default) or in the world(s) specified usage: /<command> [day|night|dawn|17:30|4pm|4000ticks] <worldname|all> - aliases: [etime, day, night, playertime] + aliases: [etime, day, night] togglejail: description: Prevents a player from interacting with the world and teleports him/her to the the jail specified usage: /<command> [player] [jailname] <datediff> |