KoTH - King of The Hill | SpigotMC - High Performance Minecraft

KoTH - King of The Hill 1.5.1

A King of The Hill plugin that has all the flexibility that you need!

  1. SubSide
    Native Minecraft Version:
    Legacy (< 1.13)
    Tested Minecraft Versions:
    • 1.7
    • 1.8
    • 1.11
    • 1.12
    Source Code:
    https://github.com/SubSide/KoTH
    [​IMG]
    Fully Configurable
    Configure all aspects of the plugin. You can change all chat messages.

    Schedule KoTH's
    You can schedule your KoTH! Wherever and whenever you want.

    Factions & Kingdoms & Gangs & McMMO
    The plugin supports Factions, FactionsOne, FactionUUID, LegacyFactions, GangsPlus, the McMMO party system and Kingdoms!
    (FactionsOne is supported through a second plugin (Check extension))

    Is your group plugin not supported yet?
    Don't hesitate to ask me to add support for it! :)

    Scoreboard & Featherboard Support
    You have the option that whenever a player gets within a certain radius of a KoTH,
    that your own defined Featherboard will be sent to them!
    Don't use Featherboard? The plugin also has its own scoreboard!*

    * make sure you're not using other plugins that have a built in scoreboard if you want to use the scoreboard. The KoTH trivial scoreboard is a separate plugin.

    Placeholders
    KoTH hooks into the PlaceholderAPI and MVdW placeholders!

    Developers API
    A simple-to-use API with events for more control over the plugin!



    [​IMG]

    King of the hill is a gamemode where players/factions have to capture and hold an area for a specific time.
    If the player/faction wins they will be granted a price.



    [​IMG]

    - 100% Configurable -
    - Efficient and Lagless -
    - Open source on github -
    - Complete control over scoreboard and chat messages! -
    - VERY easy API with events for developers for even more control! -
    - Placeholders in the PlaceholderAPI! -
    - Easy way to schedule KoTH's -
    - (Almost) everything can be done in-game with commands -
    - Factions, FactionsUUID & Kingdoms support! -


    Detailed Info here:
    http://dev.thomasvdbulk.nl/KoTH/



    [​IMG]

    Please post any issues on github here: https://github.com/SubSide/KOTH/issues
    You'll have a higher and faster chance it will be fixed.
    This will allow me to have all issues at one place
    instead of scattered around in the discussion thread.

    Also try to not double-post issues,
    If there is already an open issue regarding the same problem,
    just comment on there with your experience.



    [​IMG]

    Thanks to Koz for this tutorial!



    [​IMG]

    Make sure you install the PlaceholderAPI for this!

    Placeholder API:

    MVdW placeholders:



    [​IMG]

    A bridge between KoTH and FactionsOne.
    https://www.spigotmc.org/resources/koth2factionsone.28561/

    have you created a plugin you want added here?
    PM me or put it in the discussion thread!



    [​IMG]

    Source code available on GitHub:
    https://github.com/SubSide/KOTH




    [​IMG]

    Want your server shown here?
    Private message me!


    Thanks to BiGUNMAN for the design!

    Icon by : ac.cubicpvp.net​

