org.bukkit.command.CommandException: Unhandled exception executing command 'pr' in plugin PowerRanks v1.10.5R2
mgutt opened this issue ยท 0 comments
I have the following error:
[14:27:42 INFO]: Foo issued server command: /pr addrank BAR123 Moderator
[14:27:54 INFO]: Foo issued server command: /pr addrank bar123 Moderator
[14:27:54 ERROR]: null
org.bukkit.command.CommandException: Unhandled exception executing command 'pr' in plugin PowerRanks v1.10.5R2
As you can see, it throws an exception if the username does not exist (in this case it differs only in upper/lower spelling). Maybe its better to return an error message like "username not found"