SkDragon particles not displaying.

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

Status
Not open for further replies.

Dractical

Member
Dec 30, 2019
14
0
1
Skript Version (do not put latest):2.5-alpha6-MH
Skript Author:
Bensku
Minecraft Version: 1.16.3
Code:
Code:
on right click:
   if player's tool is an enchanted book named "&6Eternity":
       player's target is set
       distance between the target and the player is more than 25:
           message "&bBeansPVP > &7Target is too far away!"
           stop
       damage target by 9
       drawRings particle redstone, RGB 80, 255, 255, center player, target location of target, id "%player%", randomRotation 50, animated 10, rainbowMode true, radius 1, ringCount 4, ringDensity 10, visibleRange 32, pulseDelay 2
       wait 2 seconds
       stopEffect id "%player%"
Errors:
upload_2020-10-3_1-21-23.png


I know its probably an easy fix, I'm new to using skDragon.
 
Status
Not open for further replies.