On my server, Sorry i have like 1/100 experience with running a server i'm still learning, so there must be a script i can modify to disable pvp and make my server pve?
 
alternatively, in mapdefinitions.cs you can change felucca from felucca rules to trammel rules.

example:
C#:
 RegisterMap(0, 0, 0, 7168, 4096, 1, "Felucca", MapRules.FeluccaRules);

the 'ruleset' is what affects pvp. so change FeluccaRules there to TrammelRules.
 
Back