1. They don't serve the same purpose. My plugin allows cupboards to be placed nearby even though the client will not allow it normally. This plugin allows nearby cupboards to have overlapping building privilege.

    I gave my solution to Lucky Luciano to add to this plugin, but he wasn't interested. As it stands now, this Plugin is useless alone. You need some way to place cabinets bypassing the client. Either my Plugin (for "survival"/pvp) or the Build for Rust | Oxide plugin (for "creative").
     
  2. Wulf

    Wulf Community Admin

    Would you prefer to take over CupboardRadius?
     
  3. I can do that, sure. it would be a 5 minute copypaste job to merge the two.
     
  4. Wulf

    Wulf Community Admin

    CupboardRadius for Rust | Oxide - "theconezone" as the author in the plugin by the way. ;)
     
  5. why ask why? All we care about is that the fix works.
    [DOUBLEPOST=1495145122][/DOUBLEPOST]
    woot even a better deal!!! Congrats! you are my hero!
     
  6. Wulf

    Wulf Community Admin

    Because we don't really need 20 cupboard radius plugins floating around. ;)
     
  7. wulf anychance you can reinstate the cupboardradius back into the plugins groups with the new author info instead of unsupported or what ever.
     
  8. Wulf

    Wulf Community Admin

    It was 15 minutes ago.
     
  9. ok cool thanks couldnt find it before
     
  10. Hi

    pls update building blocker. mostly i have no building privilege and building ist block. but than on one point of the house (in cupboard range) i can build twigs and ledders there.

    pls fix that or tell me what i can do to fix it.

    best regards :)
     
  11. sorry but i am a little confused here..........does this work or not?
     
  12. Not really sure the issue I am having has anything to do with this plugin. But here goes....

    Players on my server will place a Tool Cupboard for their base/bases.....but yet another player not authorized
    on said Cupboard, can come along and actually be able to build onto the other players base. Although, they cannot
    remove anything from the base....other then what they built.

    Any thoughts?
     
  13. Error while compiling: MultiCupboard.cs(106,36): error CS0246: The type or namespace name `BuildPrivilegeTrigger' could not be found. Are you missing an assembly reference?
     
  14. Seeing the same issue
     
  15. Could you please Update the plugin and fix the issue of the error
    Code:
    Error while compiling: MultiCupboard.cs(106,36): error CS0246: The type or namespace name `BuildPrivilegeTrigger' could not be found. Are you missing an assembly reference?
    (from server console)

    Related code in file
    Code:
    private bool updateTrigger(BuildPrivilegeTrigger bpt)
            {
                var col = bpt.GetComponent<UnityEngine.Collider>();
                return true;
            }
     
    Last edited by a moderator: Feb 19, 2018