Information
Welcome to the official documentation for InfiniteEconomies. It's in the name, make INFINITE different types of economies!
Last updated
Welcome to the official documentation for InfiniteEconomies. It's in the name, make INFINITE different types of economies!
Last updated
Welcome to the InfiniteEconomies documentation! This plugin provides limitless potential for creating multiple, diverse economies on your Minecraft server. Whether you want to establish a basic coin system or a complex network of resources, InfiniteEconomies offers the tools and flexibility to make it happen.
InfiniteEconomies is a powerful plugin that allows server owners to create an unlimited number of custom economies, each with its own unique set of rules and currency types. With built-in leaderboards, placeholders, and an easy-to-use configuration system, you can tailor each economy to fit your server's needs.
💰 Unlimited Economies: Create as many different types of economies as you want!
📊 Leaderboards: Track player standings within each economy with instant leaderboard updates.
🪧 Placeholder Support: Utilize placeholders to display economy information anywhere on your server.
⚙️ Easy Configuration: Set up and manage economies effortlessly with a straightforward configuration file.
To install InfiniteEconomies on your server, follow these steps:
Minecraft server running Spigot version 1.21 or higher.
Download the InfiniteEconomies Plugin jar from <coming soon>.
Place the jar file into your server's 'plugins' directory.
Restart your server to load the plugin.
After installation, InfiniteEconomies generates a config.yml
file in the plugins/InfiniteEconomies
directory. This file allows you to define your economies, set currency names, configure leaderboards, and more.
/<economy> ex. ( /money or /tokens )
Main command for each economy.
/money
/<economy> balance <user> /<economy> balance
Displays balance in the economy
/money balance ShaneTheDev /money balance
/<economy> top
Displays economy leaderboard (top 10)
/money top
/<economy> set <user> <amount>
Set a players balance
/money set ShaneTheDev 500
/<economy> add <user> <amount>
Add to a players balance
/money add ShaneTheDev 1000
/<economy> take <user> <amount>
Remove from a players balance
/money take ShaneTheDev 250
/balance /bal
Shows all economy balances in one place
/balance /bal
/paytoggle
Toggle receiving payments
/paytoggle
infiniteeconomies.admin
Access to "/<economy> set/add/take"
infiniteeconomies.top
Access to "/<economy> top"
infiniteeconomies.pay
Access to send another player a currency
infiniteeconomies.paytoggle
Ability to toggle receiving payments on & off
%ie_<economy>_raw%
Returns the balance of specified economy in "raw" format ex. ( 100000.0 )
%ie_<economy>_formatted%
Returns the balance of specified economy in "formatted" format ex. (100.0k)
For a full list of configuration options, visit the section.