ChestShop - the chest & sign shop plugin for Minecraft Servers running Bukkit/Spigot/Paper
Go to file
Andrzej Pomirski 99959f2ca0 Fix the problem with colour signs
Apparently sign colour plugins do not consider &0 to be a colour that
needs to be removed if there is no other code like that on the sign,
thus ChestShop did not register the initial SignChangeEvent, however
after the server software removes the redundant colour from the sign, it
appeared and worked just like a ChestShop one. This commit "fixes" this
by stripping the colour codes from the sign before it is created.
2015-05-31 18:27:11 +02:00
repo Update lockette 2015-03-17 11:37:04 +01:00
src Fix the problem with colour signs 2015-05-31 18:27:11 +02: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
pom.xml Bump version for real 2015-05-22 13:27:44 +02:00
README.md Mavenized the project 2013-03-08 20:31:15 +01:00

ChestShop

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.