This repository has been archived on 2024-02-14. You can view files and clone it, but cannot push or open issues or pull requests.
chat_formspec/predefined_formspecs.lua
2024-02-12 18:44:20 +01:00

17 lines
824 B
Lua

chat_formspec.predefined = {
replant_farm = "The public farm is meant for all players. Therefore it is needed that everyone replants " ..
"what he takes. Please do so too! Otherwise we will unfortunately have to resort to other means." ..
"#I will do" ..
"#I won't do" ..
"#How to replant?",
default = "You have shown behavior about which we have some questions for reasons of moderation. " ..
"It would be nice if you could answer them. Otherwise we will unfortunately have to resort to other means.#",
test = "test :-) #OK"
}
chat_formspec.template_new = [[
button[11.3,0.3;3,0.8;chat_help;How to chat?]
label[0.4,0.7;I (%s) tried to contact you via chat already\, but you did not respond]
textarea[0.4,1.6;13.8,4.2;;;%s]
]]