promotional bannermobile promotional banner
premium banner
King of the Hill Mod with everything customizable

Description

King of the hill is a gamemode where players have to stand and hold an area for a specific time.
If a player wins they will be granted an item prize.

 

Try this mod LIVE on the best KitPvP Server: pvptale.club

 

Commands

  - /koth start (requires koth.admin)
  - /koth stop (requires koth.admin)
  - /koth status
  - /koth reload (requires koth.admin)

 

Configuration file

{
    "enabled": true,
    "world": "default",
    "durationSeconds": 180,
    "region": {
      "pos1": { "x": 0, "y": 64, "z": 0 },
      "pos2": { "x": 5, "y": 70, "z": 5 }
    },
    "startMessage": "{#55FF55}KOTH started! Stay on the hill to win!",
    "winMessage": "{#FFFF55}{winner}{#FFFFFF} won KOTH with {#55FF55}{seconds}{#FFFFFF}s on the hill!",
    "stopMessage": "{#FF5555}KOTH event stopped.",
    "leaderboardIntervalSeconds": 10,
    "leaderMessage": "{#55FFAA}{leader}{#FFFFFF} is currently leading with {#55FF55}{seconds}{#FFFFFF}s!",
    "leaderKnockedOffMessage": "{#FF5555}{leader}{#FFFFFF} has been knocked off the hill!",
    "reward": {
      "itemId": "Potion_Signature_Greater",
      "amount": 1,
      "skipIfFull": true,
      "message": "{#55FF55}You received {amount}x {item} for winning KOTH!"
    }
  }