Skript Version (do not put latest):2.5-alpha6-MH
Skript Author: Bensku
Minecraft Version: 1.16.3
Code:
Errors:
I know its probably an easy fix, I'm new to using skDragon.
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%"
I know its probably an easy fix, I'm new to using skDragon.