Prices Option
Prices option is a little complex, so I introduce it on a separate page.
Different from FlipCard v1, FlipCard v2/3 has only 4 reward types: hook item, vanilla item, hook economy, vanilla economy.
This section is optional, if you didn't add this, this means flip price is free.
Item Price
You can also set item as price, should use Item Format at this page.
Item Match - Require MythicChanger
Item Match has those options:
match-rule: Determine the match rule of the price item.
This price type require your server must install MythicChanger plugin, please get it here:
FREE: Click to download
PREMIUM: Click to download
For how to configure the match-item
section, please read MythicChanger's wiki, click here to visit. Please note that some of the match rules require PREMIUM version of MythicChanger, not PREMIUM version of FlipCard!
Example:
Hook Economy
Hook economy has those options:
economy-plugin: What plugin you want this price economy hook into, for now, FlipCard v2/3 supports
Vault, GamePoints, PlayerPoints, CoinsEngine, UltraEconomy, EcoBits, RedisEconomy, PEconomy, VotingPlugin
.economy-type: If economy plugin is multi-currency economy plugin, you have to type currency name here.
Example:
Vanilla Economy
Vanilla economy has those options:
economy-type: Supports
exp, levels
.
Example:
Free
Just set free: true
here.
General Options
Those options can be used in the 4 types of reward. All of them are optional.
amount: The amount of reward items or economy values. Like
1
. Default plugin will use cost option value, if cost option is not exists, we will use this option value. If not set, plugin will set amount to 1.placeholder: Price display name at
%price%
placeholder. LikeStone x5
. If not set, plugin will use default placeholder that provided by language file.start-apply: The number of usage times that price start applies. It is a number, if flip times more than this number, this price will be applied.
start-apply
is only work withamount
option, does not supportcost
option.apply: The number of usage times that this price applies. It is an array, should be like
[1,2,3]
, this means that this price applies to your first, second, and third time card flips. If not set, the plugin will automatically consider the ID of the price as the applicable times.cost: Little same as amount, but this option corresponds to the number of times the apply option is applied one by one. Like
[10,20,30]
. If not set, plugin will useamount
option value.conditions: Please view this page.
Last updated