Give all players fireball

  • Welcome to skUnity!

    Welcome to skUnity! This is a forum where members of the Skript community can communicate and interact. Skript Resource Creators can post their Resources for all to see and use.

    If you haven't done so already, feel free to join our official Discord server to expand your level of interaction with the comminuty!

    Now, what are you waiting for? Join the community now!

  • LOOKING FOR A VERSION OF SKRIPT?

    You can always check out skUnity Downloads for downloads and any other information about Skript!

Status
Not open for further replies.

bpitcher2013

Member
Jan 25, 2020
14
1
3
Hello I am making a event shop where you can buy things for events but I dont understand why this wont work, I have read the docs and im sill confused on how to do this

I want it to give all players a fire charge name &cfireball

Addons: Skquery, SkTuSKe, SkRayFall

Code:
command /fireball:
    permission: fireball.enable
    trigger:
        loop all players:
        give loop-player fire charge named "&cfireball"
        Execute console command "/sk enable fireball"
        wait 5 minutes
        Execute console command "/sk disable fireball"

upload_2020-10-3_7-39-3.png


never mind found it if anyone wants the code its

Code:
command /fireball:
    permission: fireball.enable
    trigger:
        loop all players:
            give loop-player fire charge named "&cfireball"
        Execute console command "/sk enable fireball"
        wait 5 minutes
        Execute console command "/sk disable fireball"
 

Attachments

  • upload_2020-10-3_7-37-9.png
    upload_2020-10-3_7-37-9.png
    50.9 KB · Views: 187
Last edited:
Status
Not open for further replies.