Skript mirror spawn ice block dust particle

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

iLazer

Member
Apr 1, 2022
15
0
1
22
Im trying to spawn an ice break particle but for some reason passing Particle.BLOCK_DUST and
Material.REDSTONE_BLOCK.getData() (using redstone cause i copied this and not important), but the console keeps giving me the error:

10.05 17:38:26 [Server]

[Skript] No matching non-static field: ClassInfo#BLOCK_DUST
10.05 17:38:26 [Server]

[Skript] No matching non-static field: ClassInfo#REDSTONE_BLOCK
10.05 17:38:26 [Server]

[Skript] method CraftWorld#spawnParticle called with (null (Null), x: -31.93, y: 3, z: -7.33, yaw: 0, pitch: 0 in 'FrozenLake' (Location), 12 (Long), 0 (Long), 0 (Long), 0 (Long), null (Null)) threw a IllegalArgumentException: No NMS particle null

also this is in the same skript

import:
org.bukkit.entity.FallingBlock
org.bukkit.event.inventory.ClickType
org.bukkit.Particle
org.bukkit.Material