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-01-03 13:50:20 +01:00

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.]]
}
}