19 lines
684 B
Lua
19 lines
684 B
Lua
chat_formspec.predefined = {
|
|
replant_farm = {
|
|
fs = "",
|
|
replacements = {
|
|
|
|
}
|
|
},
|
|
default = {
|
|
fs = [[
|
|
field[1.1,6.8;10.7,0.8;answer;Your answer;]
|
|
button_exit[12.1,6.8;3,0.8;submit;submit]
|
|
button[12.1,0.7;3,0.8;chat_help;How to chat?]
|
|
label[1.2,1.1;We tried to contact you via chat already\, but you did not respond]
|
|
textarea[1.2,2;13.8,4.2;;;%s]
|
|
]],
|
|
replacement = [[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.]]
|
|
}
|
|
} |