Free for All, Open Arena, Vote Weapons, Vote Grounds

Supported Games
GameServerKingsGameServerKings

Battlefield can be used alone with EventManager or with any other plugins.
Using it with EventManager will allow you to switch between the events periodically and continuously.

Chat Commands

  • /ground xx -- allows players to vote for a new battlefield ground.
  • /weapon xx -- allows players to vote for a new weapon kit.
  • /ground xx -- allows admins to set a new battlefield ground.
  • /weapon xx -- allows admins to set a new weapon kit.

Creating Battlefields

  1. Create one ground or more.
  2. Create a zone using ZoneManager plugin, and after creating it, add it to the BattlefieldGrounds config.
  3. Select a SpawnFile and add it to the config. It's where all the spawn points are stored for the ground.
  4. Select Kits and add them as well.

Configuration

{
  "Battlefield - Default Ground": "shortrange",
  "Battlefield - Default Weapon Kit": "assault",
  "Battlefield - Event - Name": "Battlefield",
  "Battlefield - Grounds": {
    "longrange": {
      "kits": [
        "sniper",
        "pistols"
      ],
      "spawnfile": "longrangespawnfile",
      "zone": "BattlefieldGround2"
    },
    "shortrange": {
      "kits": [
        "pistols",
        "assault"
      ],
      "spawnfile": "shortrangespawnfile",
      "zone": "BattlefieldGround1"
    }
  },
  "Battlefield - Start - Health": 100.0,
  "Battlefield - Vote - % needed to win": 60,
  "Messages - Error - Not joined": "You must be in the battlefield to vote",
  "Messages - Error - Not Selected": "Battlefield isn't currently launched",
  "Messages - Error - Not Started": "You need to wait for the Battlefield to be started to use this command.",
  "Messages - Error - Vote - Ground Already This One": "The current ground is already {0}.",
  "Messages - Error - Vote - Ground Doesnt Exist": "This battlefield ground doesn't exist.",
  "Messages - Error - Vote - Weapon Already This One": "The current weapon is already {0}.",
  "Messages - Error - Vote - Weapon Doesnt Exist": "This weapon kits doesn't exist in this battleground.",
  "Messages - Kill": "{0} killed {2}. ({1} kills)",
  "Messages - Open Broadcast": "In Battlefield, it's a free for all, the goal is to kill as many players as possible!",
  "Messages - Vote - Grounds - New": "︻┳═一 New ground is now: {0}",
  "Messages - Vote - Grounds - Show Avaible List": "{0} - {1} votes",
  "Messages - Vote - Grounds - Show Avaible Title": "︻┳═一 Battlefield Grounds Avaible 一═┳︻ Votes required for an item: {0}",
  "Messages - Vote - Grounds - Show Votes": "┳═一 {0} has {1} votes",
  "Messages - Vote - Grounds - Voted": "You have voted for the ground: {0}.",
  "Messages - Vote - Weapons - New": "︻┳═一 New weapon kit is now: {0}",
  "Messages - Vote - Weapons - Show Avaible List": "{0} - {1} votes",
  "Messages - Vote - Weapons - Show Avaible Title": "︻┳═一 Avaible Weapon Kits For Current Ground 一═┳︻  Votes required for an item: {0}",
  "Messages - Vote - Weapons - Show Votes": "┳═一 {0} has {1} votes",
  "Messages - Vote - Weapons - Voted": "︻┳═一 You have voted for the weapon: {0}.",
  "Tokens - Per Kill": 1
}

Credit

Reneb], the original author of this plugin

No license