Description
So I'm setting a variable to text for a user's set particle. Example, {particle::%player's uuid%} is "Smoke". When parsing this as a visual effect, it won't display at the targeted, or event-block unless done in an effect command.
Steps to Reproduce
The main part of the script
on break:
if {particle::%player%} is set:
show ({particle::%player's uuid%} parsed as visual effect) at event-block
I also tried replacing event-block with targeted block, no different.
However, when I run show ({particle::%player's uuid%} parsed as visual effect) at targeted block as an effect command, it runs fine and shows the particle.
Expected Behavior
Shows the particle at the event-block based on the user's particle variable.
Server Information
- Server version/platform: git-Spigot-f09662d-51d62de (API 1.13.2-R0.1-SNAPSHOT)
- Skript version: latest
Description
So I'm setting a variable to text for a user's set particle. Example, {particle::%player's uuid%} is "Smoke". When parsing this as a visual effect, it won't display at the targeted, or event-block unless done in an effect command.
Steps to Reproduce
The main part of the script
I also tried replacing event-block with targeted block, no different.
However, when I run
show ({particle::%player's uuid%} parsed as visual effect) at targeted blockas an effect command, it runs fine and shows the particle.Expected Behavior
Shows the particle at the event-block based on the user's particle variable.
Server Information