Adjusts some wording
All checks were successful
KnarCraft/PlayerPayouts/pipeline/head This commit looks good
All checks were successful
KnarCraft/PlayerPayouts/pipeline/head This commit looks good
This commit is contained in:
parent
65d1471a8f
commit
72722029f9
@ -70,7 +70,7 @@ This command is used to override the payout for a specific group.
|
|||||||
|
|
||||||
The rules for how the base payout is calculated. "," = OR, "+" = AND. "p" or "player" is the override for a specific
|
The rules for how the base payout is calculated. "," = OR, "+" = AND. "p" or "player" is the override for a specific
|
||||||
player. "g" or "groups" is the sum of all group overrides for a specific player. "hg" or "HighestGroup" is the highest
|
player. "g" or "groups" is the sum of all group overrides for a specific player. "hg" or "HighestGroup" is the highest
|
||||||
sum of all of a specific player's groups. "b" or "base" is the default base payment.
|
value of all of a specific player's groups. "b" or "base" is the default base payment.
|
||||||
|
|
||||||
If you wanted to give players the sum of everything, you'd set it to "p+g+b", which is read as "player override and sum
|
If you wanted to give players the sum of everything, you'd set it to "p+g+b", which is read as "player override and sum
|
||||||
of group overrides + base payout". If you wanted to give players the sum of their personal override and their highest
|
of group overrides + base payout". If you wanted to give players the sum of their personal override and their highest
|
||||||
|
@ -13,7 +13,7 @@ bonusMultiplier: 1
|
|||||||
# The percentage of their normal payout to pay AFK players
|
# The percentage of their normal payout to pay AFK players
|
||||||
afkPercentage: 0
|
afkPercentage: 0
|
||||||
# The rules for how the base payout is calculated. "," = OR, "+" = AND. "p" or "player" is the override for a specific player.
|
# The rules for how the base payout is calculated. "," = OR, "+" = AND. "p" or "player" is the override for a specific player.
|
||||||
# "g" or "groups" is the sum of all group overrides for a specific player. "hg" or "HighestGroup" is the highest sum of all
|
# "g" or "groups" is the sum of all group overrides for a specific player. "hg" or "HighestGroup" is the highest value of all
|
||||||
# of a specific player's groups. "b" or "base" is the default base payment.
|
# of a specific player's groups. "b" or "base" is the default base payment.
|
||||||
#
|
#
|
||||||
# If you wanted to give players the sum of everything, you'd set it to "p+g+b".
|
# If you wanted to give players the sum of everything, you'd set it to "p+g+b".
|
||||||
|
Loading…
Reference in New Issue
Block a user