Skip to content

Unturned plugin to add auto-announcing messages through the OpenMod API

Notifications You must be signed in to change notification settings

liebesleid-eth/Wild.Announcer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 

Repository files navigation

Wild.Announcer

Unturned plugin to add auto-announcing messages through the OpenMod API

How to Install

Make sure you are in-game and run this command: /openmod install Wild.Announcer

Documentation

Config.yaml

Interval: 300 # Seconds between each announcement - Must be an int value
Random-Enabled: true # If announcements should be random and not by order - Must be a boolean value
Prevent-Duplicates: true # If random duplicate announcements should be prevented - Must be a boolean value

Announcements:
  - URL: my.example.one.url # URL to retrieve image from - Must be a full URL, no quotation marks
    Message: "Announcement 1" # Message to be sent to the entire server - Must be a string value - Useable Parameters: Rich Text <>
  - URL: my.example.two.url # URL to retrieve image from - Must be a full URL, no quotation marks
    Message: "Announcement 2" # Message to be sent to the entire server - Must be a string value - Useable Parameters: Rich Text <>

Parameters

  • Rich Text <>: To add color and text formatting support for in-game text - Must be configured with <>

Contact Us

About

Unturned plugin to add auto-announcing messages through the OpenMod API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%