ChestShop-3/src/main/java/com/Acrobot/ChestShop
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
..
Commands Get rid of expensive calls to Bukkit#getOfflinePlayer with a username 2017-10-29 23:50:24 +01:00
Configuration Do not automatically color config strings (Fixes BUKKIT-1241) 2017-11-13 15:11:22 +01:00
Containers Implement missing methods so that this compiles without errors 2016-05-08 00:29:20 +01:00
Database Added progress to migration and made error messages prettier (#67) 2017-08-17 21:38:05 +01:00
Economy Switch Vault from names to UUIDs 2014-06-14 20:46:59 +02:00
Events Get rid of expensive calls to Bukkit#getOfflinePlayer with a username 2017-10-29 23:50:24 +01:00
Listeners Get rid of expensive calls to Bukkit#getOfflinePlayer with a username 2017-10-29 23:50:24 +01:00
Logging Mavenized the project 2013-03-08 20:31:15 +01:00
Metadata Economy fixes, fix for https://github.com/dmulloy2/ChestShop-3/issues/11 2016-10-13 18:11:23 +02:00
Plugins Create LWC protections with UUIDs instead of the name 2017-07-04 16:18:21 +01:00
Signs Names with a colon are valid (Fixes #81) 2017-11-10 00:05:59 +01:00
Updater Automatically drop the username on leave 2014-07-03 18:49:12 +02:00
Utils More UUID changes 2014-04-12 13:57:39 +02:00
UUIDs Get rid of expensive calls to Bukkit#getOfflinePlayer with a username 2017-10-29 23:50:24 +01:00
ChestShop.java Added bstats metrics as mcstats isn't really stable anymore 2017-07-05 15:23:28 +01:00
Dependencies.java Add a warning for Residence 2015-03-21 16:11:23 +01:00
Permission.java Added /cstoggle to disable spam messages. 2014-05-20 22:13:25 +01:00
Security.java Rewrite NameManager to support multiple short names per user 2017-07-01 17:14:41 +01:00