[SPIGOT-7423] Interpolation not working with text displays Created: 08/Jul/23  Updated: 25/Dec/24  Resolved: 08/Jul/23

Status: Resolved
Project: Spigot
Component/s: None
Affects Version/s: None
Fix Version/s: None

Type: Bug Priority: Minor
Reporter: Dark Star Assignee: Unassigned
Resolution: Duplicate Votes: 0
Labels: 1.20, TextDisplay

Issue Links:
Duplicate
duplicates SPIGOT-7398 TextDisplay#setInterpolationDuration ... Resolved
Version: 3822-Spigot-9ebce8a-b60a95c (MC: 1.20.1)
Guidelines Read: Yes

 Description   

When creating a text display and attemping to change its transformation with interpolation enabled, the entity does not interpolate, but rather instantly transforms to its new transformation.

To reproduce, simply run the following commands in the chat:

/summon minecraft:text_display ~ ~ ~ {text:'"Hi"',billboard:"center",Tags:['test']}
/data merge entity @e[type=minecraft:text_display,tag=test,limit=1] {start_interpolation:0,interpolation_duration:10,transformation:{scale:[2.0,2.0,2.0]}} 

If run on a singleplayer world or a vanilla server, the text display will interpolate correctly to the new scale amount as expected. However, if run on a fresh Spigot server with no plugins, then the text display will not interpolate and rather instantly double in size.



 Comments   
Comment by md_5 [ 08/Jul/23 ]

This is probably the same as SPIGOT-7398

Generated at Tue Apr 22 05:09:40 UTC 2025 using Jira 10.3.5#10030005-sha1:190c783f2bd6c69cd5accdb70f97e48812a78d14.