Add payment modes #1
Labels
No Label
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: KnarCraft/PlayerPayouts#1
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
As some might want a different way of calculating the payouts, some modes should be added.
Mode 1 (current): Take the player payout if set, otherwise take the max group payment
Mode 2: Take the sum of the player payout, the max group payout and the default payout
Mode 3: Take the sum of the player payout, each group payout and the default payout
Mode 4: Like mode 2, excluding the default payout
Mode 5: Like mode 3, excluding the default payout
This has been added.