You're looking for a good Banknotes plugin?
You have finally found the best solution!
THIS PLUGIN IS STILL IN BETA, PLEASE REPORT
BUGS & GIVE SUGGESTIONS IN THE REVIEW SECTION.
REQUIRES VAULT TO WORK!
- Fully customizable;
- Set a Minimum and a Maximum value for banknotes;
- Set Custom Command to create Banknotes;
- Set custom Permission for every Banknote to create It;
- [UNIQUE] Create Unlimited types of Banknotes, working with Placeholders (Requires PlaceholderAPI);
- Customize everything of the item of Banknotes;
- [UNIQUE] Possibility to Merge more Banknotes together;
- And much more...
Spoiler: Default Configuration
messages:
np-permisson : "&c&lERROR &8» &7You can't use this command!"
not-number : "&c&lERROR &8» &7You have to put a number!"
invalid-input : "&c&lERROR &8» &7You have to put a number between &f%min%&7 and &f%max%&7."
error-douplicated-banknotes : "&c&lERROR &8» &7You can't &fMerge&7 more than &f2 Banknotes&7 at the same time!"
player-not-online : "&c&lERROR &8» &7This player is not online!"
banknote-not-found : "&c&lERROR &8» &7Banknote not found!"
sounds:
banknote-created : ENTITY_EXPERIENCE_ORB_PICKUP
banknote-redeemed : ENTITY_PLAYER_LEVELUP
banknote-merged : ENTITY_EXPERIENCE_ORB_PICKUP
settings:
banknotes-merge : true # should 'merge' feature be enabled?
stackable-banknotes : false # if the setting above is set to true, this cannot be enabled!
# LOOK FOR PHYSIC ITEM
# if set to false, even if you change the item here, old banknotes will be redeemable anyway
# if set to true, the plugin will check even for the material, name and lore, so if you change
# these settings, old banknotes will not be redeemable anymore.
look-for-physic-item : false
console-alias : "Santa Claus" # this is the %creator% placeholder for banknotes given by the console.
banknotes:
Money:
type : VAULT # You can choose between 'VAULT' and 'PLACEHOLDER'
command : "withdraw" # the command that you have to execute to create a Banknote
min-amount : 10
max-amount : 100000000
permission : "banknotes.withdraw.money" # Permission required to create this type of Banknote
messages:
not-enough : "&c&lERROR &8» &7You don't have &f%amount%$&7!"
banknote-created : "&6&lBANKNOTES &8» &7You've created a &f%amount%$ Banknote&7!"
usage : "&c&lUSE &8» &7/Withdraw <amount>"
banknote-redeemed : "§a§l+%amount%$"
display:
material : BOOK
data : 0
glow : true # Enchanted or not
name : "&a&l*&f&l*&a&l* &a&lMONEY &f&lBANKNOTE &7(Right-Click) &a&l*&f&l*&a&l*"
lore :
- ""
- "&2➥ &7Amount : &a$%amount%"
- "&2➥ &7Creator : &f%creator%"
- ""
- "&2&l• &aRight-Click&7 to redeem."
Tokens:
type : PLACEHOLDER
command : "twithdraw"
min-amount : 10
max-amount : 100000000
permission : "banknotes.withdraw.token"
# The following value "placeholder" is the Placeholder (of PlaceholderAPI) that returns
# the amount of tokens, in this case, that the player has.
placeholder : "%mycustomplaceolder_amount%"
commands:
add : "orbs add %player% %amount%" # Command executed by the console to add Tokens to the player.
remove : "orbs remove %player% %amount%" # Command executed by the console to remove Tokens from the player.
messages:
not-enough : "&c&lERROR &8» &7You don't have &f%amount% Tokens&7!"
banknote-created : "&6&lBANKNOTES &8» &7You've created a &f%amount% Tokens Banknote&7!"
usage : "&c&lUSE &8» &7/TWithdraw <amount>"
banknote-redeemed : "§a§l+%amount% Tokens"
display:
material : DOUBLE_PLANT
data : 0
glow : true
name : "&6&l*&f&l*&6&l* &6&lTOKEN &f&lBANKNOTE &7(Right-Click) &6&l*&f&l*&6&l*"
lore :
- ""
- "&6➥ &7Amount : &e%amount%"
- "&6➥ &7Creator : &f%creator%"
- ""
- "&6&l• &eRight-Click&7 to redeem."
config-version : 1.0
Code (YAML):
messages:
np-permisson : "&c&lERROR &8» &7You can't use this command!"
not-number : "&c&lERROR &8» &7You have to put a number!"
invalid-input : "&c&lERROR &8» &7You have to put a number between &f%min%&7 and &f%max%&7."
error-douplicated-banknotes : "&c&lERROR &8» &7You can't &fMerge&7 more than &f2 Banknotes&7 at the same time!"
player-not-online : "&c&lERROR &8» &7This player is not online!"
banknote-not-found : "&c&lERROR &8» &7Banknote not found!"
sounds:
banknote-created : ENTITY_EXPERIENCE_ORB_PICKUP
banknote-redeemed : ENTITY_PLAYER_LEVELUP
banknote-merged : ENTITY_EXPERIENCE_ORB_PICKUP
settings:
banknotes-merge : true # should 'merge' feature be enabled?
stackable-banknotes : false # if the setting above is set to true, this cannot be enabled!
# LOOK FOR PHYSIC ITEM
# if set to false, even if you change the item here, old banknotes will be redeemable anyway
# if set to true, the plugin will check even for the material, name and lore, so if you change
# these settings, old banknotes will not be redeemable anymore.
look-for-physic-item : false
console-alias : "Santa Claus" # this is the %creator% placeholder for banknotes given by the console.
banknotes:
Money:
type : VAULT # You can choose between 'VAULT' and 'PLACEHOLDER'
command : "withdraw" # the command that you have to execute to create a Banknote
min-amount : 10
max-amount : 100000000
permission : "banknotes.withdraw.money" # Permission required to create this type of Banknote
messages:
not-enough : "&c&lERROR &8» &7You don't have &f%amount%$&7!"
banknote-created : "&6&lBANKNOTES &8» &7You've created a &f%amount%$ Banknote&7!"
usage : "&c&lUSE &8» &7/Withdraw <amount>"
banknote-redeemed : "§a§l+%amount%$"
display:
material : BOOK
data : 0
glow : true # Enchanted or not
name : "&a&l*&f&l*&a&l* &a&lMONEY &f&lBANKNOTE &7(Right-Click) &a&l*&f&l*&a&l*"
lore :
- ""
- "&2➥ &7Amount : &a$%amount%"
- "&2➥ &7Creator : &f%creator%"
- ""
- "&2&l• &aRight-Click&7 to redeem."
Tokens:
type : PLACEHOLDER
command : "twithdraw"
min-amount : 10
max-amount : 100000000
permission : "banknotes.withdraw.token"
# The following value "placeholder" is the Placeholder (of PlaceholderAPI) that returns
# the amount of tokens, in this case, that the player has.
placeholder : "%mycustomplaceolder_amount%"
commands:
add : "orbs add %player% %amount%" # Command executed by the console to add Tokens to the player.
remove : "orbs remove %player% %amount%" # Command executed by the console to remove Tokens from the player.
messages:
not-enough : "&c&lERROR &8» &7You don't have &f%amount% Tokens&7!"
banknote-created : "&6&lBANKNOTES &8» &7You've created a &f%amount% Tokens Banknote&7!"
usage : "&c&lUSE &8» &7/TWithdraw <amount>"
banknote-redeemed : "§a§l+%amount% Tokens"
display:
material : DOUBLE_PLANT
data : 0
glow : true
name : "&6&l*&f&l*&6&l* &6&lTOKEN &f&lBANKNOTE &7(Right-Click) &6&l*&f&l*&6&l*"
lore :
- ""
- "&6➥ &7Amount : &e%amount%"
- "&6➥ &7Creator : &f%creator%"
- ""
- "&6&l• &eRight-Click&7 to redeem."
config-version : 1.0
Spoiler: Screenshots
Quick facts
- Edition: Minecraft Java
- File type: .jar
- Minecraft version listed: 1.12
- How to install: Install the matching mod loader (Forge, Fabric or NeoForge) for your Minecraft version. → Download the .jar. → Put it in the .minecraft/mods folder and launch that loader profile.
- Where to get it: Opens on Spigot — not every file is mirrored on our own servers.
Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.
UltimateBanknotes is a free Minecraft Java mod. Compatible with Minecraft 1.12. Downloaded 621 times (via Spigot). Download it and open it directly in the game.