Jump to content

ES63

Member
  • Posts

    553
  • Joined

  • Last visited

  • Days Won

    9

Posts posted by ES63

  1. k so how do i make 3 fireballs summon when you right click with a blaze rod and it goes to the nearest player in a 20 block radius and the fireballs go to each player in the radius thanks

    btw heres my skript if you wanna edit it

    command fireballwand:
        permission: fb.wand
        aliases: /fbwand
        trigger:
            give player 1 blaze rod named "Fireball Stick"
    
    on right click:
        if player's tool is blaze rod named "Fireball Stick":
            if {cooldown.%player's uuid%} is false:
                set {loc.%player%} to block above block above player's location
                loop 3 times: # change how many fireballs are shot here!
                    spawn fireball at {loc.%player%}
                    push last spawned entity in direction of player with force 0.5
                set {cooldown.%player's uuid%} to true
                wait 5 seconds # change the cooldown here
                set {cooldown.%player's uuid%} to false
            else:
                send "&cWait for the cooldown!"

     

  2. server wont start, ive repaired core files, ive stopped it, ive restarted it, nothing will work.

    in the lobby it says "offline" while the website says "starting"

    so, who can help me?

    btw here's a picture of ugly trent

    eyJhbGciOiJIUzI1NiJ9.eyJpbWciOiJfZjJlYmZ

  3. we'll make a story by posting a reply of a random word that matches with the sentence.

    only 1 word per reply.

    you can only reply once on an account.

    you cannot use a word if it has already been used, except for stuff like . or ,

    ill start now.

     

    did

  4. we'll make a story by posting a reply of a random word that matches with the sentence.

    only 1 word per reply.

    you can only reply once on an account.

    you cannot use a word if it has already been used, except for stuff like . or ,

    ill start now.

     

    did

×
×
  • Create New...