RobinKuiper / SaveOnEmpty

Minecraft Bukkit Plugin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SaveOnEmpty is a Bukkit minecraft plugin which makes it possible to save your server at the moment it's empty. This way you can avoid the so called lagspikes caused by saving.

The plugin will check if there are more players online at the moment one of your players logout.

If there aren't any more players online, the plugin waits the specified time in seconds. If there are still no players online after the waiting period, it will save the world!

This plugin is specialized for small server, where there times there are now players online.

Installation

  1. Put the downloaded SaveOnEmpty.jar in your server's plugin folder.
  2. Reload or restart the server (/reload).
  3. Set the preferred amount of waiting time in seconds with "/soe timeout SECONDS" (default is 60).

Commands

  • /soe - Shows the SaveOnEmpty help.
  • /soe save-now - Save the world manually (Permission: saveonempty.save)
  • /soe timeout SECONDS - Set the waiting time in seconds.
  • /soe reload - Reload the config (only necessary if you changed the config.yml manually).

Permissions

  • saveonempty.admin - Gives access to all functions.
  • saveonempty.save - Gives access to manually saving (/soe save-now).

Configuration

  • timeout: 60 - The waiting time in seconds.

About

Minecraft Bukkit Plugin


Languages

Language:Java 100.0%