ChestShop-3/src/main/java/com/Acrobot/ChestShop
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
..
Commands Remove OddItem support and implement own alias system (Resolves #360) 2021-01-03 01:55:01 +01:00
Configuration Improve ignore config setting comments to make it more clear 2020-12-04 15:01:26 +01:00
Containers Implement missing Inventory#isEmpty method in AdminInventory 2020-12-01 20:05:11 +01:00
Database Make querying of accounts by (short) name an event too 2019-05-06 23:49:16 +01:00
Economy Add ability to mark all economic events as handled 2020-05-21 01:08:00 +01:00
Events Remove OddItem support and implement own alias system (Resolves #360) 2021-01-03 01:55:01 +01:00
Listeners Remove OddItem support and implement own alias system (Resolves #360) 2021-01-03 01:55:01 +01:00
Logging Mavenized the project 2013-03-08 20:31:15 +01:00
Metadata Use prepared queries to avoid special character issues (Fixes #258) 2019-07-29 18:50:26 +01:00
Plugins Fix issues with LWC Single/Double Chest protections (Fixes #359) 2020-09-24 16:54:36 +01:00
Signs Ignore signs and transactions made by players with invalid names 2020-11-18 15:10:58 +01:00
UUIDs Improve UUID version handling (Fixes #382, #337) 2020-11-16 14:09:07 +01:00
Updater Add Jenkins test build notifier 2020-06-18 21:19:35 +01:00
Utils Remove OddItem support and implement own alias system (Resolves #360) 2021-01-03 01:55:01 +01:00
ChestShop.java Remove OddItem support and implement own alias system (Resolves #360) 2021-01-03 01:55:01 +01:00
Dependencies.java Remove OddItem support and implement own alias system (Resolves #360) 2021-01-03 01:55:01 +01:00
Permission.java Allow metadata ID to be used in shop creation permission 2020-06-01 22:58:34 +01:00
Security.java Add ability to define type of LWC protection in config 2020-01-15 22:55:40 +01:00