Hajsori
Hajsori
Explore posts from servers
AAdmincraft
Created by Hajsori on 2/16/2025 in #questions
Interpolation Duration
Why is it ignoring the interpolation duration?
(Bukkit.getWorld("world")?.getEntity(this.uuid!!) as ItemDisplay).apply {
teleportDuration = 3
interpolationDuration = 3
transformation = Transformation(
Vector3f(0.0F, 0.3F, 0.0F),
AxisAngle4f(1.5707964F, 0F, 1F, 0F),
Vector3f(0.09F, 0.09F, 0.09F),
AxisAngle4f()
)
//teleport(location.add(8.17 + position.getY() * 0.09425, 0.0, 8.17 + position.getX() * 0.09425))

scheduler.runDelayed(plugin!!, {
transformation = Transformation(
Vector3f(0.0F, 0.0F, 0.0F),
AxisAngle4f(1.5707964F, 0F, 1F, 0F),
Vector3f(0.09F, 0.09F, 0.09F),
AxisAngle4f()
)
}, {

}, 6L)
}
(Bukkit.getWorld("world")?.getEntity(this.uuid!!) as ItemDisplay).apply {
teleportDuration = 3
interpolationDuration = 3
transformation = Transformation(
Vector3f(0.0F, 0.3F, 0.0F),
AxisAngle4f(1.5707964F, 0F, 1F, 0F),
Vector3f(0.09F, 0.09F, 0.09F),
AxisAngle4f()
)
//teleport(location.add(8.17 + position.getY() * 0.09425, 0.0, 8.17 + position.getX() * 0.09425))

scheduler.runDelayed(plugin!!, {
transformation = Transformation(
Vector3f(0.0F, 0.0F, 0.0F),
AxisAngle4f(1.5707964F, 0F, 1F, 0F),
Vector3f(0.09F, 0.09F, 0.09F),
AxisAngle4f()
)
}, {

}, 6L)
}
4 replies
AAdmincraft
Created by Hajsori on 7/27/2024 in #questions
Remove Text Shadow
I want to remove the text shadow from a specific font and I found this, but it won't work in Bossbars so I wanted to ask if someone knows another pack or a fix that I could use
6 replies