Jump to content

"Your current bukkit version seems to be incompatible with this library" causes skDragon to stop working.


MultiDa

Recommended Posts

on rightclick: 
	player is holding glowing diamond axe named "&3&lTechno blade" with lore "&3Only a true master of Spinjitsu can wield this blade."
	if target living entity is set:
		push the target upwards 
		apply levitation of tier 10 to target for 2 seconds
		drawSphere style 1, particle "redstone", RGB 0, 148, 255, center target, id "technotarget", rainbowMode false, radius 5, density 300, visibleRange 100, displacementXYZ 0, 0, 0, pulseDelay 1
		drawSphere style 1, particle "redstone", RGB 0, 255, 44, center target, id "technotarget2", rainbowMode false, radius 2.5, density 150, visibleRange 100, displacementXYZ 0, 0, 0, pulseDelay 1
		wait 5 seconds
		stopEffect id "technotarget"
		stopEffect id "technotarget2"

(I know the code is janky, I'm just recycling it from when I made it like a year ago. Back then, this worked)

For some reason, the particle effects don't display anymore. The console provided a bunch of errors but concluded with:
"Your current bukkit version seems to be incompatible with this library"

Is there a way to update the bukkit version? Or will Minehut see to it eventually? 

 

Link to comment
Share on other sites

8 hours ago, MultiDa said:
on rightclick: 
	player is holding glowing diamond axe named "&3&lTechno blade" with lore "&3Only a true master of Spinjitsu can wield this blade."
	if target living entity is set:
		push the target upwards 
		apply levitation of tier 10 to target for 2 seconds
		drawSphere style 1, particle "redstone", RGB 0, 148, 255, center target, id "technotarget", rainbowMode false, radius 5, density 300, visibleRange 100, displacementXYZ 0, 0, 0, pulseDelay 1
		drawSphere style 1, particle "redstone", RGB 0, 255, 44, center target, id "technotarget2", rainbowMode false, radius 2.5, density 150, visibleRange 100, displacementXYZ 0, 0, 0, pulseDelay 1
		wait 5 seconds
		stopEffect id "technotarget"
		stopEffect id "technotarget2"

(I know the code is janky, I'm just recycling it from when I made it like a year ago. Back then, this worked)

For some reason, the particle effects don't display anymore. The console provided a bunch of errors but concluded with:
"Your current bukkit version seems to be incompatible with this library"

Is there a way to update the bukkit version? Or will Minehut see to it eventually? 

 

whats your current skript version, because skdragon is currently outdated.

 

 

image.png.bc433d6489d70ad831075fe76809b993.png
 

Owner of Lifestealed, Labs, Encore, UNOfficially and Observed
 

OG [VIP] 12/26/20 - 10/27/2021
OG [PRO] 12/27/21 - 11/18/2022
OG [LEGEND] 11/18/2022 - 3/14/2023
[DEFAULT] 3/14/2023 - 5/8/2024

[MOD] 5/8/2024 - Present

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...