Compatibility
Minecraft: Java Edition
1.21.x
1.20.x
1.19.x
1.18.x
Platforms
75% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Creators
Details
Licensed GPL-3.0-only
Published 2 years ago
Updated 6 days ago
Introduction
TheGoldEconomy is a powerful economy plugin that allows servers to manage their gold-based currency through a bank system. Players can deposit and withdraw gold and send money to each other. With support for both gold nuggets, ingots and raw gold this plugin is designed to be lightweight, easy to configure, and fully compatible with popular plugins like Vault and Towny.
Table of Contents
Features
- Easy to use.
- Use nuggets or ingots as your base!
- PlaceholderAPI Integration!
- Towny and Vault support.
- TownyAPI Integration!
- Optional removing of Gold Drops by Mobs to reduce inflation.
- Multiple Language support!
How to Install
- Install Vault: Ensure you have Vault installed on your server. Vault is compatible with Minecraft versions newer than 1.17.
- Download TheGoldEconomy: Get the latest version of TheGoldEconomy here.
- Place the Plugin: Move the downloaded
.jar
file into your server'splugins
folder. - Enjoy playing!
Commands
Player
- /bank balance
Displays your current bank balance (e.g,/bank balance
). - /bank balance <player>
Shows the balance of the specified player (e.g.,/bank balance Steve
). - /bank deposit <gold>
Deposits the specified amount of gold from your inventory into your bank account (e.g.,/bank deposit 10
). To deposit everything use/bank deposit
without an amount. - /bank withdraw <gold>
Withdraws the specified amount of gold from your bank account into your inventory (e.g.,/bank withdraw 5
). To deposit everything use/bank deposit
without an amount. - /bank pay <player> <gold>
Transfers the specified amount of gold to another player (e.g.,/bank pay Alex 20
).
Permissions
Default Permissions
thegoldeconomy.balance
/bank balancethegoldeconomy.balance.others
/bank balance <player>thegoldeconomy.deposit
/bank depositthegoldeconomy.withdraw
/bank withdrawthegoldeconomy.pay
/bank pay
Non-default Permissions
thegoldeconomy.set
/bank setthegoldeconomy.add
/bank addthegoldeconomy.remove
/bank remove
Placeholders
The following placeholders are available if using PlaceholderAPI
thegoldeconomy_inventoryBalance
thegoldeconomy_bankbalance
thegoldeconomy_totalBalance
Config File
# Remove Gold Drops from Mobs like Piglins? (default: true)
removeGoldDrop: true
# Should the plugin check for updated? (default: true)
updateCheck: true
# Valid language are:
# German: de_DE
# English: en_US
# Spanish: es_ES
# Simplified Chinese: zh_CN
# Turkish: tr_TR
# Brazilian Portuguese: pt_BR
# Norwegian: nb_NO
# Ukrainian: uk
language: "en_US"
# Do you want to restrict bank commands to bank plots (requires Towny)
restrictToBankPlot: false
# Prefix
prefix: "TheGoldEconomy"
# This value sets the base domination of the economy
# 'nuggets' = 1 nugget is 1 currency, 1 ingot is 9, 1 block is 81
# 'ingots' = 1 ingots is 1 currency, 1 block is 9
# 'raw' = 1 raw gold is 1 currency, 1 block is 9
base: "nuggets"