[BUG] Autocompletion and Command Syntax for /jobadmin is partially broken
burdoto opened this issue ยท 0 comments
Describe the bug
Declaring a player in /jobadmin
command is impossible due to broken syntax.
To Reproduce
Steps to reproduce the behavior:
- Write
/jobadmin set method
in text box - A suggestion
CraftPlayer{name=Kaleidox}
appears, which is the output ofCraftPlayer#toString()
- Using this suggestion gives an "That player is not online" error (why can't i modify offline players?)
- Using just a player name instead gives an "Please use a valid syntax" error
Expected behavior
Modifying player attributes should work normally
Software Details:
- Server Software: Paper
- Server Software Version: 1.21.1, build 131
- Plugin Version: 1.0-pre
- Java Version: openjdk 21.0.5