Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/est31/kickall

simple mod for easing minetest server shutdowns
https://github.com/est31/kickall

Last synced: 24 days ago
JSON representation

simple mod for easing minetest server shutdowns

Awesome Lists containing this project

README

        

# A mod for kicking all players

Copyright 2015 est31.
License: LGPLv2+

Dependencies: none

## Features:

- Automatically kicks all connected players without the `nokickall` priv on server shutdown. This can be turned off by the `kickall.no_kick_on_shutdown` setting.
- Adds 3 new commands: `/kickall `, `/reallykickall ` and `/kshutdown `

If you want to shut down the server and send the players a custom message e.g. do `/kshutdown Restarting server, reconnect in a minute.`. If you want to get kicked yourself, too, just revoke your `nokickall` privilege, or use `/reallykickall`.

## Commands

- `/kickall ` kicks all players without the `nokickall`
- `/reallykickall ` kicks all players regardless of their `nokickall` priv
- `/kshutdown ` kicks all players without the `nokickall` and shuts down the server