You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PaperTestPlugin (for reproducing, provided as attachment)
Actions to reproduce (if known)
PaperTestPlugin-1.0-SNAPSHOT.zip
Start a server with this plugin, join the game, and attempt to tab complete the first argument of /give. The server should crash.
The code for the plugin's onEnable is as follows:
version
[19:06:32 INFO]: This server is running Paper version 1.21.3-27-master@661839e (2024-11-11T19:22:47Z) (Implementing API version 1.21.3-R0.1-SNAPSHOT)
You are 55 version(s) behind
Download the new version at: https://papermc.io/downloads/paper
Previous version: 1.21.4-71-83995d7e (MC: 1.21.4)
I also replicated this on 1.21.4-71 and 1.20.6-148, however, 1.20.1-196 worked fine with this method, properly re-enabling the vanilla /give command.
Other
I don't think it's safe to be re-adding the vanilla command to the known commands map like this, but I'm unsure of any better way to approach it. Let me know if this is a bug, intentional, or if I'm doing this in a very unsafe manner and there's a better option.
The text was updated successfully, but these errors were encountered:
Stack trace
https://mclo.gs/J5xbSNU
Plugin and Datapack List
PaperTestPlugin (for reproducing, provided as attachment)
Actions to reproduce (if known)
PaperTestPlugin-1.0-SNAPSHOT.zip
Start a server with this plugin, join the game, and attempt to tab complete the first argument of
/give
. The server should crash.The code for the plugin's onEnable is as follows:
Paper version
I also replicated this on 1.21.4-71 and 1.20.6-148, however, 1.20.1-196 worked fine with this method, properly re-enabling the vanilla /give command.
Other
I don't think it's safe to be re-adding the vanilla command to the known commands map like this, but I'm unsure of any better way to approach it. Let me know if this is a bug, intentional, or if I'm doing this in a very unsafe manner and there's a better option.
The text was updated successfully, but these errors were encountered: