Store UUID on Trade signs
Volander opened this issue ยท 5 comments
Any possibility to have trade signs store store the players uuid so when they change name it won't be a problem.
This would require us to start persisting who owns each sign. I agree, it would be the right way to do things so I'm not going to disagree. Given that, I don't think it'd be very high on the todo list.
The alternative is to set MetadataValue
s on the sign that track the UUID when the block is placed, which would avoid the overhead of storing a permanent list to track signs.
That's true, but if we're going to start storing it, I think it'd be nice to be able to search for signs that you own / allow admins to search for signs by player.
closing in favor of #81