FancyMcPlugins / FancyEconomy

FancyEconomy is a simple plugin that adds an economy to your server
https://modrinth.com/plugin/fancyeconomy
MIT License
2 stars 7 forks source link
economy minecraft paper plugin

Latest Version Discord GitHub Downloads Downloads

Simple economy plugin that lets you add multiple currencies

Only supported for 1.20.1 (might work in other versions too tho)
Using paper is highly recommended

Vault and PlaceholderAPI is supported.

Get the plugin

You can download the latest versions at the following places:

Commands

For each currency there will a command:

Permissions

FancyEconomy.balance - access to the /balance command
FancyEconomy.pay - access to the /pay command
FancyEconomy.withdraw - access to the /withdraw command
FancyEconomy.admin - access to the /FancyEconomy command
FancyEconomy.<currency> - access to the /(currency) balance|pay commands
FancyEconomy.<currency>.admin - access to the /(currency) set|add|remove commands

Placeholders

%FancyEconomy_balance% - displays the player's balance (default currency)
%FancyEconomy_balance_raw% - displays the player's balance in a raw format (e.g. "5127422587,43")
%FancyEconomy_balance_<currency>% - displays the player's balance for a certain currency %FancyEconomy_balance_raw_<currency>% - displays the player's balance for a certain currency in a raw format

Build from source

  1. Clone this repo and run gradlew shadowJar
  2. The jar file will be in build/libs/FancyEconomy-<version>.jar