Infinite Firework help

  • 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.

boomfly

Member
Jan 30, 2020
4
0
0
37
so i'm making an item which is like a firework but lasts forever.
i have looked through all the docs and i cant find a effect which will make player boost the player forwards if they are gliding in a elytra (like a firework)
if someone knows how to do this is would be great help. here is my skript:

on right click:
if player's tool is glowstone dust named "&6&lInfinite Rocket":
make player use a firework
[doublepost=1580422021,1580421779][/doublepost]so i found this solution but if anyone has another way i would like to know:

on right click:
if player's tool is firework rocket named "&6&lInfinite Rocket":
give player 1 firework rocket named "&6&lInfinite Rocket"
 
I'm pretty sure using fireworks is client-side, so to do that, you would need to trick server into thinking that the player sent interact with firework item packet, which is a bit far for this kind of feature, you would be better with just applying extra velocity to the player
 
Status
Not open for further replies.