Jump to content

Earthworm1

Member
  • Posts

    5
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Earthworm1's Achievements

Lurker

Lurker (1/6)

1

Reputation

  1. Hello, I have been trying to get a skript for a dupe server im making that gives players a random item every 10 seconds, but all the skripts that I paste in to the file dont work. There is no error message but the /toggle command wont work. Please tell me what im doing wrong. This is the skript: every 10 seconds: loop all players: if {%loop-player%.random} = true: give (random element out of all items) to all players: command /randomitems: trigger: if {%player%.random} = true: set {%player%.random} to false message "&c&lYou have disabled random items" to player else: set {%player%.random} to true message "&9&lYou have enabled random items" to player
  2. Earthworm1

    got muted

    just got muted for saying this: "guys i found out a weird glitch to get unlimited credits, go to your server and click "Settings" and scroll down untill you see the 'Danger Zone' and click it and type "Delete progress and reset server" and click ok it works i promise!!!" lol
  3. Solved with this script... No thanks to anyone command /rankmine [<text>]: trigger: if arg-1 is "diamond": send "&x&0&e&c&4&d&1Teleporting in &x&1&f&d&1&0&e5 &x&0&e&c&4&d&1seconds!" to player wait 1 second send "&x&0&e&c&4&d&1Teleporting in &x&8&3&f&2&3&b4 &x&0&e&c&4&d&1seconds!" to player wait 1 second send "&x&0&e&c&4&d&1Teleporting in &x&d&c&d&c&0&a3 &x&0&e&c&4&d&1seconds!" to player wait 1 second send "&x&0&e&c&4&d&1Teleporting in &x&d&b&7&f&1&82 &x&0&e&c&4&d&1seconds!" to player wait 1 second send "&x&0&e&c&4&d&1Teleporting in &x&e&3&1&2&1&21 &x&0&e&c&4&d&1seconds!" to player wait 1 second send "&x&1&f&d&1&0&eTeleporting." to player wait 1 second send "&x&1&f&d&1&0&eTeleporting.." to player wait 1 second send "&x&1&f&d&1&0&eTeleporting..." to player wait 1 second set {rankmine1} to location(-72, 69, 171, world "flat", 270, 1) teleport player to {rankmine1}
  4. Thanks for any help you can give.
  5. So I have this skript but when I type the command, it says it doesn't exist. Please help me fix it. command /rank [<text>]: trigger: if arg-1 is "diamond": send "&x&2&1&d&8&2&4Teleporting in 5 seconds!" to player wait 1 second send "&x&7&d&e&f&3&bTeleporting in 4 seconds!" to player wait 1 second send "&x&c&f&f&5&0&aTeleporting in 3 seconds!" to player wait 1 second send "&x&f&f&8&e&0&0Teleporting in 2 seconds!" to player wait 1 second send "&x&e&5&1&7&1&7Teleporting in 1 second!" to player wait 1 second send "&x&2&1&d&8&2&4Teleporting..." to player teleport player to location -72, 69, 171 in world "flat" set {rankmine1} to location(-72, 69, 171, world "flat") set yaw of {rankmine1} to -89.7 set pitch of {rankmine1} to -0.1 teleport player to {rankmine1} else: if arg-1 is "emerald": send "&x&2&1&d&8&2&4Teleporting in 5 seconds!" to player wait 1 second send "&x&7&d&e&f&3&bTeleporting in 4 seconds!" to player wait 1 second send "&x&c&f&f&5&0&aTeleporting in 3 seconds!" to player wait 1 second send "&x&f&f&8&e&0&0Teleporting in 2 seconds!" to player wait 1 second send "&x&e&5&1&7&1&7Teleporting in 1 second!" to player wait 1 second send "&x&2&1&d&8&2&4Teleporting..." to player teleport player to location -72, 69, 156 in world "flat" set {rankmine2} to location(-72, 69, 156, world "flat") set yaw of {rankmine2} to -89.7 set pitch of {rankmine2} to -0.1 teleport player to {rankmine2} Should I try updating skript? The script has no error message but it just doesn't say the command exists.
×
×
  • Create New...