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

25 lines
1.2 KiB
Lua

chat_formspec.predefined = {
replant_farm = {
fs = [[
field[0.3,6.4;10.7,0.8;answer;Your answer;]
button_exit[11.3,6.4;3,0.8;submit;submit]
button[11.3,0.3;3,0.8;chat_help;How to chat?]
label[0.4,0.7;We tried to contact you via chat already\, but you did not respond]
textarea[0.4,1.6;13.8,4.2;;;%s]
button[11.3,4.5;3,0.8;replant_help;how to replant?]
]],
replacement = [[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.]]
},
default = {
fs = [[
field[0.3,6.4;10.7,0.8;answer;Your answer;]
button_exit[11.3,6.4;3,0.8;submit;submit]
button[11.3,0.3;3,0.8;chat_help;How to chat?]
label[0.4,0.7;We tried to contact you via chat already\, but you did not respond]
textarea[0.4,1.6;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.]]
}
}