Allow setting / removing nick name based on their UUID.
mibby opened this issue ยท 5 comments
Would it be possible to allow nicknaming players via UUID while offline? That way you can have the command /nick {UUID] off
run automatically at the end of the month to remove nicknames from players who should no longer have access to nick in the event they changed their minecraft name.
Yes, I've tried it @md678685. However it does not seem to work when the player is offline. Only while they are online does it match the UUID to a player.
@md678685 Any possible update on this issue? :(
This can be fixed by trying to call UserMap#getUser(UUID)
at the start of this method:
Essentials/Essentials/src/com/earth2me/essentials/UserMap.java
Lines 87 to 106 in b831713
Closed by #2606 - loop commands (like /nick
) can now accept UUIDs as parameters.