PluginLicenseRef-EUPL-1.2
TheGoldEconomy
A lightweight and simple gold-based economy plugin
7.4K
Downloads
28
Followers
2 months ago
Updated
📦
27
Versions
📖About TheGoldEconomy
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.
Features
- Different gold translation modes
- Nugget Mode: 1 Nugget = 1$
- Ingot Mode: 1 Ingot = 1$
- Raw Gold Mode: 1 Raw Gold = 1$
- Extensive plugin comatability
- Vault support to work with other plugins
- PlaceholderAPI
- Towny bank plots
- Option to completly remove gold drops from mobs
- Many languages included
- No database required
Dependencies
Additionals Information
CommandsPlayer
- /bank balance | /balance | /bal
Displays your current bank balance (e.g,/bank balance). - /bank balance
Shows the balance of the specified player (e.g.,/bank balance Steve). - /bank deposit
Deposits the specified amount of gold from your inventory into your bank account (e.g.,/bank deposit 10). To deposit everything use/bank depositwithout an amount. - /bank withdraw
Withdraws the specified amount of gold from your bank account into your inventory (e.g.,/bank withdraw 5). To withdraw everything use/bank withdrawwithout an amount. - /bank pay
Transfers the specified amount of gold to another player (e.g.,/bank pay Alex 20).
Default Permissions
thegoldeconomy.balance
/bank balancethegoldeconomy.balance.others
/bank balancethegoldeconomy.deposit
/bank depositthegoldeconomy.withdraw
/bank withdrawthegoldeconomy.pay
/bank pay
Non-default Permissions
thegoldeconomy.set
/bank setthegoldeconomy.add
/bank addthegoldeconomy.remove
/bank remove
The following placeholders are available if using PlaceholderAPI
thegoldeconomy_inventoryBalancethegoldeconomy_bankbalancethegoldeconomy_totalBalance
# Remove Gold Drops from Mobs like Piglins? (default: true)
removeGoldDrop: true
# Should the plugin check for updates? (default: true)
updateCheck: true
# Valid language are:
# Brazilian Portuguese: pt_BR
# Bulgarian: bg_BG
# English: en_US
# German: de_DE
# Japanese: jp_JP
# Norwegian: nb_NO
# Polish: pl_PL
# Simplified Chinese: zh_CN
# Spanish: es_ES
# Tamil: ta
# Turkish: tr_TR
# Ukrainian: uk
# Russian: ru
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"