Visual Cupboard Radius

Allows Authorized Players to Visually See Building Privildge Radius of Owned Tool Cupboards

Total Downloads: 5,647 - First Release: Jul 20, 2016 - Last Update: Nov 10, 2017

5/5, 25 likes
  1. Please add updater support :) I almost missed this update :p
     
  2. Colon Blow updated Visual Cupboard Radius with a new update entry:

    1.0.5


    [DOUBLEPOST=1470541352][/DOUBLEPOST]
    LOL. ty.. had a long day. fixed it though :)
     
  3. Hey its okay - I fixed it for me by changing the number but still downloading now your fix to keep it official ;) Also thanx for the updater support, I am for sure many others will love this ;)
     
  4. Everyone on my server can see the cupboard radius when I want to view it as an admin. Is this by design?
     
  5. You can be configured so that players can see only own closets?
     
  6. Only thing right now is setting "Show Visuals On OWN Cupboards Only" to true.. This will only allow player to Toggle spheres on there own cupboards. so they can't go around to everyones cupboards and toggling them on.

    But Everyone can still see any toggled sphere as of now. it just who can toggle them and what they can toggle them on.
    I'm working to see if there is a way to hide spheres from all but the owner player. not sure if there is.
     
  7. [Oxide] 02:27 [Error] VisualCupboard plugin failed to compile!
    [Oxide] 02:27 [Error] VisualCupboard.cs(135,13): error CS1501: No overload for method `Spawn' takes `1' arguments
     
  8. ill check it out :)
     
  9. yes i confirm not work after update
     
  10. Colon Blow updated Visual Cupboard Radius with a new update entry:

    1.0.6

     
  11. Question are you able to adjust cupboard radius?
     
  12. You cannot adjust the actual cupboard radius.
    You can change the visual size of the cupboard spheres to match other plugins, such as the Cupboard Radius Plugin.
     
  13. Sorry for the dumb question, but... how i can authorize me?
     
  14. You would use something like this in your server console:

    Code:
    oxide.grant user "mafiosilla" visualcupboard.allowed
    And this if you also want to be admin:

    Code:
    oxide.grant user "mafiosilla" visualcupboard.admin
     
  15. I'm sure you could modify something along these lines to accommodate such a feature:

    Code:
                if (Net.sv.write.Start())
                {
                    Net.sv.write.PacketID(Message.Type.EntityDestroy);
                    Net.sv.write.EntityID(entity.GetEntity().net.ID);
                    Net.sv.write.UInt8((byte)BaseNetworkable.DestroyMode.None);
                    Net.sv.write.Send(new SendInfo(player.net.connection));
                }
    
    Just a crude wright up of something that could be useful to you. (entity being the spheres and player being the one operating the command to show them)
     
  16. {Message interrupted}
     
    Last edited by a moderator: Oct 18, 2016
  17. Does my Visual Cupboard plugin compile fine? I noticed the one you have in the log is the cupboard radius plugin.
     
  18. {Message interrupted}
     
    Last edited by a moderator: Oct 18, 2016