1. Wulf

    Wulf Community Admin

    It's just a warning for the author, you don't need to worry about them right now.
     
  2. Thank you.
     
  3. @Wulf, is that really a change every plugin with permissions is going to have to make?
     
  4. DoorShare_Doors.json what does this file contain specificly?
    It seems like its a logfile? i had a issue with lag a while back and when removing this file (was above 1 mb) the lagspikes went away.
     
  5. Contains all the doors, or more specifically, code locks built to keep track of their owners. I know it's not the most efficient way of doing it since it can cause lag, just have not had the time to go back over it yet.
     
  6. So.. its not a needed file?
    im still not really clear on what its used for besides that its a list of doors and locks.

    If i remove it, will it cause any loss of shared doors?
    Because it does impact server performance when you have a active 100+ server.
     
  7. It is needed to determine who owns the door so that the owner and players the owner shared it with can open it.
     
  8. im getting
    |Door Share| You do not have permission to use this command.

    i get this when using the /share

    am i missing something a setting or something?
     
  9. Hey guys, I'm a bit new to sorting Plugins out and i'm struggling to get this set up... Cannot figure out how to type the Oxide.grant line out... i've tried all the usual combos... HALP!! Thanks

    UPDATE: I have figured it out now!!
     
    Last edited by a moderator: May 15, 2016
  10. says it cant find permission when i use this for myself oxide.grant <group|user> <name|id> canShareDoors
    i do it as oxide.grant Admin Myname canShareDoors
     
  11. Try using "grant group admin CanShareDoors".
     
  12. [Oxide] 10:50 [Error] DoorShare plugin failed to compile!
    [Oxide] 10:50 [Error] DoorShare.cs(33,62): error CS0246: The type or namespace name `Controllable' could not be found. Are you missing an assembly reference?

    Any thoughts?
     
  13. Are you running a old version
     
  14. Just downloaded, and tried again. Got this error this time:
    > reload DoorShare
    [Oxide] 11:01 [Info] Unloaded plugin Door Share v1.1.2 by InSaNe8472
    [Oxide] 11:01 [Info] Loaded plugin Door Share v1.1.2 by InSaNe8472
    [Oxide] 11:01 [Warning] Missing plugin name prefix 'doorshare.' for permission 'share.use' (by plugin 'Door Share')
    [Oxide] 11:01 [Warning] Missing plugin name prefix 'doorshare.' for permission 'share.owner' (by plugin 'Door Share')
    [Oxide] 11:01 [Warning] Missing plugin name prefix 'doorshare.' for permission 'share.nocd' (by plugin 'Door Share')
    [Oxide] 11:01 [Warning] Missing plugin name prefix 'doorshare.' for permission 'share.admin' (by plugin 'Door Share')
     
  15. Not a error only a warning about a missing prefix upload this one
     

    Attached Files:

  16. You... good sir... are fantastic. Thank you so much!

    EDIT: Wait, that got rid of all the permissions. There is no share.admin or share.use anymore...
     
    Last edited by a moderator: Jun 2, 2016
  17. The permissions have changed now so it will be
    doorshare.share.use - Allows players to share their doors with other players
    doorshare.share.owner - Allow players to check the owner of doors
    doorshare.share.nocd - Allows players to bypass command cooldown
    doorshare.share.admin - Allow players access to admin commands
     
  18. Thank you Resistance. You're an unsung hero!
     
  19. Wulf

    Wulf Community Admin

    No need to be redundant. ;) - .share
     
  20. And Wulfie... I see you so much on all these plugins, you're just a badass.