Some particle data has not been documented
JorelAli opened this issue · 0 comments
JorelAli commented
Documentation URL
https://commandapi.jorel.dev/8.7.0/particlearguments.html
What the documentation currently says
Bukkit Particle | Arguments |
---|---|
BLOCK_CRACK | block block_idblock block_id[block_state=value] |
BLOCK_MARKER | block_marker block_idblock_marker block_id[block_state=value] |
FALLING_DUST | falling_dust block_idfalling_dust block_id[block_state=value] |
REDSTONE | dust red green blue size |
DUST_COLOR_TRANSITION | dust_color_transition red1 green1 blue1 size red2 green2 blue2 |
ITEM_CRACK | item item_iditem item_id{NBT} |
VIBRATION | vibration x y z ticks |
Proposed fix
The documentation needs:
- SCULK_CHARGE (requires a float parameter for the angle in radians)
- SHRIEK (requires an int for delay in ticks)
- DUST (requires
r g b size
)