SomeNotify
作者:rebot | 分类:模组
Minecraft 版本: 1.16 1.16.1 1.16.2 1.16.3 1.16.4 1.16.5 1.17 1.17.1 1.18 1.18.1 1.18.2 1.19 1.19.1 1.19.2 1.19.3 1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6 1.21 1.21.1 1.21.2 1.21.3 1.21.4 1.21.5 1.21.6 1.21.7 1.21.8 1.21.9 1.21.10 1.21.11
平台: velocity
标签: adventure equipment management
SomeNotify
SomeNotify is a Velocity plugin for sending one message to all players connected through the proxy.
Features
- Command
/notify <message> - Command
/notify reloadto reloadconfig.yml - Broadcast to all online players on all backend servers
- Configurable message format with MiniMessage
- Configurable sender display mode:
player,custom,console - Built-in language support:
ru,en
Installation
- Download the jar.
- Put
SomeNotify-1.0.0.jarinto your Velocitypluginsfolder. - Start Velocity once to generate config.
- Edit
plugins/SomeNotify/config.yml. - Restart Velocity.
Permission
somenotify.notifyallows using/notify.somenotify.reloadallows using/notify reload.
Config (config.yml)
language: "ru"
permission: "somenotify.notify"
reload-permission: "somenotify.reload"
message-format: |
<gray>[<gold>Notify</gold>]</gray>
<yellow>{sender}</yellow><gray>:</gray>
<white>{message}</white>
sender-mode: "player"
custom-sender-name: "Administration"
console-name: "Console"
messages:
ru:
usage: "<red>Use /notify <message> or /notify reload</red>"
no-permission: "<red>No permission.</red>"
empty-message: "<red>Message cannot be empty.</red>"
sent: "<green>Message sent ({online} players).</green>"
reload-success: "<green>Config reloaded successfully.</green>"
reload-failed: "<red>Config reload failed. Check console.</red>"
en:
usage: "<red>Usage: /notify <message> or /notify reload</red>"
no-permission: "<red>You do not have permission to use this command.</red>"
empty-message: "<red>Message cannot be empty.</red>"
sent: "<green>Message sent ({online} players).</green>"
reload-success: "<green>Config reloaded successfully.</green>"
reload-failed: "<red>Config reload failed. Check console.</red>"
You can replace texts in messages.ru with any Russian strings you want.
Placeholders
{sender}resolved sender name based onsender-mode{message}message from command arguments{online}number of players who received the message
Notes
message-formatsupports MiniMessage tags.languageacceptsruoren. Any other value falls back toru.
请登录后举报
暂无评论,抢个沙发吧~