Thanks to visit codestin.com
Credit goes to github.com

Skip to content

JustWithdraw allows players to convert their in-game balance into tangible items, such as banknotes or coins, facilitating secure player-to-player transactions.

License

Notifications You must be signed in to change notification settings

awiones/JustWithdraw

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JustWithdraw Logo

JustWithdraw

⚠️ This plugin requires Vault and a compatible economy plugin (such as EssentialsX) to function!

Withdraw Command Example Bank Note in Inventory Dropped Money Note

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

  1. Download the latest JustWithdraw jar from the releases (or build with Maven).
  2. Place the jar in your server's plugins folder.
  3. Make sure Vault and an economy plugin are installed.
  4. 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 (requires gitwithdraw.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

License

MIT

About

JustWithdraw allows players to convert their in-game balance into tangible items, such as banknotes or coins, facilitating secure player-to-player transactions.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages