-
Notifications
You must be signed in to change notification settings - Fork 373
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Checks command #1705
base: 2.0
Are you sure you want to change the base?
Checks command #1705
Conversation
src/main/java/ac/grim/grimac/manager/init/start/CommandRegister.java
Outdated
Show resolved
Hide resolved
src/main/java/ac/grim/grimac/checks/impl/movement/NegativeTimerCheck.java
Outdated
Show resolved
Hide resolved
src/main/java/ac/grim/grimac/checks/impl/velocity/ExplosionHandler.java
Outdated
Show resolved
Hide resolved
src/main/java/ac/grim/grimac/manager/init/start/CommandRegister.java
Outdated
Show resolved
Hide resolved
@ManInMyVan @Anthony01M could you guys check if everything is okay? |
Will this be merged? |
@overkidding can you fix the merge conflicts? Why hasn't this been merged yet? |
src/main/java/ac/grim/grimac/checks/impl/prediction/DebugHandler.java
Outdated
Show resolved
Hide resolved
src/main/java/ac/grim/grimac/checks/impl/groundspoof/NoFallA.java
Outdated
Show resolved
Hide resolved
src/main/java/ac/grim/grimac/checks/impl/scaffolding/DuplicateRotPlace.java
Outdated
Show resolved
Hide resolved
Rebase and apply MIMV's suggestions and I'll merge it. |
Done |
@@ -33,6 +33,8 @@ public class Check implements AbstractCheck, ConfigReloadObserver { | |||
private boolean isEnabled; | |||
private boolean exempted; | |||
|
|||
private CheckType type; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this should be added in AbstractCheck so API users can access it, and so that custom checks can be included in /grim checks
Translations have been made with ChatGPT so could be inaccurate.
… ACF, use one string instead of sending everyline
e14d5ed
to
b60f7b5
Compare
Implements #1704
Translations have been made with ChatGPT so could be inaccurate.