Purge

Moved

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

4.83333/5, 12 likes
  1. For some reason red oil loot barrels cannot be damaged during day. all other barrels are fine, just the ones containing oil.
     
  2. I turned animal turret and heli damage on during safe time and it didnt do anything...what did i do wrong?
     
  3. I have the same problem, I turn ON all the config, and in the none-purge time player can destroy barrel, can cut animals...
     
  4. Wulf

    Wulf Community Admin

    Turned it on how exactly? Isn't allowing damage, is allowing damage? Did you reload the plugin after changing the config?

    Do you know the name of it?
     
  5. I changed it to allow damage from anything nonplayer during safe time and its not dealing any damage.
     
  6. Code:
    {
      "Purge Rules": {
        "Animal Damage (true/false)": true,
        "Heli Damage (true/false)": true,
        "Loot Damage (true/false)": true,
        "Structure Damage (true/false)": true,
        "Turret Damage (true/false)": true,
        "World Damage (true/false)": true
      },
      "Purge Time (24-hour format)": {
        "Begin (00:00:00)": "18:00:00",
        "End (00:00:00)": "23:59:59"
      },
      "Safe Rules": {
        "Animal Damage (true/false)": true,
        "Heli Damage (true/false)": true,
        "Loot Damage (true/false)": true,
        "Structure Damage (true/false)": true,
        "Turret Damage (true/false)": true,
        "World Damage (true/false)": true
      }
    }
    With this configuration, player can't cut animals, destroy barrels...
     
  7. Wulf

    Wulf Community Admin

    Okay, but changed it to what? And did you reload the plugin after changing it?

    During which time, safe?
     
  8. Yes indeed in the safe time
     
  9. I used the same config just different purge start and end time, and left structure damage false during safe time

    Yes, oxide.reload purge
     
    Last edited by a moderator: Jan 25, 2017
  10. Wulf

    Wulf Community Admin

    Wulf updated The Purge with a new update entry:

    1.1.0

     
  11. Thanks for the quick update!

    Couple notes, high walls dont deal damage during safe time. Skinning an animal doesn't take away any hit points(stays 100/100), not the biggest issue just something I've noticed.

    Also, you cannot drowned, freeze, get too hot, starve or die from thirst during safe times.

    EDIT:Can't kill players during purge time
     
    Last edited by a moderator: Jan 26, 2017
  12. Wulf

    Wulf Community Admin

    I'll look into the walls and animal skinning.

    Do you have World Damage set to true or false for Safe Rules? This is drowning, freezing, etc.
     
  13. Code:
    {
      "Purge Rules": {
      "Animal Damage (true/false)": true,
      "Heli Damage (true/false)": true,
      "Loot Damage (true/false)": true,
      "Structure Damage (true/false)": true,
      "Turret Damage (true/false)": true,
      "World Damage (true/false)": true
      },
      "Purge Time (24-hour format)": {
      "Begin (00:00:00)": "16:00:00",
      "End (00:00:00)": "06:00:00"
      },
      "Safe Rules": {
      "Animal Damage (true/false)": true,
      "Heli Damage (true/false)": true,
      "Loot Damage (true/false)": true,
      "Structure Damage (true/false)": false,
      "Turret Damage (true/false)": true,
      "World Damage (true/false)": true
      }
    }
     
  14. Wulf

    Wulf Community Admin

    Fixed the world damage issue. For player damage during purge, did you grant the purge.protect permission to anyone?
     
  15. Wulf

    Wulf Community Admin

    Wulf updated The Purge with a new update entry:

    1.1.1

     
  16. I might have to redo the permissions
    Do I need to do both purge.allow and purge.protect? Because I did, just curious if that cause the issue
     
  17. Wulf

    Wulf Community Admin

    purge.allow is for allowing players to purge
    purge.protect is for protecting players from the purge
     
  18. Ok I thought so, just wanted to confirm. I need to fix that
     
  19. Hello, and thank you for the updated new correction but there is another problem when the plugins is installed have does not impose damage on the wood which condemns the doors of radtown
     
  20. Seems like something in the structure damage part of it, i remember that being an issue on the old purge version too