Jump to content

Thatdisplayname

Member
  • Posts

    5
  • Joined

  • Last visited

Everything posted by Thatdisplayname

  1. FIXED i fixed it myself, just had to remove the {} Finished code if anyone wants it command /items: trigger: if {%player%.random} = true: set {%player%.random} to false message "&7You have disabled random items" to player else: set {%player%.random} to true message "&7You have enabled random items" to player options: Time : 1 every {@Time} seconds: loop all players: if {%loop-player%.random} = true: give loop-player a random item of all items wait 1 tick
  2. So i have this code: options: {Time} : 1 command /items: trigger: if {%player%.random} = true: set {%player%.random} to false message "&7You have disabled random items" to player else: set {%player%.random} to true message "&7You have enabled random items" to player every {Time} seconds: loop all players: if {%loop-player%.random} = true: give loop-player a random item of all items wait 1 tick And everything works except the "every {Time} seconds:" part, and it gives me this message: How do I fix this? (please explain in simple terms)
  3. When I click start it just says "An unknown error occurred" (LeSMP117.minehut.gg)
×
×
  • Create New...