ShopChest/src/main/java/de/epiceric/shopchest
gonzalociocca 253e40e8b9 Only compare a world's name to improve performace (#40)
When using .equals() on classes with many variables and methods, means that every single thing on the class would be checked to be equals to the one from the another class, and its taking too much CPU.
2016-12-08 20:11:48 +01:00
..
config Added way to disable vendor messages 2016-11-26 17:23:32 +01:00
event Added way to auto calculate item amount 2016-08-16 15:06:26 +02:00
language Added towny support 2016-11-20 14:18:36 +01:00
listeners Only compare a world's name to improve performace (#40) 2016-12-08 20:11:48 +01:00
nms Fix hologram interaction in 1.8.x 2016-11-19 21:34:59 +01:00
shop Add support for 1.11 2016-11-17 20:30:26 +01:00
sql Change get(...) to getShop(...) in database 2016-11-26 17:07:21 +01:00
utils Add additional check for permissions (#42) 2016-12-08 20:08:28 +01:00
worldguard Fix support for WorldGuard v6.1.3 and later 2016-11-23 17:08:20 +01:00
ShopChest.java Improve performance while reloading shops 2016-11-24 22:00:49 +01:00
ShopCommand.java Allow console to use some commands 2016-11-18 22:29:29 +01:00