The next-generation King of The Hill plugin.
This plugin requires Apollo (Lunar Client API) to function.
A modern, professional KOTH system with competitive modes, full GUI management, advanced displays, and deep customization. Built for performance and ready for integrations.
/plugins/config.yml and messages.yml| Command | Description |
|---|---|
/kothar help |
Shows the help menu |
/kothar info <name> |
Displays detailed info about a KOTH |
/kothar list |
Lists all KOTHs and their status |
/kothar top |
Shows top players by wins |
/kothar playtime [player] |
Checks playtime (anti-randy) |
/kothar create <name> |
Creates a new KOTH |
/kothar delete <name> |
Deletes a KOTH |
/kothar start <name> |
Starts a KOTH |
/kothar stop <name> |
Stops a KOTH |
/kothar reload |
Reloads the plugin configuration |
/kothar gui |
Opens the main GUI |
/kothar select <name> |
Enables zone selection for a KOTH |
/kothar setzone <name> <color> |
Sets an OVERLOAD zone color |
/kothar debug <name> |
Shows debug visuals for the KOTH zone(s) |
| Permission | Description |
|---|---|
kothar.admin |
Full admin access |
kothar.admin.create |
Create KOTHs |
kothar.admin.delete |
Delete KOTHs |
kothar.admin.start |
Start KOTHs |
kothar.admin.stop |
Stop KOTHs |
kothar.admin.select |
Select zones for a KOTH |
kothar.admin.reload |
Reload plugin config |
kothar.admin.gui |
Open the admin GUI |
kothar.admin.list |
List all KOTHs |
kothar.admin.setzone |
Set OVERLOAD zones by color |
kothar.top |
View top players list |
kothar.info |
View KOTH info |
kothar.bypass.antirandys |
Bypass anti-randys checks |
Requires PlaceholderAPI (Optional).
| Placeholder | Description |
|---|---|
%kothar_active% |
Name of the active KOTH |
%kothar_capturer% |
Current capturer name |
%kothar_time% |
Remaining time of the active KOTH |
%kothar_progress% |
Progress (%) of the active KOTH |
%kothar_location% |
Location of the active KOTH |
%kothar_wins% |
Player wins |
%kothar_captures% |
Player captures |
%kothar_top_<pos>% |
Top entry format by wins at position |
%kothar_top_<pos>_name% |
Player name at top position |
%kothar_top_<pos>_wins% |
Wins at top position |
%kothar_top_<pos>_captures% |
Captures at top position |
%kothar_next% |
Next scheduled KOTH name |
%kothar_next_time% |
Time remaining for next scheduled KOTH |
repositories {
maven { url = uri("https://jitpack.io") }
}
dependencies {
compileOnly("com.github.jou-dev:KotharAPI:1.0.0-ALPHA")
}
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
<dependency>
<groupId>com.github.jou-dev</groupId>
<artifactId>KotharAPI</artifactId>
<version>1.0.0-ALPHA</version>
<scope>provided</scope>
</dependency>
Found a bug or need help? Join our Discord — we usually respond within minutes!