Recent Reviews

  1. TheRawrGuy
    TheRawrGuy
    5/5,
    Version: 1.5.1
    I'm gonna help you guys to fix the error..
    Use the latest version of this KoTH with the version of PlaceholderAPI 2.10.4 and it will work!

    IP: mc-wal.net | PRISON, ONEBLOCK, SKYBLOCK, SURVIVAL & CTW
  2. Itxchiiii
    Itxchiiii
    5/5,
    Version: 1.5.1
    Add support for the Plugin KingdomCraft
    its a Kingdom plugin used by many people
  3. BlockH1tter
    BlockH1tter
    3/5,
    Version: 1.5.1
    Error occurred while enabling KoTH v1.5.1 (Is it up to date?)
    java.lang.NoClassDefFoundError: me/clip/placeholderapi/external/EZPlaceholderHook
    at java.lang.ClassLoader.defineClass1(Native Method) ~[?:1.8.0_282]
    at java.lang.ClassLoader.defineClass(ClassLoader.java:756) ~[?:1.8.0_282]
    at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142) ~[?:1.8.0_282]
    at java.net.URLClassLoader.defineClass(URLClassLoader.java:468) ~[?:1.8.0_282]
    at java.net.URLClassLoader.access$100(URLClassLoader.java:74) ~[?:1.8.0_282]
    at java.net.URLClassLoader$1.run(URLClassLoader.java:369) ~[?:1.8.0_282]
    at java.net.URLClassLoader$1.run(URLClassLoader.java:363) ~[?:1.8.0_282]
    at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_282]
    at java.net.URLClassLoader.findClass(URLClassLoader.java:362) ~[?:1.8.0_282]
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:102) ~[server.jar:?]
    at org.bukkit.plugin.java.JavaPluginLoader.getClassByName(JavaPluginLoader.java:193) ~[server.jar:?]
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:98) ~[server.jar:?]
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:87) ~[server.jar:?]
    at java.lang.ClassLoader.loadClass(ClassLoader.java:418) ~[?:1.8.0_282]
    at java.lang.ClassLoader.loadClass(ClassLoader.java:351) ~[?:1.8.0_282]
    at subside.plugins.koth.hooks.HookManager.onEnable(HookManager.java:32) ~[?:?]
    at subside.plugins.koth.KothPlugin.trigger(KothPlugin.java:137) ~[?:?]
    at subside.plugins.koth.KothPlugin.onEnable(KothPlugin.java:116) ~[?:?]
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321) ~[server.jar:?]
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:331) [server.jar:?]
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:407) [server.jar:?]
    at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:362) [server.jar:?]
    at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:319) [server.jar:?]
    at net.minecraft.server.v1_8_R3.MinecraftServer$3.run(MinecraftServer.java:479) [server.jar:?]
    at java.util.TimerThread.mainLoop(Timer.java:555) [?:1.8.0_282]
    at java.util.TimerThread.run(Timer.java:505) [?:1.8.0_282]
    Caused by: java.lang.ClassNotFoundException: me.clip.placeholderapi.external.EZPlaceholderHook
    at java.net.URLClassLoader.findClass(URLClassLoader.java:382) ~[?:1.8.0_282]
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:102) ~[server.jar:?]
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:87) ~[server.jar:?]
    at java.lang.ClassLoader.loadClass(ClassLoader.java:418) ~[?:1.8.0_282]
    at java.lang.ClassLoader.loadClass(ClassLoader.java:351) ~[?:1.8.0_282]
    ... 26 more
    [14:15:46 INFO]: [KoTH] Disabling KoTH v1.5.1
  4. IPenguinI
    IPenguinI
    1/5,
    Version: 1.5.1
    this shit was premium???? cmon dude it DOESNT WORK LOL

    ANY other koth plugin = 16 tps.

    Your's = doesnt work.

    s a d
  5. ResMc
    ResMc
    5/5,
    Version: 1.5.1
    Purchased this plugin years ago, its generous that the developer made this gem for free. Amazing plugin, sadly the developer isn't active so support won't be handed out, I haven't had any issues with this plugin though so I highly recommend it to anyone
  6. xxBoWiExx
    xxBoWiExx
    1/5,
    Version: 1.5.1
    doesnt work wirh placeholder api .
  7. DeathWing987
    DeathWing987
    1/5,
    Version: 1.5.1
    This plugin doesn't even work for me. I ran it on my server and guess what. The koths weren't starting on schedule. And when I purposely made an error on the schedule time saying "SM" it didn't pick that up. Horribly coded, sorry to say.
  8. dinoboss2001
    dinoboss2001
    1/5,
    Version: 1.5.1
    abandonado codigo viejo ??????????????????????????????????????????????????????????????????
  9. TomatoGG
    TomatoGG
    5/5,
    Version: 1.5.1
    Excellent plugin, very good work, but i have a little problem with placeholderapi:

    "[PlaceholderAPI] KoTH is currently using a deprecated method to hook into PlaceholderAPI. Placeholders for that plugin no longer work. Please consult [SubSide] and urge them to update it ASAP."
  10. Cry_Legende
    Cry_Legende
    1/5,
    Version: 1.5.1
    Afk dev just uploading this year his plugin coded in 2017, he's not providing any support, he never connected back on spigot after uploading the plugin. Placeholderapi support is outdated and you can't compile his plugin on github as you get hundreds of errors.