MasterKey

Moved

Total Downloads: 5,418 - First Release: Jun 17, 2015 - Last Update: Dec 11, 2017

4.77778/5, 18 likes
  1. Wulf - I'm having an issue with this too.

    If I fly to a players base using MasterKey.all i should instantly get building permission but unfortunately I'm not.

    I have to reload the plugin 3 or 4 times before it kicks in (using latest version)
     
  2. Wulf

    Wulf Community Admin

    If for some reason you aren't triggering the zone entering, it won't set it for you.
     
  3. I've found that if you tp to a location where there is a cupboard you won't auth on it. But if I fly out and then back in, it will auth you.
     
  4. Wulf

    Wulf Community Admin

    Yup, because you have to enter the zone.
     
  5. I don't use zones on my server as the plugin causes a memory leak so I don't understand why it doesnt unlock =[
     
  6. Wulf

    Wulf Community Admin

    Not talking about the plugin, I'm talking about the cupboard radius that you enter.
     
  7. Why all users Master Kay became available? before such debts. uee two to three months. all users can open any door. I did not give privileges
     
  8. Wulf

    Wulf Community Admin

    Did you grant the permission to all users? That would be the only way, as the plugin requires permissions to work.
     
  9. This may actually be a thing Wulf. I had a player tell me he could open any lock. Even if he had no business being able to. I'm still trying to find out if that was true. I've used other players to test and it didn't work for them, just this one player though. Kinda freaked me out
     
  10. Wulf

    Wulf Community Admin

    It hasn't changed, so I don't see how it would suddenly have an issue. If the player is getting in, they'd have to have the permission.
     
  11. I know. I've checked his permissions. He doesn't have it. And it only happened after Thursday's update. Like I said, I'm still looking into it.
     
  12. Wulf

    Wulf Community Admin

    I can't reproduce any issues with it, the hooks are still the same as well.
     
  13. I'll let you know what I find out. This guy may not exactly be trustworthy
     
  14. I'm having an issue with this, when I enter a cupboards zone/radius, I see the message that it's been unlocked with masterkey... However, when I go to try and build something I still get "Can't place: Building privilege"...

    Also, could you add a toggle for individual users that have permission? It'd be nice to be able to play normally and/or toggle this on when necessary.
     
  15. Wulf

    Wulf Community Admin

    You can toggle it on and off individually using the command listed on the Overview. I'm not sure about the cupboard radius, but my only thought is that there is a conflict happening.
     
  16. Might want to update the overview to clarify that there is a command and what it does, I saw the config but nothing stated the function of the value of the ChatCommand...

    Also, I just unloaded all plugins except for masterkey and the same thing happens... It says it has been unlocked, it shows that I have building privilege and the placement is blue, but when I click to place it I get the same error: "Can't place: Building privilege".
     
  17. Wulf

    Wulf Community Admin

    ChatCommand in the config will be removed in the next version. Didn't realize I didn't have the command on the Overview, must have missed it, but it'll be added shortly.

    The "Can't place" error sounds like something we'd need to account for in Oxide, not this plugin. Something might have changed.
     
  18. Im having the same problem only way to fix it is to kill all cupboards around you - think its related to this Wulf from the last devblog - 'Building privilege has always worked by determining whether or not the player is inside the cupboard radius and then either allowing or blocking the the placement of objects in the player construction range. This created a meta game where people tried to build inside the cupboard radius of other players while standing outside of it. This is now no longer possible. Reddit hates it.'
     
  19. I can't revoke permission for user/group... same for me, i can't revoke perms :/
     
  20. The reason is simply caused by a change on the building privilege check 3 weeks before. From that point on, it's also checked the placement itself if you got there building rights. This means, you can't build anymore from standing inside a zone with build rights into a zone where you are blocked. This was added as an abuse/glitch prevention.

    DevBlog 128 Changelog:
    Code:
    Added new grass displacement option (experimental, disabled by default)
    Made revive line of sight check more forgiving (easier to hold)
    Building blocked message is only shown when in building mode or holding a hammer
    Building privilege is also checked at the construction placement position <<<<<<<<<<<
    Fixed server side player rotation getting corrupted from sleeping bags on slopes
    Fixed a situation where building privilege would randomly be incorrect <<<<<<<<<<<
    Optimized terrain carving tests slightly
    Fixed surface dimensions mismatch error when resizing window
    Fixed crash when switching servers
    Fixed DX9 white player preview
    Fixed water system performance on riverless maps
    Added contact shadows to view model when ambient occlusion is enabled
    Terrain Quality no longer affects shader lod; use Shader Level instead