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