Queue (Type) — Skript
Addon: Skript · Category: Type · Since: 2.10
Syntax
queueDescription
A queued list of values. Entries are removed from a queue when they are queried.
Examples
set {queue} to a new queue
add "hello" to {queue}
broadcast the 1st element of {queue}