AutoShutdown

This is an Admin tool to shutdown the server at a specific time.

Usage

  1. Put the jar in the plugins folder.
  2. Reload / restart your server.
  3. Change the configuration of AutoShutdown.
  4. Basically what this does is shutting down the server at a time specified in the config file.

Config

The standard config.yml

noPlayersHour: 22
noPlayersMinute: 0
absoluteHour: 23
absoluteMinute: 0
enabled: true

On startup this will check if enabled is true, if not, then it will disable the shutdown function.

If you want to use this as restarter for your server, then use the next batch file :

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

Commands

The main command is /AutoShutdown or /asd for short.

  • reload, pretty straight forward right?
  • set noPlayersHour/noPlayers/absoluteHour/absoluteMinute <setting>, this will change the setting in the config.yml

To-do-list

  • Fix announcements - Done
  • Suggestions?

Changelog

Link to changelog


Comments

Posts Quoted:
Reply
Clear All Quotes

About This Project

  • Project ID
    52850
  • Created
    Mar 1, 2013
  • Last Released File
    Mar 21, 2013
  • Total Downloads
    1,621
  • License

Categories

Members

Recent Files