Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/est31/kickall
- Owner: est31
- Created: 2015-02-06T09:57:22.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-02-06T10:09:19.000Z (over 9 years ago)
- Last Synced: 2023-04-10T02:16:10.754Z (over 1 year ago)
- Language: Lua
- Homepage:
- Size: 117 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
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