Minecraft TPS-Stopper mod 2026 download
logo
minecraft mod TPS-Stopper

TPS-Stopper

Game Version: 1.10
Total Downloads: 261
Updated: Jul 10, 2016
Created: Jul 10, 2016
Download TPS-StopperDownload Earlier Versions

Earlier Versions

Name Size Uploaded Game Version Downloads
TPS-Stopper.jar release 5.96 KB Jul 10, 2016 1.10 261 download TPS-Stopper TPS-Stopper.jar releaseDownload

Description

Share this:

TPS Stopper

Overview

TPS Stopper is an incredibly simple plugin that will run a command if the TPS on your server drops below a certain value.

By default, the command that will be run is 'stop'. This way, you can configure your batch file or shell script to automatically restart your server when it's stopped.

Features

  • Configurable auto start / ability to manually disable the TPS monitor
  • Kick players explaining to them why the server is restarting, as well as broadcast a message to the server

Example Batch File

@echo off
:start:
java -Xmx1024M -Xms1024M -jar bukkit.jar
goto start

Example SH File

#!/bin/bash
while true; do
    java -Xmx1024M -Xms1024M -jar bukkit.jar
done;

Comments

Add a comment