ChestShop-3/src/main/java/com/Acrobot/Breeze
Phoenix616 d332603fb4 Do not automatically color config strings (Fixes BUKKIT-1241)
This is necessary so that we still store the messages with the & code internally as they would get saved back to the config file using the converted color code (section sign) which could lead to encoding issues on different operating systems. (It also fixes issues with strings that contain an and sign that isn't supposed to be a color code) Instead we load the real string and color messages via the prefix method which should get called in every instance where a message is send.
2017-11-13 15:11:22 +01:00
..
Configuration Do not automatically color config strings (Fixes BUKKIT-1241) 2017-11-13 15:11:22 +01:00
Database Get rid of google dependencies 2017-09-23 15:19:00 +01:00
Utils Calculate the amount instead of using a loop (Fixes #78) 2017-10-25 15:22:26 +01:00