HomeJavaModsAutoStartStop
AutoStartStop
ModsJava

AutoStartStop

by beyenilmez · on Modrinth

A Velocity plugin for rule-based server automation. Define triggers, conditions, and actions for seamless management.

⬇ Download on Modrinth

Introduction

License: GPL v3 GitHub Release Modrinth

AutoStartStop is a Velocity plugin for automated server management using a flexible, rule-based system. You define rules that react to triggers (events like proxy start, player connect, cron schedules, etc.) and execute actions (start/stop servers, connect/disconnect players, log messages, and more), optionally gated by conditions.

How it works

AutoStartStop evaluates your configuration as:

Here’s the overall config.yml shape at a glance:

settings: { ... }  # Global plugin settings (timeouts, intervals, etc.).
defaults: { ... }  # Global defaults for server configurations.
servers: { ... }   # Which backend servers are managed, and how to control them.
rules: { ... }     # What should happen under which circumstances.

Key Features

Example Use Cases

Requirements

Installation

  1. Download the AutoStartStop JAR from one of the available platforms:

  2. Place the JAR file in your Velocity server's plugins/ folder

  3. Restart Velocity (or start it if not running)

  4. The plugin will create a default configuration file at plugins/autostartstop/config.yml

Documentation

Full documentation is available at: https://beyenilmez.github.io/autostartstop/

AI-friendly documentation

The documentation is also available in an LLM-friendly format following the llms.txt standard. Use these files with any AI assistant to ask questions or generate configurations:

Statistics

This plugin uses bStats to collect anonymous usage statistics. You can opt out by editing plugins/bStats/config.txt.

License

This project is licensed under the GNU General Public License v3.0 (GPL-3.0). See LICENSE for more information.

Quick facts

Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.

Verified by MCModsHub

These come from our own check of the pack file, not from the source page.

Explore more