Adjusts some wording
All checks were successful
KnarCraft/PlayerPayouts/pipeline/head This commit looks good

This commit is contained in:
Kristian Knarvik 2024-01-25 16:29:07 +01:00
parent 65d1471a8f
commit 72722029f9
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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".