King of the Hill KOTH

King of the Hill KOTH

King of the Hill Mod,一切皆可自定义

游戏玩法

山丘之王

山丘之王是一种游戏模式,玩家需要站在并守住一个特定区域一段时间。如果玩家获胜,他们将获得一件物品作为奖励。

 

在最好的 KitPvP 服务器上实时体验此模组:pvptale.club

 

命令

  - /koth start (需要 koth.admin 权限)   - /koth stop (需要 koth.admin 权限)   - /koth status   - /koth reload (需要 koth.admin 权限)

 

配置文件

{
    "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!"
    }
}