diff options
author | kukelekuuk00 <luuk3904@hotmail.com> | 2012-05-13 13:44:41 +0200 |
---|---|---|
committer | kukelekuuk00 <luuk3904@hotmail.com> | 2012-05-13 13:44:41 +0200 |
commit | 1c1bdc1c2584c6a3253e24576bdb5b2b88496e93 (patch) | |
tree | b1c851643c880d54453e322c874b2a5b9111cd87 /Essentials/src/messages.properties | |
parent | f7e038dba1bb11a5981b4fa4a2a2f8179ce91392 (diff) | |
download | Essentials-1c1bdc1c2584c6a3253e24576bdb5b2b88496e93.tar Essentials-1c1bdc1c2584c6a3253e24576bdb5b2b88496e93.tar.gz Essentials-1c1bdc1c2584c6a3253e24576bdb5b2b88496e93.tar.lz Essentials-1c1bdc1c2584c6a3253e24576bdb5b2b88496e93.tar.xz Essentials-1c1bdc1c2584c6a3253e24576bdb5b2b88496e93.zip |
Added an /exp command that shows the amount of exp you have and how much you need for the next level.
Permissions are essentials.exp and essentials.exp.needed
Diffstat (limited to 'Essentials/src/messages.properties')
-rw-r--r-- | Essentials/src/messages.properties | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Essentials/src/messages.properties b/Essentials/src/messages.properties index 73ce00bee..21390d893 100644 --- a/Essentials/src/messages.properties +++ b/Essentials/src/messages.properties @@ -85,6 +85,8 @@ errorWithMessage=\u00a7cError: {0} essentialsHelp1=The file is broken and Essentials can't open it. Essentials is now disabled. If you can't fix the file yourself, go to http://tiny.cc/EssentialsChat essentialsHelp2=The file is broken and Essentials can't open it. Essentials is now disabled. If you can't fix the file yourself, either type /essentialshelp in game or go to http://tiny.cc/EssentialsChat essentialsReload=\u00a77Essentials Reloaded {0} +exp=\u00a79You have \u00a7c{0} \u00a79exp. +expneeded=\u00a79You have \u00a7c{0} \u00a79exp and you need \u00a7c{1} more to level up. extinguish=\u00a77You extinguished yourself. extinguishOthers=\u00a77You extinguished {0}. failedToCloseConfig=Failed to close config {0} |