ChestShop-3/src/main/java/com/Acrobot/ChestShop/Listeners/PreShopCreation
Phoenix616 b718fcc429 Use shop owner for LWC protections and not the creator
Also fix a bug where it was possible for shops to be created with shop owners that did not have a valid Account information when other plugins manipulated the name line after the NameChecker checked it. Now it gets checked twice, once at the start (to abort early and to populate the ownerAccount field) and once at the end to check again when the name line changed.
2019-08-22 14:03:27 +01:00
..
ChestChecker.java Allow configuring what containers can be used for shops (Fixes #175) 2018-10-23 19:14:21 +01:00
CreationFeeGetter.java Move to BigDecimal in all events and use the CurrencyTransferEvent 2019-04-25 18:44:22 +01:00
ErrorMessageSender.java Actually send error message and break sign on unknown player error 2019-05-08 00:11:47 +01:00
ItemChecker.java Make Item and Material parsing events 2019-01-17 19:50:47 +01:00
MoneyChecker.java Move to BigDecimal in all events and use the CurrencyTransferEvent 2019-04-25 18:44:22 +01:00
NameChecker.java Use shop owner for LWC protections and not the creator 2019-08-22 14:03:27 +01:00
PermissionChecker.java Make Item and Material parsing events 2019-01-17 19:50:47 +01:00
PriceChecker.java Improve sign price corrections 2018-09-05 23:07:35 +01:00
PriceRatioChecker.java Move to BigDecimal in all events and use the CurrencyTransferEvent 2019-04-25 18:44:22 +01:00
QuantityChecker.java Mavenized the project 2013-03-08 20:31:15 +01:00
TerrainChecker.java Allow configuring what containers can be used for shops (Fixes #175) 2018-10-23 19:14:21 +01:00