⊲ Ultimate Koth V2 ⊳ 2.25.2

King of the hill. Incredible battles with beautiful effects.

⊲ Ultimate Koth V2 ⊳

ULTIMATEKOTH
Conquer the hill. Rule the battle!

A complete and highly customizable King of the Hill event system for Minecraft servers.

KOTH Events • Capture Modes • Schedulers • Rewards • GUIs • Stats • Extensions • Developer API

TEST SERVER ➤ test.tribecraft.com.br | Discord Support | Documentation/Wiki


MORE THAN A SIMPLE KOTH PLUGIN



UltimateKoth is a complete event platform for creating competitive King of the Hill battles with configurable rules, rewards, schedules, visuals and integrations.

Create multiple KOTHs, define capture areas, customize event behavior, automate schedules, track statistics and manage events directly through commands or inventory GUIs.

Whether your server uses solo PvP, Clans, Factions, Teams, Towns, Guilds or another supported group system, UltimateKoth can adapt to your environment.



COMPLETE KOTH EVENT SYSTEM



Every KOTH can have its own configuration.

  • Multiple KOTHs — Create different hills, arenas and event locations.
  • Custom Capture Areas — Define and move event areas in-game.
  • Capture Time — Configure how long control must be maintained.
  • Maximum Event Time — Automatically handle events that exceed their configured duration.
  • Independent Settings — Different rules, rewards, visuals and schedules for each KOTH.
  • Manual or Automatic Events — Start events manually or through schedulers.



Create one simple hill or an entire event rotation with multiple maps and gameplay styles.



MULTIPLE CAPTURE MODES



UltimateKoth supports different capture behaviors instead of limiting every event to the same rules.

Available systems include modes such as:

  • Classic capture
  • Just Inside
  • Longest Time
  • Additional modes through the UltimateKoth mode system



Use different modes to create traditional KOTH battles, longer territory-control events or alternative competitive formats.



SOLO OR GROUP COMPETITION



UltimateKoth can operate with individual players or supported group systems.

Compatible integrations allow events to work with environments such as:

  • Clans
  • Factions
  • Teams
  • Guilds
  • Towns
  • Skyblock groups



This makes UltimateKoth suitable for Survival, PvP, Factions, Clan, Skyblock, RPG and competitive servers.



AUTOMATIC EVENT SCHEDULERS



Automate your KOTH rotation without manually starting every event.

Schedulers allow administrators to:

  • Start events automatically
  • Configure selected days and times
  • Create different schedules for different KOTHs
  • Build recurring event rotations



Combine scheduled events with manual administration whenever needed.



REWARDS & LOOT



Winning the hill can trigger configurable rewards.

  • Custom Loot
  • Reward Chances
  • Different Reward Types
  • Configurable Commands
  • Loot Preview GUI



Rewards can be connected to items, economy systems, currencies, crates, commands and other server mechanics.



VISUAL FEEDBACK



Keep players informed throughout the event using configurable visual systems.

  • Titles
  • Action Bars
  • Boss Bars
  • Chat Messages
  • Sounds
  • Particles and visual markers
  • Capture progress
  • Event status information



Multiple visual systems can work together so players always understand the current state of the event.



HOLOGRAMS & SCOREBOARDS



Display KOTH information directly in the world or on the player's screen.

Holograms can show information such as:

  • Event status
  • Capture progress
  • Player or group information
  • Event time
  • Winner information



UltimateKoth also supports built-in scoreboard functionality and integrations with supported external hologram and scoreboard plugins.



STATISTICS



Track player and supported group performance over time.

Statistics can be used for:

  • Wins
  • Participation
  • Player performance
  • Group performance
  • Competitive rankings
  • External scoreboard and leaderboard integrations



Players can view their statistics while administrators can manage stored event data.



CUSTOMIZABLE GUIs



UltimateKoth provides inventory interfaces for both players and administrators.

GUI systems include access to features such as:

  • KOTH list and information
  • Current and upcoming events
  • Loot preview
  • Statistics
  • Schedulers
  • Holograms
  • Modes
  • Extensions
  • Event administration



Manage the event environment without relying only on configuration files and commands.



ADVANCED ADMINISTRATION



Main administrative command:

/ukoth

Administrative tools include:

  • Create, move and delete KOTHs
  • Start and stop events
  • Teleport to events
  • Configure capture and maximum time
  • Manage loot and rewards
  • Manage schedulers
  • Manage holograms
  • Manage statistics
  • Configure modes
  • Manage warps
  • Manage extensions
  • Admin mode and plugin management



Player command:

/koth

Players can view events, upcoming events, KOTH information, rewards, statistics and configured warps.

The complete command reference is available in the official documentation.



EXTENSION SYSTEM



UltimateKoth uses an extension system so integrations can remain separate from the Core.

