Features
- Rich text can be enabled for all messages and commands.
- Automatic message announcer supporting custom icon URLs and colors
- Text commands with custom icons and color
- Web commands
- Welcome message displayed to players upon joining
Configuration
<?xml version="1.0" encoding="utf-8"?>
<CustomMessageAnnouncerConfiguration xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<UseRich>false</UseRich>
<CommandsMessageColor>orange</CommandsMessageColor>
<MessageInterval>180</MessageInterval>
<Messages>
<Message Text="You are playing on RestoreMonarchy!" IconUrl="https://i.imgur.com/vWoACbH.png" Color="yellow" />
<Message Text="Visit RestoreMonarchy.com" IconUrl="https://i.imgur.com/vWoACbH.png" Color="yellow" />
</Messages>
<TextCommands>
<TextCommand>
<Name>rules</Name>
<Help>Shows rules</Help>
<Color>orange</Color>
<Message>There's no rules, just chill and have fun!</Message>
<IconUrl>https://i.imgur.com/vWoACbH.png</IconUrl>
</TextCommand>
</TextCommands>
<WebsiteCommands>
<WebCommand>
<Name>web</Name>
<Help>Shows web url</Help>
<Url>https://servers.restoremonarchy.com</Url>
<Description>Official Restore Monarchy Severs Website</Description>
</WebCommand>
</WebsiteCommands>
<EnableWelcomeMessage>true</EnableWelcomeMessage>
<WelcomeMessage Text="Welcome to RestoreMonarchy!" IconUrl="https://i.imgur.com/vWoACbH.png" Color="yellow" />
</CustomMessageAnnouncerConfiguration>