Bungee Announce Interval & Delay
-
Bungee Announce Interval And Delay
▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬
You have some trouble with delay and interval ? No problem, i will try to explain in a better way how it works :
- interval - specify how many seconds the plugin have to wait before broadcast the message again.
- delay - allows you to add a 'time lag' to a message. So if we have one message with a time lag of 10 seconds and another one with a time lag of 0, the first message will be broadcast 10 seconds after the second one, only if they have the same interval.
Example:
If we take this announcement:
Code (Text):'announcement1':
interval: 60
delay: 10
message: "I am an announcement"
type: announce
servers:
- 'all'
① This announcement is called 'announcement1'
② It will be broadcasted every 60 seconds
③ The scheduled task that consist to broadcast it every 60 seconds will begin 10 seconds after the server has start
④ The announcement will be "I am an announcement"
⑤ The announcement's type is "announce"... etc.
We will take one more example:
Imagine that you want to display messages following this cycle:
- display message 1
- wait 10 seconds
- display message 2
- wait 10 seconds
- display message 1
- wait 10 seconds
- display message 2
- wait 10 seconds
- etc.......
You can see that message 1 and message 2 are displayed every 20 seconds with a shift of 10 seconds.
So message 1 will need to have an interval of 20 and a delay of 0.
And message 2 will need to have an interval of 20 and a delay of 10.
That's all about interval and delay. Never forget that it is by practising that you will reach your goal.
~Thanks for reading. - Loading...
- Loading...
XenCarta PRO
© Jason Axelrod from 8WAYRUN.COM