diff options
author | KHobbits <rob@khobbits.co.uk> | 2011-08-10 12:35:04 +0600 |
---|---|---|
committer | KHobbits <rob@khobbits.co.uk> | 2011-08-10 12:35:04 +0600 |
commit | db50d455df2c3accec9cf97e3698df2323949959 (patch) | |
tree | c4f81324fcf23c8f25ce1dbf0de12336b01ef49c | |
parent | ec5746dbe6975499ed73e6b12b3c5933c3440351 (diff) | |
download | Essentials-db50d455df2c3accec9cf97e3698df2323949959.tar Essentials-db50d455df2c3accec9cf97e3698df2323949959.tar.gz Essentials-db50d455df2c3accec9cf97e3698df2323949959.tar.lz Essentials-db50d455df2c3accec9cf97e3698df2323949959.tar.xz Essentials-db50d455df2c3accec9cf97e3698df2323949959.zip |
Fixing annoying text match.
-rw-r--r-- | Essentials/src/plugin.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Essentials/src/plugin.yml b/Essentials/src/plugin.yml index 9630a2628..43fcb1f2d 100644 --- a/Essentials/src/plugin.yml +++ b/Essentials/src/plugin.yml @@ -208,7 +208,7 @@ commands: aliases: [pt,epowertool,ept] ptime: description: Adjust player's client time. - usage: /<command> [list|reset|day|night|dawn|17:30|4pm|4000ticks] <player|all> + usage: /<command> [list|reset|day|night|dawn|17:30|4pm|4000ticks] <player|*> aliases: [playertime, eptime, eplayertime] r: description: Quickly reply to the last player to message you. |