CelestialKoth
About
A fully-featured King of the Hill (KOTH) plugin for Minecraft. Features include wand-based zone selection, multiple KOTH arenas with configurable capture times and schedules, reward management through an intuitive inventory GUI, bossbar displays showing capturer and countdown, PlaceholderAPI support, leaderboard tracking, and automatic event scheduling. Admin commands allow full control over all KOTH events with a modern GUI interface.</project_descriptionSimple import fixes needed. Both files reference Bukkit classes without the required imports. Fixed both missing import errors: *. **KothManager.java** — Added `import org.bukkit.inventory.ItemStack;` (line 176 uses `ItemStack` in `handleWin` method) 2. **DataManager.java** — Added `import org.bukkit.entity.Player;` (line 171 uses `Player` in `getPlayerStats` method)