{"id":19272231,"url":"https://github.com/restoremonarchyplugins/richmessageannouncer","last_synced_at":"2025-10-29T22:45:16.273Z","repository":{"id":248393816,"uuid":"748599867","full_name":"RestoreMonarchyPlugins/RichMessageAnnouncer","owner":"RestoreMonarchyPlugins","description":"Message announcer, text and web commands with rich text and icons.","archived":false,"fork":false,"pushed_at":"2025-01-26T11:24:22.000Z","size":2041,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-23T20:31:54.695Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://restoremonarchy.com/plugins/richmessageannouncer","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/RestoreMonarchyPlugins.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-01-26T10:48:21.000Z","updated_at":"2025-01-26T11:23:59.000Z","dependencies_parsed_at":null,"dependency_job_id":"e2746818-dd1d-4b60-9e43-9252e9a67436","html_url":"https://github.com/RestoreMonarchyPlugins/RichMessageAnnouncer","commit_stats":null,"previous_names":["restoremonarchyplugins/richmessageannouncer"],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/RestoreMonarchyPlugins/RichMessageAnnouncer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RestoreMonarchyPlugins%2FRichMessageAnnouncer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RestoreMonarchyPlugins%2FRichMessageAnnouncer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RestoreMonarchyPlugins%2FRichMessageAnnouncer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RestoreMonarchyPlugins%2FRichMessageAnnouncer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RestoreMonarchyPlugins","download_url":"https://codeload.github.com/RestoreMonarchyPlugins/RichMessageAnnouncer/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RestoreMonarchyPlugins%2FRichMessageAnnouncer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":281713571,"owners_count":26548732,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-29T02:00:06.901Z","response_time":59,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-09T20:35:55.759Z","updated_at":"2025-10-29T22:45:16.243Z","avatar_url":"https://github.com/RestoreMonarchyPlugins.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Rich Message Announcer\nMessage announcer, text and web commands with rich text options and icons.\n\n## Features\n- Automatic message announcements (with shuffle option)\n- Text commands\n- Web commands\n- Welcome message\n- Join link\n- Rich text and variables support\n\n## Commands\n- **/commands** - Display a list of commands the player has permission for\n\n## Permissions\n```xml\n\u003cPermission Cooldown=\"0\"\u003ecommands\u003c/Permission\u003e\n```\nPermissions of custom commands are the same as the command name.\n\n## Variables\n- `{player_name}` - player's display name\n- `{player_id}` - player's steam id\n- `{server_name}` - server name (Commands.dat)\n- `{server_players}` - number of players online\n- `{server_maxplayers}` - maximum number of players (Commands.dat)\n- `{server_map}` - the map server is running (Commands.dat)\n- `{server_mode}` - the server mode PVP or PVE (Commands.dat)\n- `{server_thumbnail}` - the value of `Browser.Thumbnail` (Config.json)\n- `{server_icon}` - the value  of `Browser.Icon` (Config.json)\n\n## Rich Text\n- **Bold** - `{b}Bold{/b}`\n- **Italic** - `{i}Italic{/i}`\n- **Color** - `{color=#3498db}Color{/color}`  \n- **Size** - `{size=20}Size{/size}`\n- **Line Break** - `{br}`\n\n## Configuration\n```xml\n\u003c?xml version=\"1.0\" encoding=\"utf-8\"?\u003e\n\u003cRichMessageAnnouncerConfiguration xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"\u003e\n  \u003cMessageColor\u003ewhite\u003c/MessageColor\u003e\n  \u003cMessageIconUrl\u003e{server_icon}\u003c/MessageIconUrl\u003e\n  \u003cMessageInterval\u003e300\u003c/MessageInterval\u003e\n  \u003cMessagesShuffle\u003efalse\u003c/MessagesShuffle\u003e\n  \u003cMessages\u003e\n    \u003cMessage Text=\"You are playing on {b}{server_name}{/b}.\" IconUrl=\"{server_icon}\" Color=\"white\" /\u003e\n    \u003cMessage Text=\"Use {color=#3498db}/commands{/color} to see available commands!\" IconUrl=\"{server_icon}\" Color=\"white\" /\u003e\n    \u003cMessage Text=\"{size=15}Tip: You can customize these messages in the config.{/size}\" IconUrl=\"{server_icon}\" Color=\"white\" /\u003e\n    \u003cMessage Text=\"Format examples: {b}Bold{/b}, {color=#e74c3c}Color{/color}, {size=20}Size{/size}\" IconUrl=\"{server_icon}\" Color=\"white\" /\u003e\n  \u003c/Messages\u003e\n  \u003cTextCommands\u003e\n    \u003cTextCommand\u003e\n      \u003cName\u003erules\u003c/Name\u003e\n      \u003cColor\u003ewhite\u003c/Color\u003e\n      \u003cMessage\u003eServer Rules:{br}1. {color=#e74c3c}Be respectful{/color}{br}2. {color=#2ecc71}No cheating{/color}{br}3. {color=#f1c40f}Have fun!{/color}\u003c/Message\u003e\n      \u003cIconUrl\u003e{server_icon}\u003c/IconUrl\u003e\n    \u003c/TextCommand\u003e\n  \u003c/TextCommands\u003e\n  \u003cWebsiteCommands\u003e\n    \u003cWebCommand\u003e\n      \u003cName\u003ewebsite\u003c/Name\u003e\n      \u003cUrl\u003ehttps://restoremonarchy.com\u003c/Url\u003e\n      \u003cDescription\u003ePlatform for Unturned server owners, players and developers.\u003c/Description\u003e\n    \u003c/WebCommand\u003e\n  \u003c/WebsiteCommands\u003e\n  \u003cEnableWelcomeMessage\u003etrue\u003c/EnableWelcomeMessage\u003e\n  \u003cWelcomeMessage Text=\"{size=18}Welcome to the server {b}{player_name}{/b}!\" IconUrl=\"{server_icon}\" Color=\"white\" /\u003e\n  \u003cEnableJoinLink\u003efalse\u003c/EnableJoinLink\u003e\n  \u003cJoinLinkUrl\u003ehttps://restoremonarchy.com\u003c/JoinLinkUrl\u003e\n  \u003cJoinLinkMessage\u003ePlatform for Unturned server owners, players and developers.\u003c/JoinLinkMessage\u003e\n\u003c/RichMessageAnnouncerConfiguration\u003e\n```\n\n## Translations\n```xml\n\u003c?xml version=\"1.0\" encoding=\"utf-8\"?\u003e\n\u003cTranslations xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"\u003e\n  \u003cTranslation Id=\"Commands\" Value=\"[[b]]Your commands:[[/b]] {0}\" /\u003e\n\u003c/Translations\u003e\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frestoremonarchyplugins%2Frichmessageannouncer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frestoremonarchyplugins%2Frichmessageannouncer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frestoremonarchyplugins%2Frichmessageannouncer/lists"}