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-08-15 13:43:54 -07:00
.github Fix up .github files 2025-03-21 01:08:29 -07:00
config/checkstyle Initial commit 2025-03-20 10:39:07 -07:00
gradle 1.0.081425.0807: Update to 1.21.8 2025-08-14 09:33:55 -07:00
src Attempt to fix non-functional plugin 2025-08-15 13:43:54 -07:00
.gitignore Switch to maven 2025-03-21 00:39:34 -07:00
build.gradle Attempt to fix non-functional plugin 2025-08-15 13:43:54 -07:00
CONTRIBUTING.md Initial commit 2025-03-20 10:39:07 -07:00
gradle.properties 1.0.081425.0943: switch to vaultunlocked 2025-08-14 09:45:41 -07:00
gradlew 1.0.081425.0807: Update to 1.21.8 2025-08-14 09:33:55 -07:00
gradlew.bat 1.0.081425.0807: Update to 1.21.8 2025-08-14 09:33:55 -07:00
HEADER.txt 1.0.081425.0807: Update to 1.21.8 2025-08-14 09:33:55 -07:00
Jenkinsfile 1.0.081425.0807: Update to 1.21.8 2025-08-14 09:33:55 -07:00
LICENSE Initial commit 2025-03-20 10:39:07 -07:00
README.md 1.0.081425.0943: switch to vaultunlocked 2025-08-14 09:45:41 -07:00
settings.gradle 1.0.081425.0807: Update to 1.21.8 2025-08-14 09:33:55 -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, 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.

  1. Vault Unlocked