
An economy plugin for Minecraft servers running PaperMC.
A lightweight economy plugin for Minecraft servers running PaperMC.
Version 1.2.1 is live!
Upgrade guide
Commands featured in this plugin:
The /balance command shows the player's balance.
Using subcommand send, players can send coins to other players.
Players with the corresponding permissions can use subcommand set, add och subtract to
modify the balance of themselves or any other specified player. Or do /bal list player to
see any players balance. When using SQL as storage method players can use the command /balance transactions
to see their past transactions.
The /bal command has the same functionality as /balance.
The /quickeconomy command displays helpful information about the plugin. This command also has some subcommands:/quickeconomy setup shows your current plugin setup./quickeconomy migrate lets you migrate from file mode to SQL mode or the other way around./quickeconomy rollback lets you reset all balances and transactions to a past date and time. This only works in SQL mode.
This plugin modifies the behavior of the different signs.
With the corresponding permission placing or editing a sign that says[BANK] on the first line creates a modified sign that functions as a bank.
Any player can make a shop by writing [SHOP] on the first line of a sign
that is placed on the side of a (non shop) chest. On the second line, first
write the prize for the shop, followed by a "/" and then what kind of shop it is.
There is two kind of shops, Item or Stack. In item shop you can only buy one
item at a time. In a stack shop, you buy however many items there is in the slot.
The second line could look like "10.5/Item" or "20/Stack".
The fourth line is optional, here you can add another player,
if you wish to share the income with them.
quickeconomy.balance Allows the player to use the balance command and see their own balance. Default truequickeconomy.balance.seeallAllows the player to see all players balances. Default falsequickeconomy.balance.modifyall Allows the player to modify all player balances. Default falsequickeconomy.help Allows the player to use the quickeconomy command and get a help message. Default truequickeconomy.shop Allows the player to use shops. Default truequickeconomy.shop.create Allows the player to create shops. Default truequickeconomy.shop.destroyall Allows the player to remove all shops, not exclusively theirs. Default falsequickeconomy.bank Allows the player to use banks. Default truequickeconomy.bank.create Allows the player to create banks. Default falsequickeconomy.bank.command Allows the player to open the bank with command. Default falsequickeconomy.bank.destroy Allows the player to destroy banks. Default falsequickeconomy.rollback Allows the player to perform rollback on transactions. Default falsequickeconomy.migrate Allows the player to migrate between file- and SQL-mode. Default falsequickeconomy.setup Allows the player to see the current plugin setup. Default false