An economy plugin for small Minecraft servers running PaperMC.
Commands featured in this plugin:
The /balance command shows the player's balance.
Using subcommand send, players can send coins to other players.
Players who are server operators can use subcommand set, add och subtract to
modify the balance of themselves or any other specified player. Or do "/bal player" to
see any players balance.
The /bal command has the same functionality as /balance.
The /quickeconomy command displays helpful information about the plugin.
This plugin modifies the behavior of the different signs.
As a server operator 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 true
quickeconomy.balance.seeall
Allows the player to see all players balances. Default false
quickeconomy.balance.modifyall
Allows the player to modify all player balances. Default false
quickeconomy.help
Allows the player to use the quickeconomy command and get a help message. Default true
quickeconomy.shop
Allows the player to use shops. Default true
quickeconomy.shop.create
Allows the player to create shops. Default true
quickeconomy.shop.destroyall
Allows the player to remove all shops, not exclusively theirs. Default false
quickeconomy.bank
Allows the player to use banks. Default true
quickeconomy.bank.create
Allows the player to create banks. Default false
quickeconomy.bank.destroy
Allows the player to destroy banks. Default false