(Official) LUA Scripting Documentation
set_text
Set the text of a block (Sign, Book etc).
Spec:
set_text(
long x,
long y,
long z,
string text,
long page)
Parameters
x
: The x component of the map point of the block.y
: The y component of the map point of the block.z
: The z component of the map point of the block.text
:page
:
Incomplete
This documentation is incomplete