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.
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.