ChestShop - the chest & sign shop plugin for Minecraft Servers running Bukkit/Spigot/Paper
Go to file
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
.github [CI-SKIP] Improve bug report template 2020-09-02 21:46:31 +01:00
repo Remove OddItem support and implement own alias system (Resolves #360) 2021-01-03 01:55:01 +01:00
src Remove OddItem support and implement own alias system (Resolves #360) 2021-01-03 01:55:01 +01:00
.crowdin.yml New Crowdin updates (#375) 2020-12-07 18:13:04 +01:00
.gitignore Modify gitignore 2013-08-09 00:08:08 +02:00
LICENSE Add missing LGPLv2.1 license 2017-07-04 15:23:15 +01:00
README.md Add crowdin setup 2020-10-31 21:56:35 +01:00
SECURITY.md [CI-SKIP] Update version 2020-07-28 00:30:56 +01:00
install_dependency_to_repo.sh CRLF -> LF 2014-06-29 16:40:49 +02:00
pom.xml Remove OddItem support and implement own alias system (Resolves #360) 2021-01-03 01:55:01 +01:00

README.md

ChestShop

Development downloads can be found here: https://ci.minebench.de/job/ChestShop-3/

ChestShop is an awesome plugin for managing your server's economy. By using chests and signs, you can effectively create your own market!

ChestShop also makes admininstators' lives easier. Simply drag-and-drop the .jar to your "plugins" folder and you're done!

If you need any help - just ask. There is a ticket system, in which you can report bugs, suggest improvements and more. Don't be fooled though - you might think that your ticket disappeared, however that's not the case.
You should configure the system to show "All tickets", instead of only "All open" - you can do that by clicking on the "Filters".

Building

Installing

To build ChestShop, you'll need a Maven installation.

Installing external dependencies

To install external dependencies, place your .jar into the main folder and launch the install_dependency_to_repo.sh script - it'll guide you through the process.