⚠️ This plugin requires Vault and a compatible economy plugin (such as EssentialsX) to function!
- Withdraw money as paper notes with
/withdraw <amount> - Right-click notes to deposit money back into your account
- Supports Vault economy
- Minecraft 1.21+ (Paper)
- Vault
- A compatible economy plugin (e.g., EssentialsX)
- Download the latest
JustWithdrawjar from the releases (or build with Maven). - Place the jar in your server's
pluginsfolder. - Make sure Vault and an economy plugin are installed.
- Restart or reload your server.
/withdraw <amount>
Withdraws the specified amount as a bank note (paper item)./withdraw
Shows your current balance./withdraw reload
Reloads the plugin configuration (requiresgitwithdraw.reloadpermission).
-
/withdraw 1000
Gives you a paper note worth 1000 currency units. -
Right-click the note to deposit the money back into your account.
| Permission | Description | Default |
|---|---|---|
justwithdraw.use |
Allows use of /withdraw command |
true |
gitwithdraw.reload |
Allows reloading the config | op |
Edit plugins/JustWithdraw/config.yml to customize:
- Message prefix
- Minimum withdraw amount
- Note display (name, glow, pickup delay, floating)
- Thank-you message
Example:
message-prefix: "§6[JustWithdraw] §r"
min-withdraw-amount: 1.0
show-note:
enabled: true
name-format: "§e§l💰 %amount% 💰"
glowing: true
pickup-delay: 10
floating: false
show-message:
enabled: true
thank-you-message: "§aThanks for using JustWithdraw banking services!"- Issues & suggestions: GitHub Issues
- Contribute: Github Repo
MIT