Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aiptu/muteall
A PocketMine-MP plugin to mute all players on the server
https://github.com/aiptu/muteall
pocketmine-mp pocketmine-plugins
Last synced: 14 days ago
JSON representation
A PocketMine-MP plugin to mute all players on the server
- Host: GitHub
- URL: https://github.com/aiptu/muteall
- Owner: AIPTU
- License: mit
- Created: 2021-12-09T16:15:28.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-04-13T14:09:00.000Z (7 months ago)
- Last Synced: 2024-11-01T14:06:23.945Z (14 days ago)
- Topics: pocketmine-mp, pocketmine-plugins
- Language: PHP
- Homepage:
- Size: 35.2 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MuteAll
[![](https://poggit.pmmp.io/shield.state/MuteAll)](https://poggit.pmmp.io/p/MuteAll)
[![](https://poggit.pmmp.io/shield.dl.total/MuteAll)](https://poggit.pmmp.io/p/MuteAll)A PocketMine-MP plugin to mute all players on the server.
# Features
- `Global Chat Mute`: Enable a global chat mute for all players on the server, preventing them from sending chat messages.
- `Bypass Permission`: Allow players with the `muteall.bypass` permission to chat even during global mute.
- `Customizable Messages`: Personalize messages displayed to players when they attempt to chat during global mute and when the mute is turned on or off.
- `Color Formatting`: The messages can be colored using "§" or "&" color codes, providing visual appeal and customization options for the messages.
- `Config Version Management`: The plugin ensures that the configuration file is up-to-date. If an outdated config file is provided, it generates a new one and backs up the old config, preventing compatibility issues.
- `User-friendly Command`: Use the simple `/muteall` command to toggle the global chat mute on or off easily.# Default Config
```yaml
# Do not change this (Only for internal use)!
config-version: 1.2# Messages Configuration
# These messages are used when muting player chats.
# You can use "§" or "&" to color the messages.# The message displayed to players when they attempt to chat during global mute.
message: "&cYou can't chat when global mute is enabled"# The message displayed to players when the global mute is turned on.
turn-on: "&aMute chat for all players has been turned on"# The message displayed to players when the global mute is turned off.
turn-off: "&aMute chat for all players has been turned off"```
# Upcoming Features
- Currently none planned. You can contribute or suggest for new features.
# Additional Notes
- If you find bugs or want to give suggestions, please visit [here](https://github.com/AIPTU/MuteAll/issues).
- We accept all contributions! If you want to contribute, please make a pull request in [here](https://github.com/AIPTU/MuteAll/pulls).
- Icons made from [www.flaticon.com](https://www.flaticon.com)