KTE MANHUNT - THE MANHUNT PLUGIN
This KteManhunt plugin allows you to play manhunt automatically. You can change the desired settings from the configuration files. You can modify all messages within the messages.yml file.
Features
This KteManhunt plugin allows you to play manhunt automatically. You can change the desired settings from the configuration files. You can modify all messages within the messages.yml file.
- Automatic game start system
- Automatic selection of speedrunner and hunters
- Automatic compass setup for hunters
- Freezing and hiding hunters for a specified duration at the start of the game
- Speedrunners cannot respawn after death
- Hunters can respawn after death
- Optionally shutting down the server when the game ends
- Optionally customizing death messages
- Go Nether: If the speedrunners go to nether, the game ends
- Go End: If the speedrunners go to end, the game ends
- Kill Dragon: If the speedrunners kills the Ender Dragon, the game ends
- /ktemanhunt start (ktemanhunt.command.start): This command starts the game immediately.
- /ktemanhunt reload (ktemanhunt.command.reload): This command refreshes the plugin's configuration files.
- /ktemanhunt mode (ktemanhunt.command.mode): This command change the mode
- /ktemanhunt skip (ktemanhunt.command.skip): This command skip the auto start time
- /ktemanhunt skip (ktemanhunt.command.setspeedrunner): This command change the speedrunner before game start
Intel E5-2699 V4 server with 6CPUs handled 40-50 player comfortably.
For any plugin-related bugs, errors, or suggestions, please contact us via Discord.
Spoiler: PlaceHolders
- %KteManhunt_match% : Indicates whether the match has started.
- %KteManhunt_playercount% : Provides the number of players in the game.
- %KteManhunt_player% : Shows your name in the game
- %KteManhunt_time% : It’s shows the remaining time and how much time has passed.
- %KteManhunt_hunters_or_speedrunners% : Checks whether the player is a speedrunner or a hunter.
- %KteManhunt_hunterscount% : Displays the number of hunters.
- %KteManhunt_speedrunners_count% : Displays the number of speedrunners
- %KteManhunt_mode%: Displays the mode
- %KteManhunt_kill%: Shows how many times you killed the player
- %KteManhunt_death%: Shows how many times you've died.
- %KteManhunt_win%: Shows how many matches you won.
Spoiler: start.bat - Automatic Delete World and Restart Server
Code (Text):
@echo off
title KteManhunt - KteProject
set fileName="server.jar"
set /A memory=2048
cls
:start
del /s /f /q world
del /s /f /q world_nether
del /s /f /q world_the_end
java -Xms%memory%M -Xmx%memory%M -XX:+UseG1GC -XX:+ParallelRefProcEnabled -XX:MaxGCPauseMillis=200 -XX:+UnlockExperimentalVMOptions -XX:+DisableExplicitGC -XX:+AlwaysPreTouch -XX:G1HeapWastePercent=5 -XX:G1MixedGCCountTarget=4 -XX:InitiatingHeapOccupancyPercent=15 -XX:G1MixedGCLiveThresholdPercent=90 -XX:G1RSetUpdatingPauseTimePercent=5 -XX:SurvivorRatio=32 -XX:+PerfDisableSharedMem -XX:MaxTenuringThreshold=1 -Dusing.aikars.flags=https://mcflags.emc.gs -Daikars.new.flags=true -XX:G1NewSizePercent=30 -XX:G1MaxNewSizePercent=40 -XX:G1HeapRegionSize=8M -XX:G1ReservePercent=20 -jar %fileName% --nogui
echo Restarting in 5 seconds...
echo Press CTRL + C to cancel.
timeout 5
goto :start
title KteManhunt - KteProject
set fileName="server.jar"
set /A memory=2048
cls
:start
del /s /f /q world
del /s /f /q world_nether
del /s /f /q world_the_end
java -Xms%memory%M -Xmx%memory%M -XX:+UseG1GC -XX:+ParallelRefProcEnabled -XX:MaxGCPauseMillis=200 -XX:+UnlockExperimentalVMOptions -XX:+DisableExplicitGC -XX:+AlwaysPreTouch -XX:G1HeapWastePercent=5 -XX:G1MixedGCCountTarget=4 -XX:InitiatingHeapOccupancyPercent=15 -XX:G1MixedGCLiveThresholdPercent=90 -XX:G1RSetUpdatingPauseTimePercent=5 -XX:SurvivorRatio=32 -XX:+PerfDisableSharedMem -XX:MaxTenuringThreshold=1 -Dusing.aikars.flags=https://mcflags.emc.gs -Daikars.new.flags=true -XX:G1NewSizePercent=30 -XX:G1MaxNewSizePercent=40 -XX:G1HeapRegionSize=8M -XX:G1ReservePercent=20 -jar %fileName% --nogui
echo Restarting in 5 seconds...
echo Press CTRL + C to cancel.
timeout 5
goto :start
Quick facts
- Edition: Minecraft Java
- File type: .jar
- Minecraft versions listed: 1.16, 1.17, 1.18
- How to install: Install the matching mod loader (Forge, Fabric or NeoForge) for your Minecraft version. → Download the .jar. → Put it in the .minecraft/mods folder and launch that loader profile.
- Where to get it: Opens on Spigot — not every file is mirrored on our own servers.
Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.
KteManhunt is a free Minecraft Java mod. Compatible with Minecraft 1.16, 1.17, 1.18, 1.19 and newer. Downloaded 310 times (via Spigot). Download it and open it directly in the game.