https://github.com/restoremonarchyplugins/richmessageannouncer
Message announcer, text and web commands with rich text and icons.
https://github.com/restoremonarchyplugins/richmessageannouncer
Last synced: 4 months ago
JSON representation
Message announcer, text and web commands with rich text and icons.
- Host: GitHub
- URL: https://github.com/restoremonarchyplugins/richmessageannouncer
- Owner: RestoreMonarchyPlugins
- Created: 2024-01-26T10:48:21.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-01-19T13:27:39.000Z (5 months ago)
- Last Synced: 2025-01-19T14:39:18.193Z (5 months ago)
- Language: C#
- Homepage: https://restoremonarchy.com/plugins/richmessageannouncer
- Size: 1.94 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Rich Message Announcer
Message announcer, text and web commands with rich text options and icons.## Features
- Automatic message announcements (with shuffle option)
- Text commands
- Web commands
- Welcome message
- Join link
- Rich text and variables support## Commands
- **/commands** - Display a list of commands the player has permission for## Permissions
```xml
commands
```
Permissions of custom commands are the same as the command name.## Variables
- `{player_name}` - player's display name
- `{player_id}` - player's steam id
- `{server_name}` - server name (Commands.dat)
- `{server_players}` - number of players online
- `{server_maxplayers}` - maximum number of players (Commands.dat)
- `{server_map}` - the map server is running (Commands.dat)
- `{server_mode}` - the server mode PVP or PVE (Commands.dat)
- `{server_thumbnail}` - the value of `Browser.Thumbnail` (Config.json)
- `{server_icon}` - the value of `Browser.Icon` (Config.json)## Rich Text
- **Bold** - `{b}Bold{/b}`
- **Italic** - `{i}Italic{/i}`
- **Color** - `{color=#3498db}Color{/color}`
- **Size** - `{size=20}Size{/size}`
- **Line Break** - `{br}`## Configuration
```xmlwhite
{server_icon}
300
false
rules
white
Server Rules:{br}1. {color=#e74c3c}Be respectful{/color}{br}2. {color=#2ecc71}No cheating{/color}{br}3. {color=#f1c40f}Have fun!{/color}
{server_icon}
website
https://restoremonarchy.com
Platform for Unturned server owners, players and developers.
true
false
https://restoremonarchy.com
Platform for Unturned server owners, players and developers.```
## Translations
```xml
```