config.yml
This is the default config file. It includes the language nodes simply because the config only takes in 2 arguments.
withdraw.reusetime: The time players have to wait to reuse the withdraw command.
withdraw.minimum: The minimum amount of currency that can be turned into a bank note.
Language Note: color.character MUST be only 1 character long, I recommend just keeping it as '&'. Warning and Info color node is the color in which any node in the info/warning section will be colored after. Any %s you see is the formatting of the string in which that is replaced with the obvious contents depending on the node.
Spoiler
Commands:
Code (YAML):
config:
withdraw:
reusetimer : 10
minimum : 100.0
language:
color:
character : '&'
warning : '&4'
info : '&2'
message:
prefix : '&e [&2PaperMoney&e ] '
warning:
wrongitem : Not a valid bank note.
wrongcommandusage : Incorrect Command Usage.
withdrawusage : Usage:&r /withdraw [amount ]
giveusage : Usage:&r /papermoney give [amount ]
papermoneyusage : Usage:&r /papermoney [give/reload ]
nopermission : You do not have permission to use that command.
noconsole : Command must be used in-game.
nofunds : Not enough funds.
noplayer : That player was not found.
notzero : Amount cannot be zero.
toolittle : Minimum withdraw allowed is %s.
toofast : Doing that too fast, try again in &r %s&4 seconds.
info:
deposited : Amount Deposited.
balance : Current Balance:&a %s
inventoryfull : Inventory Full. Dropped Bank Note at your location.
withdrew : ' %s withdrew as bank note.'
given : You were given a bank note in the amount of&a %s
gave : 'Gave [Bank Note : &a%s&2] to&a %s'
configreloaded : Config Reloaded.
item:
name : '&1Bank Note:&2 %s'
lore : '&2&lUse &n/deposit&r&2&l while holding.'
console:
disabled : Plugin Disabled!
novault : Disabled due to no Vault dependency found!
withdraw:
reusetimer : 10
minimum : 100.0
language:
color:
character : '&'
warning : '&4'
info : '&2'
message:
prefix : '&e [&2PaperMoney&e ] '
warning:
wrongitem : Not a valid bank note.
wrongcommandusage : Incorrect Command Usage.
withdrawusage : Usage:&r /withdraw [amount ]
giveusage : Usage:&r /papermoney give [amount ]
papermoneyusage : Usage:&r /papermoney [give/reload ]
nopermission : You do not have permission to use that command.
noconsole : Command must be used in-game.
nofunds : Not enough funds.
noplayer : That player was not found.
notzero : Amount cannot be zero.
toolittle : Minimum withdraw allowed is %s.
toofast : Doing that too fast, try again in &r %s&4 seconds.
info:
deposited : Amount Deposited.
balance : Current Balance:&a %s
inventoryfull : Inventory Full. Dropped Bank Note at your location.
withdrew : ' %s withdrew as bank note.'
given : You were given a bank note in the amount of&a %s
gave : 'Gave [Bank Note : &a%s&2] to&a %s'
configreloaded : Config Reloaded.
item:
name : '&1Bank Note:&2 %s'
lore : '&2&lUse &n/deposit&r&2&l while holding.'
console:
disabled : Plugin Disabled!
novault : Disabled due to no Vault dependency found!
- withdraw [amount] : Withdraw currency into a bank note.
- deposit : Deposit bank note player is holding.
- papermoney give [name] [amount] : Give player a bank note of amount.
- papermoney reload : Reloads config file.
- papermoney.withdraw : Use of the /withdraw command
- papermoney.deposit : Use of the /deposit command
Admin Permissions:
- papermoney.* : Use of all commands
- papermoney.admin : Use of the /playermoney command
Even though it isn't that helpful, figured I would include the plugin.yml file here for anyone who wants to see behind the counter.
Spoiler
name : PaperMoney
main : com.ugleh.papermoney.PaperMoney
description : Adds paper money to your economy plugin!
author : Ugleh
version : "1.0"
api-version : "1.13"
depend : [Vault ]
commands:
papermoney:
permission : papermoney.admin
description : Command used to access admin related features
deposit:
permission : papermoney.deposit
description : Used to deposit a bank note into your eco balance
withdraw:
permission : papermoney.withdraw
description : Used to withdraw a bank note from your eco balance
permissions:
papermoney.*:
default : op
children :
- papermoney.admin
- papermoney.withdraw
- papermoney.deposit
papermoney.admin:
default : op
papermoney.withdraw:
default : true
papermoney.deposit:
default : true
Code (YAML):
name : PaperMoney
main : com.ugleh.papermoney.PaperMoney
description : Adds paper money to your economy plugin!
author : Ugleh
version : "1.0"
api-version : "1.13"
depend : [Vault ]
commands:
papermoney:
permission : papermoney.admin
description : Command used to access admin related features
deposit:
permission : papermoney.deposit
description : Used to deposit a bank note into your eco balance
withdraw:
permission : papermoney.withdraw
description : Used to withdraw a bank note from your eco balance
permissions:
papermoney.*:
default : op
children :
- papermoney.admin
- papermoney.withdraw
- papermoney.deposit
papermoney.admin:
default : op
papermoney.withdraw:
default : true
papermoney.deposit:
default : true
Quick facts
- Edition: Minecraft Java
- File type: .jar
- Minecraft versions listed: 1.8, 1.9, 1.10
- 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.
PaperMoney is a free Minecraft Java mod. Compatible with Minecraft 1.8, 1.9, 1.10, 1.11 and newer. Downloaded 1,369 times (via Spigot). Download it and open it directly in the game.