Hello, Im new to using TruePVE and ZoneManager .. Im running a PVE Vanilla server and use TruePVE to protect against base raiding only. What Im trying to do is paste bases for players to raid.. I can add a zone, name it , set the radius , and set the flags i want. And it works perfect players can now raid that base inside the zone. Now when i remove the zone using /zone_wipe ... I can set the zone again but it doesnt allow raiding , I can set the radius and open and pick the flags i want ( /zone flags) But not only do the flags not work but you cant damage the base.. I removed and replaced both plugins and again the first zone I place works great. Jus cant set them again and have them work. ..I have set Raid1 under mapping but thats all i have done. Thanks for any help
"Config Version": "2.0.8",
"Default RuleSet": "default",
"Configuration Options": {
"handleDamage": true,
"useZones": true,
"Trace To Player Console": false,
"Trace To Server Console": false,
"Maximum Distance From Player To Trace": 0,
"Prevent Water From Extinguishing BaseOven": false,
"Prevent Players From Being Marked Hostile": false
},
"Mappings": {
"default": "default",
"Raid1": "pvp"
},
"Schedule": {
"enabled": false,
"useRealtime": false,
"broadcast": false,
"entries": []
},
"RuleSets": [
{
"name": "default",
"enabled": true,
"defaultAllowDamage": false,
"flags": "HumanNPCDamage, CupboardOwnership, LockedBoxesImmortal, AuthorizedDamage, LockedDoorsImmortal",
"rules": [
Setting pvp zone works once, cant set again
After some research I added the name under RuleSet for Default...
{
"name": "default",
"enabled": true,
"defaultAllowDamage": false,
"flags": "HumanNPCDamage, CupboardOwnership, LockedBoxesImmortal, AuthorizedDamage, LockedDoorsImmortal",
"rules": [
"anything can hurt dispensers",
"anything can hurt resources",
"anything can hurt barricades",
"anything can hurt traps",
"anything can hurt heli",
"anything can hurt npcs",
"anything can hurt players",
"nothing can hurt ch47",
"nothing can hurt cars",
"nothing can hurt mini",
"nothing can hurt snowmobiles",
"nothing can hurt ridablehorses",
"cars can hurt anything",
"mini can hurt anything",
"ch47 can hurt anything",
"scrapheli can hurt anything",
"players can hurt players",
"players can hurt traps",
"guards can hurt players",
"fire can hurt players",
"traps can hurt players",
"highwalls can hurt players",
"barricades can hurt players",
"mini can hurt mini",
"npcs can hurt players",
"junkyard can hurt anything",
"junkyard can hurt cars"
]
},
{
"name": "Raid",
"enabled": true,
"defaultAllowDamage": true,
"flags": "HumanNPCDamage",
"rules": []
}
],