TruePVE

Better PVE/PVP implementation

Total Downloads: 4,632 - First Release: Mar 25, 2016 - Last Update: Mar 7, 2018

5/5, 26 likes
  1. "turrets can hurt players",

    Assuming you already have an Entity Group set up for the Rule you put into the Ruleset.

    "RuleSets": [
    {
    "name": "default",
    "enabled": true,
    "defaultAllowDamage": false,
    "flags": "AdminsHurtSleepers", <<----
    "rules": [
    "turrets can hurt players" <<----------
    ]
    },

    (Entity Group)
    {
    "name": "turrets",
    "members": "AutoTurret, FlameTurret, GunTrap",
    "exclusions": ""
    },
     
  2. Thanks, but that does not work.
    I save the config, but as soon as server starts, the plugin returns to standart. Have now spent 4 hours and it does not work.
     
    Last edited by a moderator: Oct 24, 2017
  3. Curious as to how to add the


    solved
     
  4. somebody knows the name of the new halloween AI to add to the config, beacause they are invulnerably.

    thx
     
  5. Same issue
     
  6. NPCMurderer, murderer

    You can put it in NPC rule set
    Code:
    {
      "name": "npcs",
      "members": "NPCPlayerApex, BradleyAPC, NPCMurderer, murderer",
      "exclusions": ""
      },
    
     
  7. thanks. worked like charm.
     
  8. Is it possible to
    Awesome.
     
  9. Thanks Diesel.
     
  10. to dismember the corpse of a murderer
    Code:
    {
          "name": "dispensers",
          "members": "BaseCorpse, HelicopterDebris,  murderer_corpse",
          "exclusions": ""
        },
     
  11. Good work Marat!
     
  12. I wish you would get back to handling looting with your own plugin.We run into many issues in specific situations when two players are supposed to share something or place stuff in between two cupboards.I know about the sharing command, but there are situations when it does not help.PreventLooting is just not good enough to deal with complexities of handling looting.
     
  13. Could I get an explanation about..../tpve map "Zone ID" ....how it is suppose to be typed?

    For the life of me, cannot get it to work.

    Thanks!
     
  14. What exactly are you trying to do?
     
  15. Chat Command:
    /tpve map [name] <target> - Create/update/delete a mapping. [name] is the name of the mapping or the zone ID you are mapping. <target> is an optional parameter defining either the RuleSet name you wish to map to or "exclude" to skip processing. Leaving <target> empty will delete the mapping for [name]!

    Per Overview
     
  16. @draindoc98 - What are you trying to do with the mapping command? Note that the RuleSet that you are trying to map to must exist for the mapping to work...
     
  17. Thanks for reply......I figured it out......I'm a little slow on the uptake some........most times.

    Thanks.
     
  18. spawn sedantest with 0 damage. Can this be corrected?
     
  19. How would I go about preventing helis from damage structures?

    RuleSet:

    "heli cannot hurt ????"

    Thanks.
     
    Last edited by a moderator: Nov 4, 2017