Skip to main content
Dan's Plugins Community
HomeNewsGuidesLeaderboardAboutRoad MapCommissionsAccountDiscordPatreonLinkedInRPKit
All guides

Currencies Guide

0

User Guide

Prerequisites

  • A Spigot or Paper Minecraft server (1.13 or later)
  • Medieval Factions installed and configured

First Steps

After installing Currencies and restarting your server:

  1. Ensure you are a member of a faction in Medieval Factions.
  2. Use /currency create <name> to create a new currency for your faction.
  3. Use /currency mint <currency> <amount> to mint coins of your currency.
  4. Open your coinpurse with /coinpurse to view your current coins.

Common Scenarios

Creating a Currency

A faction leader or a player with the appropriate faction permission can create a new currency:

/currency create GoldCoin

Minting Currency

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

Viewing Your Balance

Check how many coins of each currency you hold:

/currency balance

Viewing Currency Information

Inspect the details of a specific currency:

/currency info <currency>

Listing Currencies

List all currencies associated with your faction:

/currency list

Renaming a Currency

Rename an existing currency (requires faction permission):

/currency rename <currency> <new-name>

Setting a Currency Description

Set or update the description of a currency (requires faction permission):

/currency set description <currency> <description>

Retiring a Currency

Permanently retire a currency so it can no longer be minted (requires faction permission):

/currency retire <currency>

Using Your Coinpurse

Open your coinpurse inventory to view and organise your coins:

/coinpurse

Permissions

PermissionDefaultDescription
currencies.coinpursetrueAllows opening your coinpurse
currencies.balancetrueAllows viewing your balance
currencies.createtrueAllows creating currencies
currencies.listtrueAllows listing currencies
currencies.minttrueAllows minting currencies
currencies.retiretrueAllows retiring currencies
currencies.desctrueAllows setting the description of currencies
currencies.force.descopAllows setting the description of currencies without being a member of the faction or having the faction permission
currencies.renametrueAllows setting the name of currencies
currencies.force.renameopAllows setting the name of currencies without being a member of the faction or having the faction permission
View this guide on GitHub
v0.14.0
Source CodeReport a Bug