ShopChest/src/main/java/de/epiceric/shopchest
Eric c8f4e8980e Fixed error message in console after teleporting
p.getWorld() does not return the right world when the process of teleporting has not yet finished. We need to use the world of the passed location object, which in the PlayerTeleportEvent is e.getTo()
2016-08-18 22:59:12 +02:00
..
config Added configurable value "allow-decimals-in-price" 2016-08-18 15:33:58 +02:00
event Added way to auto calculate item amount 2016-08-16 15:06:26 +02:00
language Added configurable value "allow-decimals-in-price" 2016-08-18 15:33:58 +02:00
listeners Fixed error message in console after teleporting 2016-08-18 22:59:12 +02:00
nms Fixed version and JsonBuilder 2016-08-16 19:59:45 +02:00
shop Removed almost every stack trace that might me printed 2016-08-10 13:47:25 +02:00
sql Make logEconomy asynchronous (#21) 2016-08-18 16:59:57 +02:00
utils Use #getNMSClass in #sendPacket instead of Class#forName 2016-08-17 13:16:37 +02:00
ShopChest.java Added configurable item spawn delay after join 2016-08-17 12:54:19 +02:00
ShopCommand.java Added configurable value "allow-decimals-in-price" 2016-08-18 15:33:58 +02:00