-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
41678c9
commit 3ce732f
Showing
13 changed files
with
120 additions
and
41 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,14 @@ | ||
check-time: "01:00" # 格式为 HH:mm | ||
# by CubeX | ||
check-time: "20:00" # 格式为 HH:mm | ||
deduct-based-on-time: true | ||
inactive-days-to-deduct: 50 # 未上线扣款开始的天数 | ||
deduction-rate: 0.01 # 扣款比例 | ||
inactive-days-to-clear: 500 # 未上线清空余额的天数 | ||
# 按阶级扣税 | ||
tax-brackets: | ||
- threshold: 10000 | ||
rate: 0.001 | ||
- threshold: 20000 | ||
rate: 0.002 | ||
- threshold: null # No upper limit specified | ||
rate: 0.1 | ||
|
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,14 @@ | ||
check-time: "01:00" # 格式为 HH:mm | ||
# by CubeX | ||
check-time: "20:00" # 格式为 HH:mm | ||
deduct-based-on-time: true | ||
inactive-days-to-deduct: 50 # 未上线扣款开始的天数 | ||
deduction-rate: 0.01 # 扣款比例 | ||
inactive-days-to-clear: 500 # 未上线清空余额的天数 | ||
# 按阶级扣税 | ||
tax-brackets: | ||
- threshold: 10000 | ||
rate: 0.001 | ||
- threshold: 20000 | ||
rate: 0.002 | ||
- threshold: null # No upper limit specified | ||
rate: 0.1 | ||
|
Binary file modified
BIN
-121 Bytes
(90%)
target/classes/org/cubexmc/ecobalancer/EcoBalancer$1.class
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+3.29 KB
target/classes/org/cubexmc/ecobalancer/commands/CheckAllCommand$1BatchRunnable.class
Binary file not shown.
Binary file modified
BIN
+119 Bytes
(100%)
target/classes/org/cubexmc/ecobalancer/commands/CheckAllCommand.class
Binary file not shown.
Binary file modified
BIN
+323 Bytes
(120%)
target/classes/org/cubexmc/ecobalancer/commands/CheckPlayerCommand.class
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.