Unable to set player NickNames #1


Open
  • rudi9719 created this issue Apr 12, 2020

    Working on a bot to link Discord to Minecraft for a college. Attempting to change a user's nickname (nick $mcUser $username) gives an error that only players can have nicknames. However, it is a player's Minecraft Username, and I've made tried when they're online too.

  • rudi9719 posted a comment Apr 13, 2020

    Update: After going through the code, I noticed that unless the command is "nicknames" and the sender is instanceof Player, that error is returned. Only the nicknames command can be called from the console for some reason, and it is missing the ability to set. Is this code on github for PRs? There were a few other things I saw that I'd like to clean up :)


To post a comment, please login or register a new account.