diff options
author | KHobbits <rob@khobbits.co.uk> | 2013-01-21 06:41:32 -0800 |
---|---|---|
committer | KHobbits <rob@khobbits.co.uk> | 2013-01-21 06:41:32 -0800 |
commit | 1219dd31a7e8210c77642e82e6e7b1ac6dc18070 (patch) | |
tree | 11d2806c4f92326153e3f7184f0db0421e75dcfc | |
parent | 7cc9cd565605a856f1adc97a181e16917546fb22 (diff) | |
parent | 3a2b78d160e1adc31454e9ba2f0e0aa4fa7baa04 (diff) | |
download | Essentials-1219dd31a7e8210c77642e82e6e7b1ac6dc18070.tar Essentials-1219dd31a7e8210c77642e82e6e7b1ac6dc18070.tar.gz Essentials-1219dd31a7e8210c77642e82e6e7b1ac6dc18070.tar.lz Essentials-1219dd31a7e8210c77642e82e6e7b1ac6dc18070.tar.xz Essentials-1219dd31a7e8210c77642e82e6e7b1ac6dc18070.zip |
Merge pull request #276 from necrodoom/patch-26
Update Essentials/src/plugin.yml
-rw-r--r-- | Essentials/src/messages.properties | 2 | ||||
-rw-r--r-- | Essentials/src/messages_en.properties | 2 | ||||
-rw-r--r-- | Essentials/src/plugin.yml | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/Essentials/src/messages.properties b/Essentials/src/messages.properties index 47a3a478f..a2922861b 100644 --- a/Essentials/src/messages.properties +++ b/Essentials/src/messages.properties @@ -486,7 +486,7 @@ denyChangeTitle=\u00a74You cannot change the title of this book denyBookEdit=\u00a74You cannot unlock this book bookLocked=\u00a76This book is now locked holdBook=\u00a74You are not holding a writable book -fireworkColor=\u00a74You must apply a color to the firework to add an effect +fireworkColor=\u00a74Error: \u00a7cInvalid firework charge parameters inserted, must set a color first. holdFirework=\u00a74You must be holding a firework to add effects invalidFireworkFormat=\u00a76The option \u00a74{0} \u00a76is not a valid value for \u00a74{1} muteNotify=\u00a74{0} \u00a76has muted \u00a74{1} diff --git a/Essentials/src/messages_en.properties b/Essentials/src/messages_en.properties index 47a3a478f..a2922861b 100644 --- a/Essentials/src/messages_en.properties +++ b/Essentials/src/messages_en.properties @@ -486,7 +486,7 @@ denyChangeTitle=\u00a74You cannot change the title of this book denyBookEdit=\u00a74You cannot unlock this book bookLocked=\u00a76This book is now locked holdBook=\u00a74You are not holding a writable book -fireworkColor=\u00a74You must apply a color to the firework to add an effect +fireworkColor=\u00a74Error: \u00a7cInvalid firework charge parameters inserted, must set a color first. holdFirework=\u00a74You must be holding a firework to add effects invalidFireworkFormat=\u00a76The option \u00a74{0} \u00a76is not a valid value for \u00a74{1} muteNotify=\u00a74{0} \u00a76has muted \u00a74{1} diff --git a/Essentials/src/plugin.yml b/Essentials/src/plugin.yml index f0aa663ba..5bf0b2101 100644 --- a/Essentials/src/plugin.yml +++ b/Essentials/src/plugin.yml @@ -120,8 +120,8 @@ commands: usage: /<command> [small|skull] aliases: [efireball,fireskull,efireskull,fireentity,efireentity] firework: - description: Add or clears effects to a firework - usage: /<command> [clear|params] + description: Adds a charge or clears all effects of a firework + usage: /<command> [clear|fire|power|params] aliases: [efirework] gamemode: description: Change player gamemode. |