Display Teleport Duration (Expression) — Skript

Addon: Skript · Category: Expression · Since: 2.10

Syntax

[the] teleport[ation] duration[s] [of %displays%]

Description

The teleport duration of displays is the amount of time it takes to get between locations. 0 means that updates are applied immediately. 1 means that the display entity will move from current position to the updated one over one tick. Higher values spread the movement over multiple ticks. Max of 59 ticks.

Examples

set teleport duration of the last spawned text display to 2 ticks
teleport last spawned text display to {_location}
wait 2 ticks
message "display entity has arrived at %{_location}%"

View source