Compatibility
Minecraft: Java Edition
1.21
Platforms
75% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Links
Creators
Details
JustWithdraw
A simple, powerful Minecraft plugin for Paper servers that lets players withdraw in-game currency as physical bank notes! Supports Vault and highly configurable note display.
⚠️ This plugin requires Vault and a compatible
Features
- Withdraw money as paper notes with
/withdraw <amount>
- Right-click notes to deposit money back into your account
- Supports Vault economy
Requirements
- Minecraft 1.21+ (Paper)
- Vault
- A compatible economy plugin (e.g., EssentialsX)
Installation
- Download the latest
JustWithdraw
jar from the releases (or build with Maven). - Place the jar in your server's
plugins
folder. - Make sure Vault and an economy plugin are installed.
- Restart or reload your server.
Usage
/withdraw <amount>
Withdraws the specified amount as a bank note (paper item)./withdraw
Shows your current balance./withdraw reload
Reloads the plugin configuration (requiresgitwithdraw.reload
permission).
Example
-
/withdraw 1000
Gives you a paper note worth 1000 currency units. -
Right-click the note to deposit the money back into your account.
Permissions
Permission | Description | Default |
---|---|---|
justwithdraw.use |
Allows use of /withdraw command |
true |
gitwithdraw.reload |
Allows reloading the config | op |
Configuration
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!"
Support
- Issues & suggestions: GitHub Issues
- Contribute: Github Repo
License
MIT