ChestShop - the chest & sign shop plugin for Minecraft Servers running Bukkit/Spigot/Paper
Go to file
Phoenix616 7c2edc93a4
Fix some issues with hooking into dependencies
- Directly use list of dependencies from Dependency enum instead of the one defined in plugin.yml to be able to hook into plugins not depended on
- Add ability to check for correct version of a plugin via the author name as some people "steal" plugin names...
- Fixed that a plugin's "provides" declaration was only taken into account for plugins already loaded on startup, not when they enabled later
- Made the message when a dependency was hooked into less confusing
2024-08-03 22:31:31 +01:00
.github Add qodana baseline of accepted warnings 2023-03-01 18:42:40 +01:00
repo Remove OddItem support and implement own alias system (Resolves #360) 2021-01-03 01:55:01 +01:00
src Fix some issues with hooking into dependencies 2024-08-03 22:31:31 +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
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 Compile against 1.20.6 (Fixes #599) 2024-06-20 18:49:42 +01:00
README.md [CI-SKIP] Add Qodana project to readme 2023-03-01 18:44:56 +01:00
SECURITY.md Just use latest instead of specific version 2021-02-19 13:38:35 +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.