Skip to content

FancyMcPlugins/FancyEconomy

Repository files navigation

FancyEconomy Banner

Latest Version

Discord

GitHub Downloads

Modrinth Downloads

FancySpaces Downloads

**IMPORTANT: The code for FancyEconomy has been migrated to our new monorepo.

Link to monorepo: https://github.com/FancyInnovations/FancyPlugins**

Simple economy plugin that lets you add multiple currencies.

Only supported for Paper and Folia 1.21.11.
The plugin might also work in older versions and using forks of Paper.

Features

  • Multiple currencies
  • MySQL or SQLite storage
  • Withdraw money notes
  • Vault integration
  • Placeholders for PlaceholderAPI

Get the plugin

You can download the latest versions at the following places:

Commands

  • /FancyEconomy - displays the commands for this Plugin.
  • /FancyEconomy reload - plugin config reload
  • /FancyEconomy version - checks for a new version of the plugin
  • /FancyEconomy currencies - shows a list of all currencies
  • /Balance - shows your balance (default currency)
  • /Balance (target) - shows a players balance (default currency)
  • /Pay (target) (amount) - pays a certain amount of (default currency) to a specified player
  • /Withdraw (amount) - Withdraw a certain amount of money
  • /Balancetop (page) - Shows the richest players

For each currency there will a command:

  • /(currency) balance - Shows your balance
  • /(currency) balance (player) - Shows a player's balance
  • /(currency) pay (player) (amount) - Pays money to a certain player
  • /(currency) withdraw (amount) - Withdraw a certain amount of money
  • /(currency) balancetop (page) - Shows the richest players
  • /(currency) set (player) (amount) - Sets the balance of a certain player
  • /(currency) add (player) (amount) - Adds money to a certain player
  • /(currency) remove (player) (amount) - Removes money to a certain player

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

About

FancyEconomy is a simple plugin that adds an economy to your server

Topics

Resources

License

Stars

Watchers

Forks

Contributors

Languages