Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dargmuesli/one-player-shutdown
Automatically shuts a Minecraft server down when only one player is connected.
https://github.com/dargmuesli/one-player-shutdown
java minecraft plugin server spigot
Last synced: 3 days ago
JSON representation
Automatically shuts a Minecraft server down when only one player is connected.
- Host: GitHub
- URL: https://github.com/dargmuesli/one-player-shutdown
- Owner: dargmuesli
- License: mit
- Created: 2017-05-14T01:14:49.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-10-25T02:04:37.000Z (13 days ago)
- Last Synced: 2024-10-26T15:34:09.807Z (12 days ago)
- Topics: java, minecraft, plugin, server, spigot
- Language: Java
- Homepage: https://jonas-thelemann.de/one-player-shutdown
- Size: 61.5 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![build status](https://travis-ci.com/dargmuesli/one-player-shutdown.svg?branch=master)](https://travis-ci.com/one-player-shutdown/1generator "build status")
# OnePlayerShutdown
Automatically shuts a Minecraft server down when only one player is connected.## Download
See [Releases](https://github.com/Dargmuesli/one-player-shutdown/releases "Releases").## Installation
Just put the downloaded .jar into your `plugins` folder and `start` or `reload` your server!## What this plugin does
Whenever a player is playing alone on a Minecraft Server this plugin enables the server to announce a server shutdown if nobody else joins within two minutes. The time limit can be changed by the user and the plugin can be disabled and enabled again through the `/oneplayershutdown` command.## Why
For me multiplayer servers are there for people to play with one another. To make sure nobody feels lonely on my Minecraft server I decided to write this plugin to prevent excessive singleplayer gaming on a multiplayer server.## Commands
- `oneplayershutdown` - Commands for configuring automatic shutdown.
- `/ [enable, start]` - enable One-Player-Shutdown.
- `/ [disable, stop]` - disable One-Player-Shutdown.
- `/ status` - displays the current plugin configuration.
- `/ timelimit ` - set the shutdown's timelimit.
- `/ reset` - resets this plugin's configuration.## Default Settings
- `enabled: true`
- `timelimit: 180`