DOMINATION

Capture the different areas, every second one area will give you a point, reach the required number. A penalty can cripple your party if you die.

event: DOMINATION
name: "Domination"
targetScore: 3000 # The target score to get to finish the event
messages: # Messages sections
  onStart: "{PREFIX} &7The event &eDomination &7started."
  onStop: "{PREFIX} &7The event &eDomination &7stopped."
  onFinish: "{PREFIX} &7The event &eDomination &7finished."
  onStartCapture: "{PREFIX} &b{player} &7of group &e{group} &7started to capture a zone."
  onCapture: "{PREFIX} &7The group &e{group} &7captured a zone."
rewards: # Rewards section
  - "give {player} diamond 3"
  - "classement give {group} 10"
  - "say {player} won the event"
  - "GG {group}"
lines: # Lines to appears in title start decount
  - "&fEvent: &eDomination"
  - "&f&lยป &fCapture all areas to get {targetScore}"
  - "&f&lยป &fWin $3000 for the winner."
area: # All the area to conquest
    world-name: "world"
    1:
      first-corner:
        x: -10
        y: 75.0
        z: 10
      second-corner:
        x: -12
        y: 85.0
        z: 12
    2:
      first-corner:
        x: -5
        y: 75.0
        z: 5
      second-corner:
        x: -7
        y: 85.0
        z: 7
    3:
      first-corner:
        x: 400
        y: 75.0
        z: 400
      second-corner:
        x: 395
        y: 85.0
        z: 395
    4:
      first-corner:
        x: 200
        y: 75.0
        z: 200
      second-corner:
        x: 195
        y: 85.0
        z: 195

Last updated