Administrators can browse, install, update and reload supported extensions directly through the UltimateKoth environment.

This allows servers to enable only the integrations they actually use.



SUPPORTED INTEGRATIONS



UltimateKoth supports many popular Minecraft systems through native hooks and extensions.

Integrations include systems such as:

UltimateClans, BetterClans, SimpleClans, AdvancedClans, FactionsUUID, UltimateFactions, SaberFactions, KingdomsX, Towny, HuskTowns, Lands, BetterTeams, Guilds, GangsPlus, Skyblock systems, TAB, BlueMap, FancyHolograms, DecentHolograms, HolographicDisplays, CMI, ProtocolLib, FeatherBoard, AnimatedScoreboard, SimpleScore and others.

Integration availability can vary depending on the installed UltimateKoth version and extensions.



ULTIMATECLANS INTEGRATION



UltimateKoth can work together with UltimateClans to create Clan-based KOTH competition.

Use KOTH events as part of a larger Clan progression and PvP environment.



OPTIONAL ADDONS & MODES



UltimateKoth can be expanded with optional addons and additional event modes.

  • Capture Colors — Additional capture visual functionality.
  • DiscordBridge — Discord-oriented event integration.
  • MiniKoth — Additional compact KOTH gameplay.
  • Random Koth — Alternative randomized KOTH mode.



Additional expansions may be released separately from the Core.



PLACEHOLDERAPI SUPPORT



UltimateKoth provides extensive placeholder support for displaying event information throughout your server.

Use KOTH data in:

  • Scoreboards
  • TAB lists
  • Holograms
  • Chat
  • Menus
  • Other compatible plugins



Available data includes event status, timers, winners, capture information, statistics and other KOTH-related values.



STORAGE & PERFORMANCE



UltimateKoth supports different storage approaches for event-related data and statistics, including local and database-oriented setups.

The plugin is designed to keep event state, player tracking and visual updates focused on active events and relevant players, making it suitable for active PvP environments.



POWERFUL DEVELOPER API



UltimateKoth provides an official integration API for developers who want direct access to the KOTH ecosystem.

Use the API to build custom addons, integrations and server-specific systems with access to KOTH management, internal hooks and custom events without modifying UltimateKoth itself.



Maven Central — Recommended

The official API artifact is available directly from Maven Central and does not require an additional repository.

Gradle

dependencies {
    compileOnly("io.github.ulrichbr:UltimateKoth:VERSION")
}

Maven

<dependency>
    <groupId>io.github.ulrichbr</groupId>
    <artifactId>UltimateKoth</artifactId>
    <version>VERSION</version>
    <scope>provided</scope>
</dependency>

JitPack — Alternative

JitPack is also available for developers who need specific commits, branches or legacy API versions from GitHub.

repositories {
    maven { url 'https://jitpack.io' }
}

dependencies {
    compileOnly 'com.github.UlrichBR:UKoth-API:VERSION'
}
<repository>
    <id>jitpack.io</id>
    <url>https://jitpack.io</url>
</repository>

<dependency>
    <groupId>com.github.UlrichBR</groupId>
    <artifactId>UKoth-API</artifactId>
    <version>VERSION</version>
    <scope>provided</scope>
</dependency>

KOTH Management • Internal Hooks • Custom Events • Addon Development • External Integrations



The API project is distributed under the MIT License, making it straightforward for developers to build their own UltimateKoth integrations.



DOCUMENTATION & SUPPORT



Documentation covers installation, configuration, commands, permissions, placeholders, modes, schedulers, extensions, API and troubleshooting.



WHY ULTIMATEKOTH?



UltimateKoth is designed for servers that want KOTH to be a complete event system instead of only a timer inside a region.


EVENTS for competition.

MODES for different gameplay.

SCHEDULERS for automation.

EXTENSIONS for integrations.

API for custom development.



Create one KOTH or build an entire competitive event rotation around your server.



PURCHASE TERMS
Please read before purchasing


  • You may not redistribute the plugin in any form.
  • The purchased license is personal and non-transferable.
  • The plugin or parts of its source code may not be redistributed outside the officially provided API.
  • Digital products already delivered are subject to the marketplace's applicable refund policies and our licensing terms.




ULTIMATEKOTH
Control the hill. Defend your position. Win the event.

Build competitive KOTH events with the rules, visuals, rewards and integrations your server needs.

Events • Capture Modes • Schedulers • GUIs • Stats • Extensions • Developer API
Product Info
Statistics
4

Views

0

Purchases

0

Downloads

3.18 MB

File size

26.08.2026

Published

26.08.2026

Updated

Info
Supported Versions
1.8 - 26.2
Share & Earn

Share and earn part of the profits, an estimated €0.8 per product sale.

Log in to get your link
Product Image
⊲ Ultimate Koth V2 ⊳
⊲ Ultimate Koth V2 ⊳