-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
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
UUID support #113
Comments
does deadbolt need uuid support, the 1.8 build seems to work fine |
It works fine as far as protecting newer 1.8 blocks, but if a player were to change their name, signs would not update and they would lose access to their chests and other privated stuff. If another player were to get that name after the first player changed it, they would have access to those chests. The link I posted has a possible solution to saving UUIDs on the signs, and having it display as an easy to read name, allowing the possibility for it to be UUID compatible, and still fairly simple using sign storage rather than a database. |
in 1.8 a sign can reported hold more than what is displayed. If we can add the uuid to the part that doesn't show and have the plugin check for that, we should be able to handle uuid, relatively simply. |
It would just be easier to create a username:uuid mapping database, name changes before the update will be broken, but further name changes shouldn't be an issue. Surely this would be one way around the issue without overly complex workarounds? |
I realize it might take a whole rewrite of the plugin, but this sounds like a viable solution to allow full support of purely sign based protection, while supporting UUIDs, what do you think about implementing it?
https://www.reddit.com/r/admincraft/comments/2nz6vt/has_anyone_made_a_tool_that_will_convert/#cmis3k6
The text was updated successfully, but these errors were encountered: