Phases

Plugin Paid Phases 1.0.1

Works with
Kits

---
Commands
Open me

  • periods <start / stop> - to change period from warpup or to warmup
  • /periodsui - to hide/show ui

---
Configuration
Open me

JSON:
{
  "Warmup period": {
    "Name": "<color=#EC3B86>WARMUP</color>",
    "Order": 0,
    "Duration (seconds)": 0,
    "Description": "Preparing to match... Inspect map and select build location!",
    "Default kit": "warmup",
    "Can build buildings": false,
    "Can place deploy-ables": false,
    "Can gather resources": false,
    "Can deal damage to players": false,
    "Can deal damage to buildings": false,
    "Commands that will be executed when period starts": [
      "test1",
      "test2",
      "test3"
    ]
  },
  "Periods": [
    {
      "Name": "<color=#8CC83F>GRACE</color>",
      "Order": 1,
      "Duration (seconds)": 30,
      "Description": "Farm & build up your base. You cannot be attacked or raided",
      "Default kit": "grace",
      "Can build buildings": true,
      "Can place deploy-ables": true,
      "Can gather resources": true,
      "Can deal damage to players": false,
      "Can deal damage to buildings": false,
      "Commands that will be executed when period starts": [
        "test1",
        "test2",
        "test3"
      ]
    },
    {
      "Name": "<color=#ffff00>ATTACK</color>",
      "Order": 2,
      "Duration (seconds)": 30,
      "Description": "Attack and kill your enemies! You cannot be raided yet",
      "Default kit": "attack",
      "Can build buildings": true,
      "Can place deploy-ables": true,
      "Can gather resources": false,
      "Can deal damage to players": true,
      "Can deal damage to buildings": false,
      "Commands that will be executed when period starts": [
        "test1",
        "test2",
        "test3"
      ]
    },
    {
      "Name": "<color=#ff0000>RAID</color>",
      "Order": 3,
      "Duration (seconds)": 0,
      "Description": "Are you an offender or a defender? Raid your enemies and protect your base!",
      "Default kit": "attack",
      "Can build buildings": true,
      "Can place deploy-ables": true,
      "Can gather resources": true,
      "Can deal damage to players": true,
      "Can deal damage to buildings": true,
      "Commands that will be executed when period starts": [
        "test1",
        "test2",
        "test3"
      ]
    }
  ]
}

---
Configuration 2.0
Open me

JSON:
{
  "Warmup period": {
    "Name": "<color=#EC3B86>WARMUP</color>",
    "Order": 0,
    "Duration (seconds)": 0,
    "Description": "Preparing to match... Inspect map and select build location!",
    "Default kit": "warmup",
    "Can build buildings": false,
    "Can place deploy-ables": false,
    "Can gather resources": false,
    "Can deal damage to players": false,
    "Can deal damage to buildings": false,
    "Commands that will be executed when period starts": [
      "test1",
      "test2",
      "test3"
    ]
  },
  "Periods": [
    {
      "Name": "<color=#8CC83F>GRACE</color>",
      "Order": 1,
      "Duration (seconds)": 30,
      "Description": "Farm and build up your base. You cannot be attacked or raided",
      "Default kit": "grace",
      "Can build buildings": true,
      "Can place deploy-ables": true,
      "Can gather resources": true,
      "Can deal damage to players": false,
      "Can deal damage to buildings": false,
      "Commands that will be executed when period starts": [
        "test1",
        "test2",
        "test3"
      ]
    },
    {
      "Name": "<color=#ffff00>ATTACK</color>",
      "Order": 2,
      "Duration (seconds)": 30,
      "Description": "Attack and kill your enemies! You cannot be raided yet",
      "Default kit": "attack",
      "Can build buildings": true,
      "Can place deploy-ables": true,
      "Can gather resources": false,
      "Can deal damage to players": true,
      "Can deal damage to buildings": false,
      "Commands that will be executed when period starts": [
        "test1",
        "test2",
        "test3"
      ]
    },
    {
      "Name": "<color=#ff0000>RAID</color>",
      "Order": 3,
      "Duration (seconds)": 0,
      "Description": "Are you an offender or a defender? Raid your enemies and protect your base!",
      "Default kit": "attack",
      "Can build buildings": true,
      "Can place deploy-ables": true,
      "Can gather resources": true,
      "Can deal damage to players": true,
      "Can deal damage to buildings": true,
      "Commands that will be executed when period starts": [
        "test1",
        "test2",
        "test3"
      ]
    }
  ]
}

---
Language 2.0
Open me

JSON:
{
  "PeriodChanged": "Period was changed to {name}",
  "ActionBlocked": "You can't do that action right now!"
}

---
Periods/phases with different configuration and special functions

Features:
  • Configurable periods
  • Ability to add/remove/edit periods
  • Fancy UI
  • Ability to block actions during period
Author
Orange
Views
4,653
First release
Last update

More from Orange (Recent)

Top