What I am trying to do is set up PVP to happen for only a couple of minutes and stop for 2 hours my friends and I have a layback server that we use but want to add designated times for PVP when trying to set this up I am getting weird errors that I can not figure out the issue to, any help would be nice!
Thanks!
ERROR EX:
https://prnt.sc/wyzx0k
https://prnt.sc/wyzywa
{
"Config Version": "1.2.0",
"Default RuleSet": "normal",
"Configuration Options": {
"handleDamage": true,
"useZones": false,
},
"Mappings": {
"normal": "normal"
"pvp": "pvp"
},
"Schedule": {
"enabled": true,
"useRealtime": true,
"broadcast": true,
"entries": [
"0.00:00 pvp PVP TIME HAS BEEN ENABLED FOR THE NEXT 30 MINUTES!"
"0.30:00 normal PVP TIME HAS EXPIRED THE NEXT PVP TIME IS IN 2 HOURS!"
"2.30:00 pvp PVP TIME HAS BEEN ENABLED FOR THE NEXT 30 MINUTES!"
"3.00:00 normal PVP TIME HAS EXPIRED THE NEXT PVP TIME IS IN 2 HOURS!"
"5.00:00 pvp PVP TIME HAS BEEN ENABLED FOR THE NEXT 30 MINUTES!"
"5.30:00 normal PVP TIME HAS EXPIRED THE NEXT PVP TIME IS IN 2 HOURS!"
"7.30:00 pvp PVP TIME HAS BEEN ENABLED FOR THE NEXT 30 MINUTES!"
"8.00:00 normal PVP TIME HAS EXPIRED THE NEXT PVP TIME IS IN 2 HOURS!"
"10.00:00 pvp PVP TIME HAS BEEN ENABLED FOR THE NEXT 30 MINUTES!"
"10.30:00 normal PVP TIME HAS EXPIRED THE NEXT PVP TIME IS IN 2 HOURS!"
"12.30:00 pvp PVP TIME HAS BEEN ENABLED FOR THE NEXT 30 MINUTES!"
"13.30:00 normal PVP TIME HAS EXPIRED THE NEXT PVP TIME IS IN 2 HOURS!"
"15.30:00 pvp PVP TIME HAS BEEN ENABLED FOR THE NEXT 30 MINUTES!"
"16.00:00 normal PVP TIME HAS EXPIRED THE NEXT PVP TIME IS IN 2 HOURS!"
"18.00:00 pvp PVP TIME HAS BEEN ENABLED FOR THE NEXT 30 MINUTES!"
"18.30:00 normal PVP TIME HAS EXPIRED THE NEXT PVP TIME IS IN 2 HOURS!"
"20.30:00 pvp PVP TIME HAS BEEN ENABLED FOR THE NEXT 30 MINUTES!"
"21.00:00 normal PVP TIME HAS EXPIRED THE NEXT PVP TIME IS IN 2 HOURS!"
"23.00:00 pvp PVP TIME HAS BEEN ENABLED FOR THE NEXT 90 MINUTES!"
]
},
"RuleSets": [
{
"name": "normal",
"enabled": true,
"defaultAllowDamage": false,
"flags": "AuthorizedDamage, HumanNPCDamage, LockedBoxesImmortal, LockedDoorsImmortal, TrapsIgnorePlayers, TurretsIgnorePlayers, CupboardOwnership, MiniCopterIsImmuneToCollision, SamSitesIgnorePlayers, CarsImmunity",
"rules": [
"anything can hurt dispensers",
"anything can hurt traps",
"anything can hurt heli",
"anything can hurt npcs",
"anything can hurt players",
"anything can hurt resources",
"players can hurt barricades",
"players cannot hurt players",
"fire cannot hurt players",
"traps cannot hurt players",
"barricades cannot hurt players"
]
},
{
"name": "raid",
"enabled": true,
"defaultAllowDamage": true,
"flags": "AuthorizedDamage, HumanNPCDamage, LockedBoxesImmortal, LockedDoorsImmortal, SelfDamage",
"rules": [
"anything can hurt dispensers",
"anything can hurt traps",
"anything can hurt heli",
"anything can hurt npcs",
"anything can hurt players",
"anything can hurt resources",
"players can hurt barricades",
"players cannot hurt players",
"fire cannot hurt players",
"traps cannot hurt players",
"barricades cannot hurt players"
]
}
],
"Allow Killing Sleepers": false,
"Entity Groups": [
{
"name": "barricades",
"members": "Barricade, icewall, GraveYardFence",
"exclusions": ""
},
{
"name": "dispensers",
"members": "BaseCorpse, HelicopterDebris, PlayerCorpse, NPCPlayerCorpse",
"exclusions": ""
},
{
"name": "fire",
"members": "FireBall, FlameExplosive, FlameThrower, BaseOven, FlameTurret, rocket_heli_napalm, napalm",
"exclusions": ""
},
{
"name": "heli",
"members": "BaseHelicopter",
"exclusions": ""
},
{
"name": "npcs",
"members": "BradleyAPC, ch47scientists.entity, HTNAnimal, HTNPlayer, HumanNPC, NPCMurderer, NPCPlayer, Scientist, ScientistNPC, Zombie",
"exclusions": ""
},
{
"name": "players",
"members": "BasePlayer",
"exclusions": ""
},
{
"name": "resources",
"members": "ResourceEntity, TreeEntity, OreResourceEntity, LootContainer",
"exclusions": ""
},
{
"name": "samsites",
"members": "sam_site_turret_deployed",
"exclusions": "sam_static"
},
{
"name": "traps",
"members": "AutoTurret, BearTrap, FlameTurret, Landmine, GunTrap, ReactiveTarget, spikes.floor",
"exclusions": ""
}
]
}