PVE Bundle

Plugin Paid PVE Bundle 1.0.0

Configuration
Open me

PVE Core
JSON:
{
  "Check PVP damage": true,
  "Check RAID damage": true,
  "Excluded prefabs protection": [
    "Prefabs from that list will be bypassed in checking protection",
    "Here entity shortname or full name",
    "You can get it at http://bit.ly/orange_entities"
  ],
  "Excluded initiators damage check": [
    "Prefabs from that list will deal damage all the time (Ex: you can add here helicopter rockets)",
    "assets/prefabs/npc/patrol helicopter/rocket_heli.prefab",
    "assets/prefabs/npc/patrol helicopter/rocket_heli_airburst.prefab",
    "assets/prefabs/npc/patrol helicopter/rocket_heli_napalm.prefab"
  ]
}
PVE Dates
Code:
{
  "Dates": [
    {
      "Note": "Here you can make notes for yourself",
      "Dates": "24.10.2019",
      "Time start": "00:00",
      "Time stop": "23:59:59",
      "PVP Active": true,
      "RAID Active": true
    },
    {
      "Note": "Here you can make notes for yourself",
      "Dates": "Tuesday",
      "Time start": "00:00",
      "Time stop": "14:00",
      "PVP Active": false,
      "RAID Active": false
    },
    {
      "Note": "RAID TIME 12:00 - 15:00",
      "Dates": "30.10.2019",
      "Time start": "12:00",
      "Time stop": "15:00",
      "PVP Active": false,
      "RAID Active": true
    },
    {
      "Note": "PVP TIME 12:00 - 20:00",
      "Dates": "30.10.2019",
      "Time start": "12:00",
      "Time stop": "20:00",
      "PVP Active": true,
      "RAID Active": false
    },
    {
      "Note": "Here you can make notes for yourself",
      "Dates": "31.10.2019",
      "Time start": "00:00",
      "Time stop": "23:59:59",
      "PVP Active": true,
      "RAID Active": false
    }
  ]
}
PVE Actions
JSON:
{
  "On Spawn": {
    "Enabled": false,
    "List": [
      {
        "Prefab name": "bradley_crate",
        "Duration": 300,
        "PVP": true,
        "RAID": false
      },
      {
        "Prefab name": "heli_crate",
        "Duration": 300,
        "PVP": true,
        "RAID": false
      }
    ]
  },
  "On Destroy": {
    "Enabled": false,
    "List": [
      {
        "Prefab name": "wall",
        "Duration": 300,
        "PVP": true,
        "RAID": false
      },
      {
        "Prefab name": "door.hinged.metal",
        "Duration": 300,
        "PVP": true,
        "RAID": false
      }
    ]
  }
}

---
Extra Information
Open me

Commands:
  • /pvedates - sending you information if PVP/RAID is active now (and which date activating)
  • /pvezones - sending you information if PVP/RAID is active in that zone (and which zone activating)

PVE Zones
To add zone with pvp or raid allowed, it must contain in name ZONE_PVP or ZONE_RAID

---
Configuration 2.0
Open me

JSON:
{
  "Dates": [
    {
      "Note": "Here you can make notes for yourself",
      "Dates": "Monday",
      "Time start": "00:00",
      "Time stop": "23:59:59",
      "PVP Active": true,
      "RAID Active": true
    },
    {
      "Note": "Here you can make notes for yourself",
      "Dates": "Tuesday",
      "Time start": "00:00",
      "Time stop": "23:59:59",
      "PVP Active": false,
      "RAID Active": false
    },
    {
      "Note": "RAID TIME 12:00 - 15:00",
      "Dates": "30.10.2019",
      "Time start": "12:00",
      "Time stop": "15:00",
      "PVP Active": false,
      "RAID Active": true
    },
    {
      "Note": "PVP TIME 12:00 - 20:00",
      "Dates": "30.10.2019",
      "Time start": "12:00",
      "Time stop": "20:00",
      "PVP Active": true,
      "RAID Active": false
    },
    {
      "Note": "Here you can make notes for yourself",
      "Dates": "31.10.2019",
      "Time start": "00:00",
      "Time stop": "23:59:59",
      "PVP Active": true,
      "RAID Active": false
    }
  ]
}

---
Best implementation of PVE/PVP plugins

Including:
  • PVE Core -allows to set excluded prefabs and set general settings
  • PVE Dates - turn PVP/RAID on different dates or days of week
  • PVE Zones - turn PVP/RAID on different zones on the map
  • PVE Actions - turn PVP/RAID on different events (like helicopter spawned, wall destroyed, etc)
Author
Orange
Views
9,547
First release
Last update

More from Orange (Recent)

Top