TPS-Stopper

This project is inactive and its default file will likely not work with the most recent version of Minecraft. The author may have abandoned it, or it may have outlived its usefulness.

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

Posts Quoted:
Reply
Clear All Quotes

About This Project

  • Project ID
    100975
  • Created
    Jul 9, 2016
  • Last Released File
    Jul 9, 2016
  • Total Downloads
    379
  • License

Categories

Members

Recent Files