Biosphere2 particles not working with Vault plugin

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

Space

Member
Jun 13, 2025
1
0
1
A couple days ago I made a script to make particles in a circle around the player, and to do it, I needed to use Biosphere2. After I made the script it worked for many days, but today, I added the Vault plugin and it just stopped working. I tried removing the plugin and it worked again so I know that the problem is Vault. I need Vault to make Luckperms work because that is the only way I know to make it work. The part of the script I used and the error message is below:



loop 4 times:
loop all mobs:
if the distance between the player and loop-entity is smaller than 12.5:
if loop-entity is not player:
strike lightning at loop-entity
push loop-entity from location 1.5 meter below player with force 0.2
loop all players:
if the distance between the player and loop-player is smaller than 12.5:
if loop-player is not player:
strike lightning at loop-player
push loop-player from location 1.5 meter below player with force 0.2
show electric spark at circle at player with radius 12.5 and density 5
wait 0.05 seconds
show electric spark at circle at player with radius 12.5 and density 5
wait 0.05 seconds
show electric spark at circle at player with radius 12.5 and density 5
wait 0.05 seconds
show electric spark at circle at player with radius 12.5 and density 5
wait 0.05 seconds
show electric spark at circle at player with radius 12.5 and density 5
wait 0.05 seconds
if {LBcooldowntick::%player's uuid%} is 1:
remove 1 from {LBcooldown::%player's uuid%}



The error message is:
"Can't understand this condition/effect: show electric spark at circle at player with radius 12.5 and density 5"
The error is shows for all 5 lines with that particle circle.