ChestShop-3/src/main/java/com/Acrobot/ChestShop/Listeners/PreShopCreation
Phoenix616 ba47b82ba1
Make Admin Shops use containers if available (Resolves #402)
Admin Shops can now be stocked the same way as player shops if a valid
 shop container is nearby. If no container is nearby it will just work
 as an unlimited shop.

This behaviour can be disabled with the FORCE_UNLIMITED_ADMIN_SHOP
 config option so that an admin shop is unlimited even though a valid
 container is next to it.
2021-01-24 23:33:36 +01:00
..
ChestChecker.java Make Admin Shops use containers if available (Resolves #402) 2021-01-24 23:33:36 +01:00
CreationFeeGetter.java Add multi-language and component message support (Requires Spigot) 2020-06-28 18:00:09 +01:00
ErrorMessageSender.java Add multi-language and component message support (Requires Spigot) 2020-06-28 18:00:09 +01:00
ItemChecker.java Remove OddItem support and implement own alias system (Resolves #360) 2021-01-03 01:55:01 +01:00
MoneyChecker.java Move to BigDecimal in all events and use the CurrencyTransferEvent 2019-04-25 18:44:22 +01:00
NameChecker.java Listen on low so that other plugins could hook into before 2020-05-03 02:34:57 +01:00
PermissionChecker.java Check permission for shop name again after querying it 2020-11-17 19:54:08 +01:00
PriceChecker.java Specify locale when changing case (Fixes #291) 2020-01-29 16:35:04 +01:00
PriceRatioChecker.java Move to BigDecimal in all events and use the CurrencyTransferEvent 2019-04-25 18:44:22 +01:00
QuantityChecker.java Stock Counter (Resolves #365) (#368) 2020-10-30 22:45:16 +01:00
TerrainChecker.java Make Admin Shops use containers if available (Resolves #402) 2021-01-24 23:33:36 +01:00