-
-
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
Add delete changer to ExprMessage #6828
Conversation
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.
needs tests!
Co-authored-by: sovdee <10354869+sovdeeth@users.noreply.github.com>
Are there already tests for this because I can't seem to find them? Also I am not fully sure how I would trigger an event like join to test this |
It'd need something like a JUnit where you manually call a message event |
Is 1 test for set and clear good enough or should I try to make a test for each event |
I think this is fine, but if you're willing, it can't hurt. |
Description
Adds the delete changer to message expression (so you can do stuff like
clear death message
)Target Minecraft Versions: any
Requirements: none
Related Issues: #5919