I would assume the "mypvpzone" needs to be the Zone ID?
TruePVE
Better PVE/PVP implementation
Total Downloads: 4,637 - First Release: Mar 25, 2016 - Last Update: Mar 7, 2018
- 5/5, 26 likes
-
-
-
Excuse me, I'm trying to re-set this all up now. But I'm not 100% sure how everything changed. Can you give me a bit of insight into how to set it up so that PVE is during the day and PVP is during the night? We JUST got it working on the previous version, and then you go and change the whole thing on me! GRRR hahaha
-
Ive modified the zonemanager.cs with the code given in the info and ive created a zone its id is 31943911 and its name is Island.
I tried making my config
"Mappings":{
"default":"default",
"Island":"exclude"
}
and tried replacing Island with the id but doesnt seem to work.
Im trying to make a PVP area for my server.
Any help would be much appreciated.
Attached my config file from server.Attached Files:
-
-
[DOUBLEPOST=1489107135][/DOUBLEPOST] -
-
-
-
-
heyy can you give me example for the scheduler? i'm a bit confused atm :| it's been returning "
TruePVE v0.7.2: Failed to load config file (is the config file corrupt?) (After parsing a value an unexpected character was encountered: ". Path 'Schedule.entries[0]', line 19, position 5.)
Failed to call hook 'OnServerInitialized' on plugin 'TruePVE v0.7.2' (InvalidOperationException: Operation is not valid due to the current state of the object)"
how do i handle to turn on PVP on the whole server?
EDIT : welp it turns out to make the whole server accept the rules i need to make a new ruleset
but this error keeps popping up : Failed to call hook 'OnServerInitialized' on plugin 'TruePVE v0.7.2' (InvalidOperationException: Operation is not valid due to the current state of the object)
can you help me plz? xDLast edited by a moderator: Mar 10, 2017 -
Hi I see that the authDamage is now gone. How do I allow building damage I can't destroy my wrongfully placed house.
-
As I;m testing in a pvp zone (using explosives timed on buildingblocks although not sure if its specific to one type of item, entity) this is spamming my rcon.......... and I am sooooo confused on this new config.
(00:39:29) | Failed to call hook 'OnEntityTakeDamage' on plugin 'TruePVE v0.7.2' (InvalidOperationException: Operation is not valid due to the current state of the object)Last edited by a moderator: Mar 10, 2017 -
{
"name": "default", << ---------- this is name of Global Ruleset.
"enabled": true,
"defaultAllowDamage": false,
"flags": "NoHeliDamage, HumanNPCDamage, LockedBoxesImmortal, LockedDoorsImmortal, AdminsHurtSleepers, AuthorizedDamage",
"rules": [
"anything can hurt dispensers",
"anything can hurt players",
"players cannot hurt players",
"anything can hurt traps",
"traps cannot hurt players", << ------------- NOT SURE HOW TO HANDLE ALL OF THIS YET. LOL
"players can hurt barricades",
"barricades cannot hurt players",
"highwalls cannot hurt players",
"anything can hurt heli"
]
}, -
I also noticed that when reloading the plugin it reset the JSON file back to normal.
Last edited by a moderator: Mar 10, 2017 -
I'm sure that whatever changes u made didn't get saved because of that, and that's why it isn't working.
AdminsHurtSleepers, AuthorizedDamage << ------- I forgot to put a space inbetween the , and AuthorizedDamage
that would reset ur config. but not throw an error. -
-
[DOUBLEPOST=1489148326][/DOUBLEPOST]
[DOUBLEPOST=1489148367][/DOUBLEPOST] -
-