chodziło ci o coś takiego ?
variables:
{msg} = true
every 30 seconds:
if {msg} is true:
send "&cNasz Discord &atwój discord" to all players
command /automsg [<text>]:
permission: root
permission message: &cBrak uprawnien
trigger:
if arg 1 is not set:
send "&cpodaj akcjie on włancza automsg lub off wyłancza automsg"
stop
if arg 1 is "on":
if {msg} is false:
set {msg} to true
send "&awłączyłeś wiadomości"
if arg 1 is "off":
if {msg} is true:
set {msg} to false
send "&awyłączyłeś wiadomości"
TESTOWANE