Jump to content

Auto Bc (CUSTOMIZABLE)


Smileydude

Recommended Posts

options:
  BC1: Welcome everyone new to the server!
  BC2: Hello everyone!
  BC3: You should totally do /buy 😉
  BC4: You should eat
  BC5: Events hosted

every 1 minute:
  loop all players:
    if loop-player is online:
      set {_bc} to a random integer between 1 and 5
      if {_bc} is 1:
        send "&7[&4BROADCAST&7] {@BC1}" to loop-player
      if {_bc} is 2:
        send "&7[&4BROADCAST&7] {@BC2}" to loop-player
      if {_bc} is 3:
        send "&7[&4BROADCAST&7] {@BC3}" to loop-player
      if {_bc} is 4:
        send "&7[&4BROADCAST&7] {@BC4}" to loop-player
      if {_bc} is 5:
        send "&7[&4BROADCAST&7] {@BC5}" to loop-player

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...