GIANT KOTH

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

event: GIANT_KOTH
name: "Giant Koth"
targetScore: 1500 # The target score to get to finish the event
deathScore: 10 # The percentage of points that a group will lose if a player of this group die
messages: # Messages section
  onStart: "{PREFIX} &7The event &6Giant Koth &7started at {location}."
  onStop: "{PREFIX} &7The event &6Giant Koth &7stopped."
  onFinish: "{PREFIX} &7The event &6Giant Koth &7finished."
  onDeath: "{PREFIX} &b{killer} &7killed &e{player}. &e{group} &7lost &b{lostPoints} &7points."
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: &6Giant Koth"
  - "&f&lยป &fCapture the area to gain {targetScore} points"
  - "&f&lยป &fEvery deaths will make you lose {deathScore}% points."
  - "&f&lยป &fWin $3000 for the winner."
area: # Cuboid of area
  world-name: "world"
  first-corner:
    x: 100
    y: 85
    z: 100
  second-corner:
    x: 105
    y: 85
    z: 105

Last updated