We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
https://github.com/ParaParty/JustChat-MultiRobot-Bukkit/blob/9d5b580cb2e652205e602de4d86119a2c59466b2/src/main/java/cn/endymx/multirobot/LoadClass.java#L141
其中由于 sender 不是 Player 类型,导致报错。
sender
Player
The text was updated successfully, but these errors were encountered:
其余指令亦有可能会触发同样的错误。需要再查。
Sorry, something went wrong.
endymx
No branches or pull requests
https://github.com/ParaParty/JustChat-MultiRobot-Bukkit/blob/9d5b580cb2e652205e602de4d86119a2c59466b2/src/main/java/cn/endymx/multirobot/LoadClass.java#L141
其中由于
sender
不是Player
类型,导致报错。The text was updated successfully, but these errors were encountered: