ModsJava
Emerald Bank {ORIGINAL} [1.11] - An Emerald Bank with a cool GUI and a Villager !
Emerald Bank
Hello ! With rush93 we have created an Emerald Bank plugin, on this plugin you can deposit/withdraw emeralds to an account.
Features
- Create a balance for each player of the server
- Each player can deposit/withdraw emeralds to his account through a villager
- The Banker is a villager
- You can simply deposit/withdraw with a cool GUI
- You can do /eb top to see the balance top
- You can do /eb balance [player] to see someone's balance
Commands
/eb spawn to create a Banker
/eb top [page] to see the balance top
/eb balance [player] to see someone's balance
/eb set <player> <amount> to set someone's balance
/eb give <player> <amount> to add emeralds to someone's balance
/eb take <player> <amount> to take emeralds to someone's balance
/eb reload to reload the config
Permissions
emeraldbank.admin to get /eb spawn, /eb set, /eb give, /eb take, /eb reload commands
Config file
Screenshots
If you have any suggestion you are welcome
Hello ! With rush93 we have created an Emerald Bank plugin, on this plugin you can deposit/withdraw emeralds to an account.
Features
- Create a balance for each player of the server
- Each player can deposit/withdraw emeralds to his account through a villager
- The Banker is a villager
- You can simply deposit/withdraw with a cool GUI
- You can do /eb top to see the balance top
- You can do /eb balance [player] to see someone's balance
Commands
/eb spawn to create a Banker
/eb top [page] to see the balance top
/eb balance [player] to see someone's balance
/eb set <player> <amount> to set someone's balance
/eb give <player> <amount> to add emeralds to someone's balance
/eb take <player> <amount> to take emeralds to someone's balance
/eb reload to reload the config
Permissions
emeraldbank.admin to get /eb spawn, /eb set, /eb give, /eb take, /eb reload commands
Config file
Spoiler: Config.yml
Code (Text):
#This is the config file for the Emerald Bank plugin
topTotalPerPage: 10
autoSaveTime: 1200 #in ticks (1s ~= 20ticks)
customName: false
superFreezeNpc: true # if true can cause lag if too many npc
#if customName = true
emeraldName: "&cRush&ecoins"
### Lang ###
gui:
items:
deposit: "&aDeposit"
withdraw: "&eWithdraw"
quit: "&cClose"
rename: "&aRename Villager"
remove: "&4Delete Villager"
inventory:
bank: "&a%p' balance &e(&c%s&e E)" # %p for player name | %s for the balance
withdraw: "&eTake your Emeralds &a%p" # %p for player name
deposit: "&ePlace your Emeralds &a%p" # %p for player name
messages:
errors:
notAPlayer: "&cYou must be a player to do this."
positiveInteger: "&cMust be a positive integer."
lessThan: "&cMust be less than %i." # %i for the number
nameNotAPlayer: "&cThat player is not online."
noAccount: "&cThat player doesn't have an account."
noPermission: "&cPermission required."
notEnoughArgument: "&cCommand error :"
reload: "&cError when reload the config, check the console for more information."
enterPnjName: "&bPlease enter the villager's name."
pnjRenamed: "&aVillager has been renamed."
pnjRemoved: "&bVillager has been deleted."
notForgetItem: "&cDon't forget your items in the bank!"
depositSuccess: "&aYou just placed %d emeralds." # %d for the amount
withdrawSuccess: "&aYou just took %d emeralds." # %d for the amount
playerBalance: "&a%p &b: &e%s." # %p for the player name | %s for the balance amount
giveSuccess: "&aYou gave %s emeralds to %p." # %p for the player name | %s for the amount
setSuccess: "&aYou just set the balance of %p to %s emeralds." # %p for the player name | %s for the amount
reloadSuccess: "&aThe config reloaded."
takeSuccess: "&aYou just took %s emeralds from %p." # %p for the player name | %s for the amount
top:
firstLine: "&e~~ &aEmerald Bank Top (&c%c/%t&a)&e ~~" # %c for the current page | %t for the total number of page
line: "&e%i - &a%p &b( &e%s&b E)" # %i for the player place | %p for the player name | %s for the player balance
help:
errors:
noPermission: "&cYou have permission to do this."
addpnj: "adds a banker."
balanceTop: "displays the balance top."
set: "set the balance of a player."
give: "give emeralds to a player. "
take: "take emeralds from a player."
balance: "displays the balance of a player."
reload: "reload the config."
topTotalPerPage: 10
autoSaveTime: 1200 #in ticks (1s ~= 20ticks)
customName: false
superFreezeNpc: true # if true can cause lag if too many npc
#if customName = true
emeraldName: "&cRush&ecoins"
### Lang ###
gui:
items:
deposit: "&aDeposit"
withdraw: "&eWithdraw"
quit: "&cClose"
rename: "&aRename Villager"
remove: "&4Delete Villager"
inventory:
bank: "&a%p' balance &e(&c%s&e E)" # %p for player name | %s for the balance
withdraw: "&eTake your Emeralds &a%p" # %p for player name
deposit: "&ePlace your Emeralds &a%p" # %p for player name
messages:
errors:
notAPlayer: "&cYou must be a player to do this."
positiveInteger: "&cMust be a positive integer."
lessThan: "&cMust be less than %i." # %i for the number
nameNotAPlayer: "&cThat player is not online."
noAccount: "&cThat player doesn't have an account."
noPermission: "&cPermission required."
notEnoughArgument: "&cCommand error :"
reload: "&cError when reload the config, check the console for more information."
enterPnjName: "&bPlease enter the villager's name."
pnjRenamed: "&aVillager has been renamed."
pnjRemoved: "&bVillager has been deleted."
notForgetItem: "&cDon't forget your items in the bank!"
depositSuccess: "&aYou just placed %d emeralds." # %d for the amount
withdrawSuccess: "&aYou just took %d emeralds." # %d for the amount
playerBalance: "&a%p &b: &e%s." # %p for the player name | %s for the balance amount
giveSuccess: "&aYou gave %s emeralds to %p." # %p for the player name | %s for the amount
setSuccess: "&aYou just set the balance of %p to %s emeralds." # %p for the player name | %s for the amount
reloadSuccess: "&aThe config reloaded."
takeSuccess: "&aYou just took %s emeralds from %p." # %p for the player name | %s for the amount
top:
firstLine: "&e~~ &aEmerald Bank Top (&c%c/%t&a)&e ~~" # %c for the current page | %t for the total number of page
line: "&e%i - &a%p &b( &e%s&b E)" # %i for the player place | %p for the player name | %s for the player balance
help:
errors:
noPermission: "&cYou have permission to do this."
addpnj: "adds a banker."
balanceTop: "displays the balance top."
set: "set the balance of a player."
give: "give emeralds to a player. "
take: "take emeralds from a player."
balance: "displays the balance of a player."
reload: "reload the config."
Screenshots
Spoiler: Image 1
Spoiler: Image 2
If you have any suggestion you are welcome
Quick facts
- Edition: Minecraft Java
- File type: .jar
- Minecraft version listed: 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.
Emerald Bank {ORIGINAL} [1.11] - An Emerald Bank with a cool GUI and a Villager ! is a free Minecraft Java mod. Compatible with Minecraft 1.10. Downloaded 6,924 times (via Spigot). Download it and open it directly in the game.