An open API service indexing awesome lists of open source software.

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.

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
```xml

white
{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

```