From 72722029f99aa09c094763f812b52286d3d16d8e Mon Sep 17 00:00:00 2001 From: EpicKnarvik97 Date: Thu, 25 Jan 2024 16:29:07 +0100 Subject: [PATCH] Adjusts some wording --- README.md | 2 +- src/main/resources/config.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6e2320a..80d2b17 100644 --- a/README.md +++ b/README.md @@ -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 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 of group overrides + base payout". If you wanted to give players the sum of their personal override and their highest diff --git a/src/main/resources/config.yml b/src/main/resources/config.yml index ec5fe64..d513895 100644 --- a/src/main/resources/config.yml +++ b/src/main/resources/config.yml @@ -13,7 +13,7 @@ bonusMultiplier: 1 # The percentage of their normal payout to pay AFK players afkPercentage: 0 # 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. # # If you wanted to give players the sum of everything, you'd set it to "p+g+b".