00fa83c56a
This adds a new config option ENSURE_CORRECT_PLAYERID which lets one disable the check whether or not a player's UUID version matches the server's online/offline mode UUID version. Due to potential issues with offline players which might occur when this isn't checked disabling this can't really be supported and any issues should first be tested if they still occur with this option enabled. This also forces the UUID to version 4 if the server runs in online mode as it should not be necessary in any normal setup to detect the UUID version dynamically in that case. (Dynamic detection is only necessary for offline mode which might potentially run behind a proxy) |
||
---|---|---|
.github | ||
repo | ||
src | ||
.crowdin.yml | ||
.gitignore | ||
install_dependency_to_repo.sh | ||
LICENSE | ||
pom.xml | ||
README.md | ||
SECURITY.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.
- Maven download
- Launch
mvn clean install
-- that's it!
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.