You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Automatic broadcasts using Mars use a fixed, global unmodifiable one minute interval.
Background:
Broadcasts in TGM allowed server administrator to at least configure a desired global interval for any loaded broadcasts. This interval could be changed at any time from the server panel.
Currently, with Mars, only the following properties are available: name, message, permission, newline. Broadcasts are also managed from the backend (API) by manipulating the broadcasts.yml file.
Desired solution:
Server owners should have the ability to configure a default global interval for all broadcasts, as well as an individual interval property for each broadcast.
Example config:
global-interval: 60# One minutebroadcasts:
- name: vipmessage: This is a VIP broadcast!permission: broadcasts.vipinterval: 30# Broadcasted every 30 seconds, overrides global settingnewline: false
Issue:
Automatic broadcasts using Mars use a fixed, global unmodifiable one minute interval.
Background:
Broadcasts in TGM allowed server administrator to at least configure a desired global interval for any loaded broadcasts. This interval could be changed at any time from the server panel.
Currently, with Mars, only the following properties are available:
name
,message
,permission
,newline
. Broadcasts are also managed from the backend (API) by manipulating the broadcasts.yml file.Desired solution:
Server owners should have the ability to configure a default global interval for all broadcasts, as well as an individual
interval
property for each broadcast.Example config:
Affected areas / files:
The text was updated successfully, but these errors were encountered: