ChestShop-3/src/main/java/com/Acrobot/ChestShop/Events
Phoenix616 b774258051
Remove OddItem support and implement own alias system (Resolves #360)
Reasoning why this is part of the core and not a separate addon:
The impact of this function is extremely lightweight when (almost) no
 aliases are defined so someone who isn't using this should not have a
 worse experience.
Additionally including it in the core (similarly to the discounts,
 taxes and restrictions) promotes it's availability while not massively
 increasing the maintainability.

As for the OddItem removal:
That plugin hasn't been developed for over 7 years and such unique
 plugin support should really be added via separate addon using the
 events system which, with the new ItemStringQueryEvent, now actually
 supports doing that from an external plugin.
If someone really managed to run their own private fork of OddItem for
 all those years then they should be able to also provide such a simple
 addon.
2021-01-03 01:55:01 +01:00
..
Economy Add ability to mark all economic events as handled 2020-05-21 01:08:00 +01:00
Protection Fix BuildPermissionEvent logic 2020-01-16 00:04:28 +01:00
AccountAccessEvent.java Move account access check to an event 2020-05-02 15:32:48 +01:00
AccountQueryEvent.java Use AccountQueryEvent in NameManager#canUseName utility method 2020-05-02 19:25:44 +01:00
ChestShopReloadEvent.java Add ability to reload discount and restriction module (Resolves #252) 2020-06-10 14:03:22 +01:00
ItemInfoEvent.java Document events 2013-04-27 14:48:19 +02:00
ItemParseEvent.java Make Item and Material parsing events 2019-01-17 19:50:47 +01:00
ItemStringQueryEvent.java Remove OddItem support and implement own alias system (Resolves #360) 2021-01-03 01:55:01 +01:00
MaterialParseEvent.java Make Item and Material parsing events 2019-01-17 19:50:47 +01:00
PreShopCreationEvent.java Fix shop sign getting broken with autofill marker (Fixes #310) 2020-05-13 23:13:56 +01:00
PreTransactionEvent.java Fix pre-events not being uncancellable 2020-05-04 22:16:09 +01:00
ShopCreatedEvent.java Use shop owner for LWC protections and not the creator 2019-08-22 14:03:27 +01:00
ShopDestroyedEvent.java Allow configuring what containers can be used for shops (Fixes #175) 2018-10-23 19:14:21 +01:00
ShopEditedEvent.java Add a simple shop edited event, not yet working 2015-03-17 11:36:55 +01:00
TransactionEvent.java Move to BigDecimal in all events and use the CurrencyTransferEvent 2019-04-25 18:44:22 +01:00