Epic/mods/spawn/temp_info.lua

10 lines
393 B
Lua

local esc = minetest.formspec_escape
local info = "BIG, HUGE, MASSIVE, NEWS!!! PLEASE READ\n"..
"Discord bridge is now opt-in. By default chat message in game will not be sent to discord, and discord messages will not be seen in game. "..
"Toggle the bridge on and off with the /discord command."
spawn_info_formspec =
'size[11,6]'..
"textarea[0.5,0.5;10.5,5;;;"..esc(info).."]"