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: 2 months 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 (about 8 years ago)
- Default Branch: master
- Last Pushed: 2025-03-28T13:43:05.000Z (3 months ago)
- Last Synced: 2025-03-28T14:33:25.804Z (3 months ago)
- Topics: java, minecraft, plugin, server, spigot
- Language: Java
- Homepage: https://jonas-thelemann.de/one-player-shutdown
- Size: 59.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![ci status][ci-image]][ci-url]
[ci-image]: https://img.shields.io/github/actions/workflow/status/dargmuesli/one-player-shutdown/maven.yml
[ci-url]: https://github.com/dargmuesli/one-player-shutdown/actions/workflows/maven.yml# 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`