Commit 5762232
authored
Merge pull request #8 from 4drian3d/removeinfraction
Implement Control Type
- Improved Violations count API
- Improved DebugUtils
- Improved the redactibility of the plugin command code by separating it into several methods.
- Fixed a possible problem when creating one-time checks.
- Added async suggestions on main command
- Added Junit testsFile tree
20 files changed
+631
-476
lines changed- gradle/wrapper
- src
- main/java/net/dreamerzero/chatregulator
- commands
- config
- events
- listener
- chat
- command
- modules
- checks
- utils
- test/java/net/dreamerzero/chatregulator/modules/checks
20 files changed
+631
-476
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
27 | 15 | | |
28 | 16 | | |
29 | 17 | | |
30 | 18 | | |
31 | 19 | | |
32 | 20 | | |
33 | 21 | | |
34 | | - | |
| 22 | + | |
35 | 23 | | |
36 | | - | |
37 | | - | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
38 | 30 | | |
39 | 31 | | |
40 | 32 | | |
41 | | - | |
| 33 | + | |
42 | 34 | | |
43 | 35 | | |
44 | 36 | | |
| |||
65 | 57 | | |
66 | 58 | | |
67 | 59 | | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
68 | 66 | | |
69 | 67 | | |
70 | 68 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments