mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2025-01-12 11:00:25 +01:00
New report informations messages
This commit is contained in:
parent
dcb4953eac
commit
434aeda865
@ -51,11 +51,13 @@ if minetest.get_modpath("unified_inventory") then
|
|||||||
|
|
||||||
unified_inventory.register_page("report", {
|
unified_inventory.register_page("report", {
|
||||||
get_formspec = function(player)
|
get_formspec = function(player)
|
||||||
local form = "label[3,0;Report a Bug/Grief]"..
|
local form = "label[3,0;Report a Bug/Player]"..
|
||||||
"label[0,2;You can ask questions to moderators, report floods and spams,"..
|
"label[0,1.5;DO NOT report a player until you have read the rules posted"..
|
||||||
"\nor report usebug from players\nDo not report grief because it's allowed on our server !"..
|
"\nat the spawn area! Don't report griefing, it's allowed on"..
|
||||||
"\ndon't abuse/flood Report messages or you will be punished]"..
|
"\nour server! You can ask questions to moderators and report"..
|
||||||
"field[2,5;5,1;text;Text about what to report:;]" ..
|
"\nflooding/spam, cheating, etc. Don't abuse/spam Report messages"..
|
||||||
|
"\nor you will be punished. LIMIT: One report per 5 minutes.]"..
|
||||||
|
"field[2,5;5,1;text;Type report here:;]" ..
|
||||||
"button[3,6;2,0.5;report;Send]"
|
"button[3,6;2,0.5;report;Send]"
|
||||||
return {formspec = form, draw_inventory = false}
|
return {formspec = form, draw_inventory = false}
|
||||||
end
|
end
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
### Venez visiter notre site "xorhub.com" ! ###
|
### Venez visiter notre site "xorhub.com" ! ###
|
||||||
|
|
||||||
---Planned on the Server---
|
---Planned on the Server---
|
||||||
The server will be more easier now (we will nerf monsters and introduce more easier way to have the ultimates weapons/armors, quests rewards will also be increased)
|
We're working hard to make lighter the server!
|
||||||
Add another Unique boss is coming : The Mese Dragon
|
Add another Unique boss is coming : The Mese Dragon
|
||||||
Introduce the Wizard class : do you like magic things ?
|
Introduce the Wizard class : do you like magic things ?
|
||||||
Introduce the Ingineer class : do you like build and dig things ?
|
Introduce the Ingineer class : do you like build and dig things ?
|
||||||
|
Loading…
Reference in New Issue
Block a user