diff --git a/init.lua b/init.lua index 453d5cb..437cb91 100644 --- a/init.lua +++ b/init.lua @@ -1,10 +1,38 @@ local serverguide_Book_title="The server guide" -local serverguide_Tab_Text_1="Server info\n Type /guide to see this" -local serverguide_Tab_Text_2="Server Rules \nNo ask for privs or admin stuff \nNo swearing or bad names (like God, fuc...)\nNo griefing\nNo bad stealing or steal people's usernames\nNo hacking\nDon't mess up with moderators or admins" -local serverguide_Tab_Text_3="Staff (moderator or admins)" -local serverguide_Tab_Text_4="Commands:\nSet your home with /sethome say /home to teleport back \nSee who are online /status" -local serverguide_Tab_Text_5="Help info\nHelp you self\n Only call a moderator or admin if you\n get problems that you cant fix it by own" +local serverguide_Tab_Text_1=[[ + Server info + NotreAmiLeCube Server +]] +local serverguide_Tab_Text_2= [[ + 1) No intentional try to disturb the server's stability will be tolerated. + 2) Cheating (hack, modified client, ...) is forbidden on this server. + Be fair-play and learn to play according to the rules. + 3) On the server, PVP is authorized and theft/grief as well, to the exception + of public buildings. (remember to use the areas mod to protect your buildings) + 4) Please do not spam or flood. + 5) Each player is responsible of his/her own account, we can't be held + liable for any illegitimate use of it. + 6) Try to avoid 1x1 towers and overall destroying the environment, anywhere + that is. This way the server will stay as beautiful, wild and + natural as possible. + 7) Do not ask to be a member of the server staff. + 8) Swearing, racism, hate speech and the like is strictly prohibited. +]] +local serverguide_Tab_Text_3= [[ + Rulers info (moderator or admins) + Adminitrator : Sys4 +]] +local serverguide_Tab_Text_4=[[ + Commands: + - /guide : show this guide +]] +local serverguide_Tab_Text_5=[[ + Help info + Help you self + Call moderators/administrator if you have questions on the server + or need specific help. +]] local serverguide_Tab_1="Server" local serverguide_Tab_2="Rules" @@ -112,3 +140,5 @@ minetest.register_chatcommand("guide", { return true end }) + +minetest.log("action", "[serverguide] loaded.")