mirror of
https://github.com/zontreck/AutoMoneyPlugin
synced 2025-08-29 08:27:28 -07:00
A simple spigot plugin that gives a configurable amount of money to all online players at a configurable amount of time.
.github | ||
config/checkstyle | ||
gradle | ||
src | ||
.gitignore | ||
build.gradle | ||
CONTRIBUTING.md | ||
gradle.properties | ||
gradlew | ||
gradlew.bat | ||
HEADER.txt | ||
Jenkinsfile | ||
LICENSE | ||
README.md | ||
settings.gradle |
AutoMoneyPlugin
This is a very simple plugin designed to just automatically generate money for players, or payout from a specified bank account.
License
Licensed under the GPLv3
Building
To build the plugin, simply run the following
./gradlew build
Automated Builds
I do have a Jenkins server set up, which automatically builds the plugin when changes are made.
https://ci.zontreck.com/job/Projects/job/Java/job/AutoMoneyPlugin/
Dependency
As Vault (by MilkBowl) has chosen to stick with Spigot, and not update for Paper's hard fork, we'll be using VaultUnlockedAPI from now on.
- Vault Unlocked