Overhauled and Optimised the Economy Handler for ServerEssentials which should now increase general support and use of the Economy System for other plugins such as Towny. PS... if you are having issues with Towny please execute the following command: /townyadmin eco convert modern
Added an AFK system which includes the `/afk` command and when enabled will allow players to sleep through the night. Players will be taken out of AFK when typing `/afk` again, moving or chatting. This comes with the `se.afk` permission and two lang.yml file values which are: afk-active and afk-inactive.
Added the `/freeze` command which will allow you to freeze or unfreeze the targeted player. This requires the `se.freeze` permission and comes with three Lang.yml file values which are: `freeze-target`, `unfreeze-target` and `freeze-message`.
Added the `/jump` command which will allow you to teleport to the block you're looking at. This requires the `se.jump` permission and comes with two Lang.yml file values which are: `jump-message` and `jump-error-message`.
Renamed the `/jump` command, permission and Lang.yml file values to `jumpboost`.
Added various new Placeholders Available for use which are: %se_afk%, %se_freeze%, %se_godmode_isenabled%, %se_vanish_isenabled%, %se_fly_isenabled%, %se_msgtoggle_isenabled%, %se_tptoggle_isenabled%, %se_home_amount% and %se_home_limit%. The first 6
Placeholders all have Lang.yml file values attached to them - `placeholder_fly_isenabled_yes` and `placeholder_fly_isenabled_no` as an example.
Added the option to enable and disable a customisable sound being sent to the player when messaging or replying to another player. This can be configured via four new config.yml file values: msgsound, msgsoundName, msgsoundVolume and msgsoundPitch.
Added two new config.yml file values which are: currency-name-plural and currency-name-singular.
GodMode, FlyMode and Vanish values will now be saved under the Player's UUID in the userinfo.yml channel meaning it is saved after Server Restarts. Due to this the `vanish-on-join` config option is now obsolete and therefore has been removed.
Added 'Vanish' to the `/whois` command to see whether a player is vanished or not.