- A Spigot or Paper Minecraft server (1.13 or later)
- Medieval Factions installed and configured
After installing Currencies and restarting your server:
- Ensure you are a member of a faction in Medieval Factions.
- Use
/currency create <name>to create a new currency for your faction. - Use
/currency mint <currency> <amount>to mint coins of your currency. - Open your coinpurse with
/coinpurseto view your current coins.
A faction leader or a player with the appropriate faction permission can create a new currency:
/currency create GoldCoin
Once a currency exists, authorised faction members can mint coins. Minting costs faction power (configurable) and may require an item cost:
/currency mint GoldCoin 10
Check how many coins of each currency you hold:
/currency balance
Inspect the details of a specific currency:
/currency info <currency>
List all currencies associated with your faction:
/currency list
Rename an existing currency (requires faction permission):
/currency rename <currency> <new-name>
Set or update the description of a currency (requires faction permission):
/currency set description <currency> <description>
Permanently retire a currency so it can no longer be minted (requires faction permission):
/currency retire <currency>
Open your coinpurse inventory to view and organise your coins:
/coinpurse
| Permission | Default | Description |
|---|---|---|
currencies.coinpurse |
true | Allows opening your coinpurse |
currencies.balance |
true | Allows viewing your balance |
currencies.create |
true | Allows creating currencies |
currencies.list |
true | Allows listing currencies |
currencies.mint |
true | Allows minting currencies |
currencies.retire |
true | Allows retiring currencies |
currencies.desc |
true | Allows setting the description of currencies |
currencies.force.desc |
op | Allows setting the description of currencies without being a member of the faction or having the faction permission |
currencies.rename |
true | Allows setting the name of currencies |
currencies.force.rename |
op | Allows setting the name of currencies without being a member of the faction or having the faction permission |