-
Notifications
You must be signed in to change notification settings - Fork 453
Add debugchannel Command for Plugin Message Debugging
#2012
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
base: 2.0
Are you sure you want to change the base?
Conversation
update original grim 2
Fix TAB server version check
|
I made this PR on mobile that's why the commits are all over the place lol but you can see what files changed :D |
|
Won't be merged not because this is a bad idea but the entire command system is being redone anyways so none of this will work. I'll take a look after assuming you update it to fit the design. |
|
Alright, I will take a look at the redone command system whenever it's out and will adapt the code accordingly. |
|
|
5bef6b9 to
0374b8c
Compare
|
|
Add
debugchannelCommand for Plugin Message DebuggingSummary
This PR introduces the
/grim debugchannelcommand, allowing users to inspect plugin message channels received by a specified player. It is useful for debugging custom payloads, Fabric channel registration, and other client-server communication aspects.Changes
debugchannelgrim|grimacgrim.debugchannelminecraft:registerandminecraft:unregistermessagesdebugchannelin all supported languagesUsage
Displays the plugin message channels registered by the specified player. If no player is provided, it defaults to the sender.
Impact
This command provides server administrators and developers with greater insight into player-client communication, aiding in debugging and cheat detection.