-
-
Notifications
You must be signed in to change notification settings - Fork 6
Configuration | Functionality
The functionality.yml Configuration File manages most Core Functionality Settings for Novaconomy. This page will help you understand what each setting is for.
The command version of the plugin.
This can either be 1, for the default Bukkit Command parser (available on all versions), 2 for the Brigadier Command parser (available on 1.13 and up), or auto to auto-detect what command version the plugin should use.
CommandVersion: autoThe message handler of the plugin. To learn about what this does, see the Message Handlers page.
This can be one of four values:
-
BUKKITfor the Bukkit Message Handler -
SPIGOTfor the Spigot Message Handler -
ADVENTUREfor the Adventure Message Handler -
autoto automatically detect one of the three based on your server JAR
MessageHandler: autoThe maximum amount of money the player can convert from. This value does not control how much money the player will receive after converting.
Set to -1 for no limit.
MaxConvertAmount: -1MaxConvertAmount for specific economies. If one is not specified here, it will default to MaxConvertAmount.
EconomyMaxConvertAmounts:
Dollarz: -1
Coins: 100000Specify an Economy that the plugin will register into Vault, if Vault is currently loaded.
Put -1 to register all of them, making the first economy alphabetically will be active.
VaultEconomy: -1Configuration for negative balances. Implemented in v1.9.1.
Whether negative balances are enabled. false by default.
NegativeBalances:
Enabled: falseThe maximum (minimum) amount of money a player can have when their balance is negative.
NegativeBalances:
MaxNegativeBalance: -100Whether a balance of 0 is considered having a negative balance.
NegativeBalances:
IncludeZero: trueA list of player names, vault groups, or permissions that bypass the maximum negative balance count. Supports RegEx. Valid types also include OPS and NONOPS.
NegativeBalances:
BypassMax:
- OPSConfigurable actions for when a player's balance is negative.
NegativeBalances:
WhenNegative:
[setting]: [value]Whether a player can purchase business products with a negative balance.
Whether a player can purchase market products or a market membership with a negative balance.
Whether a player can purchase auction items with a negative balance.
Whether a player can pay other players with a negative balance.
Whether a player can pay into a bank balance with a negative balance amount.
Whether a player can create checks with a negative balance.
Whether a player can create bounties with a negative balance.
Whether a player can use the /convert or /exchange command to convert economies
Copyright © 2021-Present Team Inceptus. All Rights Reserved.
Licensed under the GPL-v3.0.