PurpurMC / Purpur

Purpur is a drop-in replacement for Paper servers designed for configurability, and new fun and exciting gameplay features.
https://purpurmc.org
MIT License
1.94k stars 355 forks source link

"/test" command is not registered. #1504

Open Mickey42302 opened 3 months ago

Mickey42302 commented 3 months ago

Spark link

https://spark.lucko.me/D62uie0Ye0

Expected behavior

When the "register-minecraft-debug-commands" setting is set to "true", this should register all of the hidden debugging commands.

Observed/Actual behavior

The "/test" command is not registered when "register-minecraft-debug-commands" is set to "true". The other debugging commands are registered, however.

Steps/models to reproduce

In the Purpur configuration, set "register-minecraft-debug-commands" to "true". When you attempt to run "/test", the server will behave as if it doesn't exist due to it not being registered. The rest of the debugging commands (such as "/raid" and "/serverpack") will be registered, however.

Purpur version

Current: git-Purpur-2162 (MC: 1.20.4) Previous: git-Purpur-2160 (MC: 1.20.4)

Agreements

Other

No response

granny commented 3 months ago

Correct. I've purposefully excluded that command from being registered because it's been annoying trying to get it to work without it instantly kicking the player that has permission to use it. It's pretty low on my priority list but I'll keep this issue open in case I end up revisiting it.