Skip to main content

Economy

Economy config can be used to configure the different kinds of currency that can be used in the prison, It's also used to disable the economy of foxprison if you want to use an external economy provider like EssentialsPlus or VaultUnlocked.

{
"Enabled": true,
"DefaultCurrency": "money",
"Currencies": [
{
"Id": "money",
"DisplayName": "Money",
"Symbol": "$",
"DecimalPlaces": 2,
"StartingBalance": 0.0
},
{
"Id": "tokens",
"DisplayName": "Tokens",
"Symbol": "⛃",
"DecimalPlaces": 0,
"StartingBalance": 0.0
},
{
"Id": "gems",
"DisplayName": "Gems",
"Symbol": "♦",
"DecimalPlaces": 0,
"StartingBalance": 0.0
}
]
}