Closed AKtomik closed 1 year ago
I don't know why you need to create this packet. Skript already does client side particles
I would like to use this method to show custom particles to the player because:
so, you dont have any solution to use this packet ?
Assuming mc1.19.3, The field 9 of play_server_world_particles is not a number but an NMS object. as said here : https://www.spigotmc.org/threads/protocollib-particles.436986/ , you should use native Skript or addon to do that
Hi ! I use the
play_server_world_particles
packet to show particle to a player. But when i'd like to change the type of the particle by modifying the field 9 with the id of particle desired (id find here), the execution of the skript brutally stop, whithout error when load or when executed. code part :execution :
using the particle name does not work and send error saying 'use number' :
so, how you change the particle type in a
play_server_world_particles
packet correctly ? Else, is it a bug ? Thank you in advance for your help !