NightBank icon

NightBank -----

Withdraw currency ($) into banknotes, and experience (XP) into bottles.



NIGHT BANK
Withdraw currency ( $) into banknotes, and experience ( XP) into bottles.

IMPORTANT NOTE
  • Requires Java 21.
  • It has only been tested on Spigot 1.21.4.
FEATURE LIST
  • Banknotes - Withdraw your $ into banknotes.
  • XP Bottles - Withdraw your XP into experience bottles.
  • Withdraw All - Withdraw all $ / XP in a single command.
  • Claim Stack - Shift to claim all banknotes / XP bottles of the same stack.
  • 100% Customization - Always : )
DEPENDENCIES / HOOKS
  • Midnight is required. It's my library I use!
  • Vault is required. Used for the economy.
PLAYER COMMANDS
  • /withdraw [amount] (nightbank.withdraw)
  • /withdraw all (nightbank.withdraw.all)
  • /bottle [amount] (nightbank.bottle)
  • /bottle all (nightbank.bottle.all)
ADMIN COMMANDS
  • /nightbank reload (nightbank.admin)
  • /withdraw give [player] [amount] (nightbank.admin)
  • /withdraw give all [amount] (nightbank.admin)
  • /bottle give [player] [amount] (nightbank.admin)
  • /bottle give all [amount] (nightbank.admin)
FILE SHOWCASE
Code (Text):
# Configure Banknotes below:
withdraw:
  min-amount: 1
  max-amount: 1000000000
  claim-sound: block.amethyst_block.resonate
  type: PAPER
  name: "&eBanknote"
  lore:
   - ""
   - "&7Amount: &a${amount}"
   - "&7Player: &a{player}"
   - ""
   - "&7&oRight Click to Redeem"

# Configure Bottles below:
bottle:
  min-amount: 1
  max-amount: 1000000
  claim-sound: entity.experience_orb.pickup
  type: EXPERIENCE_BOTTLE
  name: "&eExperience Bottle"
  lore:
   - ""
   - "&7Amount: &a{amount} XP"
   - "&7Player: &a{player}"
   - ""
   - "&7&oRight Click to Redeem"

# What gets filled into {player} from the give command.
admin-player: "&cAdmin"

Code (Text):
success:
  withdraw: "&2&l✓ &aYou have withdrawn &l${amount}&a."
  withdraw-claim: "&2&l✓ &aYou have claimed &l${amount}&a."
  withdraw-receive: "&2&l✓ &aYou have received a &l${amount} &abanknote."
  bottle: "&2&l✓ &aYou have bottled up &l{amount} &aexperience."
  bottle-claim: "&2&l✓ &aYou have claimed &l{amount} &aexperience."
  bottle-receive: "&2&l✓ &aYou have received &l{amount} &aexperience."
  reloaded: "&2&l✓ &a&lNightBank &ahas been reloaded."

failure:
  inventory-full: "&4&l❌ &cYou do not have enough inventory space."
  not-enough-money: "&4&l❌ &cYou do not have enough money."
  not-enough-exp: "&4&l❌ &cYou do not have enough experience."
  withdraw-min: "&4&l❌ &cThe minimum amount you can withdraw is &l${amount}&c."
  withdraw-max: "&4&l❌ &cThe maximum amount you can withdraw is &l${amount}&c."
  withdraw-claim: "&4&l❌ &cUnable to claim this banknote. It might be too much?"
  bottle-min: "&4&l❌ &cThe minimum amount you can bottle up is &l{amount} &cexperience."
  bottle-max: "&4&l❌ &cThe maximum amount you can bottle up is &l{amount} &cexperience."
  not-online: "&4&l❌ &cThe specified player is not online."
  no-permission: "&4&l❌ &cYou lack the required permission for this action."

usage:
  nightbank:
   - "&7&m-------------&r &e&lNightBank &aCommands &7&m-------------"
   - "&7- &a/nightbank reload &e: &7Reloads config files."
   - "&7- &a/withdraw give <player> <amount> &e: &7Gives a banknote."
   - "&7- &a/withdraw give all <amount> &e: &7Gives banknotes."
   - "&7- &a/bottle give <player> <amount> &e: &7Gives an XP bottle."
   - "&7- &a/bottle give all <amount> &e: &7Gives XP bottles."
   - "&7&m---------------------------------------------"
  withdraw:
   - "&eUsage: &a/withdraw <amount>"
   - "&a► &7Withdraws the specified amount of money."
  bottle:
   - "&eUsage: &a/bottle <amount>"
   - "&a► &7Bottles up the specified amount of experience."

HELP SECTION
Need more help? Please visit the Discord.
Resource Information
Author:
----------
Total Downloads: 20
First Release: Mar 27, 2025
Last Update: Apr 1, 2025
Category: ---------------
All-Time Rating:
0 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings