ChestShop-3/src/main/java/com/Acrobot/ChestShop/Listeners/Player
Phoenix616 6ee7c4759a
Add multi-language and component message support (Requires Spigot)
Message configs are now selected based on the client's language (can be
 toggled in the config) and will use MineDown formatting to allow
 display of component messages as well as usage of RGB colors in 1.16.
If found the legacy local.yml will be used instead of the per-language
 files. Move your local.yml to the correct lang config to if you want to
 use the per-client language option.
Version was also changed to 3.11 due to the many internal changes that
 have accumulated over time
2020-06-28 18:00:09 +01:00
..
PlayerConnect.java Only update player name on join, don't create new accounts 2020-06-19 20:57:22 +01:00
PlayerInteract.java Add multi-language and component message support (Requires Spigot) 2020-06-28 18:00:09 +01:00
PlayerInventory.java Add multi-language and component message support (Requires Spigot) 2020-06-28 18:00:09 +01:00
PlayerLeave.java Rewrite (and document) the NameManager 2017-06-30 20:28:18 +01:00
PlayerTeleport.java Only close our own inventories on teleport (Fixes #312) 2020-05-16 22:33:52 +01:00