Broadcaster
Send global messages to players!
Last updated
Send global messages to players!
Last updated
In broadcaster.conf
you can find two options such as broadcasts
and configVersion
, you should only edit first one. It should look like this:
I tried to explain everyting using comments above, but I still want to clarify some things about few parameters:
Players will receive message only if they have special permission which depends on your broadcast name, it looks like this: server-toolbox.broadcasts.<broadcast_name>.receive
This value represents timeout between messages in seconds, but please don't use too short timeouts (like 5,10,20 seconds) as it can affect the server performance too much!
Broadcasts support formatting and placeholders in prefix and messages, use this documentation to understand how it works.