1.2.1
_eng = English
_deu = German
Full release notes:
-Bug fixes
Thanks for all the bugreports and sorry for these late fixes!
Bugs fixed:
-Fixed permission node names [German version only]
-Removed /wp alias for /warnpardon [Was overlapping with worldprotector]
-Fixed removeLastWarn() [Fixes /warnpardon with the 'last' choice]
-Fixed /warnpardon not accepting commands if you were using the ingame chat
-/warnpardon (all) did display it had failed, if the player was not banned, allthough it actually removed all the warns.
-/warninfo didn't find warns for player abc if you wrote Abc
-Fixed inconsistent use of strtolower(), resulting into wrong messages. (Now strtolower() is always done on top layer)
-Fixed /warnpardon (last) only removing the reason and points of the warn, not the warn entry itself
-Fixed /warninfo showing that you have warns, if the player entry existed, but not any warns.
Small improvements:
-Added /winfo as alias for /warninfo
-Added /wpardon as alias for /warnpardon
-In /warnpardon (last) you will now see if the removal of the last warn resulted in unbanning the player.
Code improvements:
-renamed $Index to $index [camelStyle]
-removed useless $tempStuffArray-s