Purge

Moved

Total Downloads: 946 - First Release: Jun 2, 2015 - Last Update: Jan 31, 2017

4.83333/5, 12 likes
  1. No problem that makes sense. Are there GitHub repos for most plugins? Would it be easier to do a merge request there than to post changes here?
     
  2. Wulf

    Wulf Community Admin

    I have a repo for my own plugins, but it isn't currently up-to-date. Other developers may, but most likely do not currently.
     
  3. Hi Wulf - is there any way that this could have some sort of a notification to be present in the infopanel or something? For example: Just something that - like the airdrops, would highlight an icon or something if the purge was active? Or even if you would just have the two words "PVE" and "PVP" be able to be highlighted to indicated what the current setting is?
     
  4. hello guys,
    can anyone help me ? i need this plugin for my pvp server hmm How can I give all automatically the permission for the raid protection of purge ? :eek:
    Does not want to assign every permission to each one, Right after the joins she should have everyone :)
     
  5. Wulf

    Wulf Community Admin

    There is a group example on the Overview. Everyone is in the 'default' group on connect.
     
  6. thank you @Wulf for the fast help :) Wish you a nice evening :p

    high
     
  7. Also - would there be a way to tie in the "Zone Manager" plugin so as we could create custom zones around monuments and whatnot which we could make PVP?
     
  8. Hi Wulf!
    You may not remember me, but I developed a few plugins a couple years ago before Oxide 2 came out.
    I am on a Purge server, and we used your plugin, problem is it will not allow players to destroy the large wood box and wood box during pvp(night), so I added this to your code and tested it in my test server:


    Code:
    if (purgeLoot && (target.Contains("loot") || target.Contains("barrel") || target.Contains("box"))) return;
    This is what it was before:

    Code:
    if (purgeLoot && (target.Contains("loot") || target.Contains("barrel"))) return;
    also did the same thing for safeLoot
    This allows players to break open the boxes at night.
    It also allows the boxes to be damaged during the day if safeLoot is set to "True", but I don't see that as an issue since they cant get in the building anyway.
    I also realize that maybe that this should be another option in the config file, or could be, but it kinda fits with loot, but it may be better to make it an separate option for some servers so it can be turned off.
    I also realize that maybe you didn't want anyone to get into the wood boxes, so sorry if that's the case, but I thought you might want to know about this fix, I'm just trying to be helpful :)
    Also tried to send this in PM, couldn't.
     
  9. Hello Wulf, I really liked your plugin but the thing is we can't destroy toolboxes and some other stuff doesnt matter if the purge is active or inactive. Also purging in different zones would be awesome. I would love to make a server with this concept.
     
  10. Wulf

    Wulf Community Admin

    Thanks, added it locally. :)
     
  11. I would like to see PVP or PVE displayed in infopanel.
     
  12. That's what I'm asking for, yup. That way new players who join mid cycle will know what's going on.
     
  13. Wulf

    Wulf Community Admin

    Plugins can easily check by calling PurgeTime in the plugin.
     
  14. I'm not sure I understand what you mean there. Could you put that in a slightly simpler explanation?
     
  15. Wulf

    Wulf Community Admin

    The other plugins would need to add support for this plugin.
     
  16. I'm needing a plugin that blocks raiding for days instead of just hours can that be done with this one or is there another I should look at?
     
  17. You should check out TruePVE
     
  18. Purge is not allowing me to give animals damage since the new rust update. Unloaded purge and i can now give damage. Also, before this update, we could not give damage to storage chest, and high wooden externals with an axe.
     
  19. Hi, i have a realy important question. This Plugin is insane. But can you include something like a sound stream when the Purge starts? Something like that:


    thx for help! :)
     
  20. Wulf

    Wulf Community Admin

    You'd only be able to use sounds included with the game, so if you find one let me know!