https://github.com/allejo/persistentmute
A BZFlag plug-in to persist mutes after a player rejoins
https://github.com/allejo/persistentmute
bzflag bzflag-plugin
Last synced: 3 months ago
JSON representation
A BZFlag plug-in to persist mutes after a player rejoins
- Host: GitHub
- URL: https://github.com/allejo/persistentmute
- Owner: allejo
- License: mit
- Created: 2017-01-25T07:35:37.000Z (over 8 years ago)
- Default Branch: release
- Last Pushed: 2017-06-30T22:30:37.000Z (almost 8 years ago)
- Last Synced: 2025-01-15T03:05:03.610Z (5 months ago)
- Topics: bzflag, bzflag-plugin
- Language: C++
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Persistent Mutes
[](https://github.com/allejo/persistentMute/releases/latest)

[](https://github.com/allejo/persistentMute/blob/master/LICENSE.md)A BZFlag plug-in that will save a copy of mutes in-memory for 5 hours. Mutes are saved on a per IP basis and will prevent players from rejoining to bypass the mute.
## Requirements
- BZFlag 2.4.12
## Usage
**Loading the plug-in**
Load the plug-in without any command line arguments or configuration.
```
-loadplugin persistentMute
```**Custom Slash Commands**
| Command | Permission | Description |
| ------- | ---------- | ----------- |
| `/mutelist` | mute | Overrides the built-in command and displays currently saved mutes and their time remaining |
| `/unmute` | mute | Overrides the built-in command and allows for removal of saved mutes even when the player is no longer on the server |## License
[MIT](https://github.com/allejo/persistentMute/blob/master/LICENSE.md)