KteManhunt icon

KteManhunt -----

The Manhunt Plugin



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
  • 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
Modes
  • 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
Commands
  • /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
Test Results
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.

  • %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.
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
Resource Information
Author:
----------
Total Downloads: 184
First Release: Jan 1, 2025
Last Update: May 10, 2025
Category: ---------------
All-Time Rating:
2 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings