ChestShop-3/src
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
..
main Do not automatically color config strings (Fixes BUKKIT-1241) 2017-11-13 15:11:22 +01:00
test/java/com/Acrobot/ChestShop/Tests Add new tests to price checking 2015-07-12 19:19:12 +02:00