A simple spigot plugin that gives a configurable amount of money to all online players at a configurable amount of time.
Find a file
2025-03-21 02:06:57 -07:00
.github Fix up .github files 2025-03-21 01:08:29 -07:00
.vscode Starts implementation 2025-03-20 12:07:04 -07:00
config/checkstyle Initial commit 2025-03-20 10:39:07 -07:00
src Fix plugin.yml 2025-03-21 00:59:25 -07:00
.gitignore Switch to maven 2025-03-21 00:39:34 -07:00
CONTRIBUTING.md Initial commit 2025-03-20 10:39:07 -07:00
Jenkinsfile Switch to maven 2025-03-21 00:39:34 -07:00
LICENSE Initial commit 2025-03-20 10:39:07 -07:00
pom.xml Fix plugin.yml 2025-03-21 00:59:25 -07:00
README.md Update readme 2025-03-21 02:05:47 -07:00

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, you need Maven installed.

mvn clean package

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/