17 lines
824 B
Lua
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]
|
|
]] |