I am trying to make a simple way of spawning some text displays, but the documentation doesn't seem to work for me.
I use the latest versions of Skript and SkBee on 1.21.11.
This seems to work as intended, but what to do for shadows or size or anything else did not work for me from finding it in the docs.
If anyone has worked with text displays before and has some insight, that would be much appreciated.
I use the latest versions of Skript and SkBee on 1.21.11.
Code:
command /textdisplay:
permission: *
trigger:
spawn text display at player
set {_display} to last spawned text display
set billboard of {_display} to center
set text of {_display} to "THIS IS A TEST"
This seems to work as intended, but what to do for shadows or size or anything else did not work for me from finding it in the docs.
If anyone has worked with text displays before and has some insight, that would be much appreciated.