ChestShop - the chest & sign shop plugin for Minecraft Servers running Bukkit/Spigot/Paper
Go to file
Phoenix616 e972a7d657 Add further workarounds for comparing meta data (Fixes #250)
This is especially obvious for books where all the text will have color codes after dumping and loading them from the database. In order to be able to still compare to them we will load the item the item and then dump it again if it doesn't match the original one.
2019-07-08 18:05:50 +01:00
.github/ISSUE_TEMPLATE Add different issue templates 2019-05-06 20:08:12 +01:00
repo Remove mcstats maven repo as it is offline 2018-07-11 18:17:05 +01:00
src Add further workarounds for comparing meta data (Fixes #250) 2019-07-08 18:05:50 +01:00
.gitignore Modify gitignore 2013-08-09 00:08:08 +02:00
install_dependency_to_repo.sh CRLF -> LF 2014-06-29 16:40:49 +02:00
LICENSE Add missing LGPLv2.1 license 2017-07-04 15:23:15 +01:00
pom.xml Let's not kid ourselves, this update is too big to be a patch version 2019-04-02 19:23:52 +01:00
README.md Fix BukkitDev link and add SpigotMC site 2018-03-20 14:13:13 +01:00
SECURITY.md Create SECURITY.md 2019-05-26 17:16:10 +01:00

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.