mirror of
https://github.com/AiTechEye/serverguide.git
synced 2025-06-30 15:30:31 +02:00
Compare commits
1 Commits
Author | SHA1 | Date | |
---|---|---|---|
6d181b67f6 |
40
init.lua
40
init.lua
@ -1,10 +1,38 @@
|
|||||||
local serverguide_Book_title="The server guide"
|
local serverguide_Book_title="The server guide"
|
||||||
|
|
||||||
local serverguide_Tab_Text_1="Server info\n Type /guide to see this"
|
local serverguide_Tab_Text_1=[[
|
||||||
local serverguide_Tab_Text_2="Server Rules \nDon't ask for privs or admin stuff \nNo swearing or bad words (like god, fuc...)\nNo griefing\nDon't steal or take other people's usernames\nNo hacking\nDon't mess with moderators or admins"
|
Server info
|
||||||
local serverguide_Tab_Text_3="Staff (moderator or admins)"
|
NotreAmiLeCube Server
|
||||||
local serverguide_Tab_Text_4="Commands:\nSet your home with /sethome, say /home to teleport back \nSee who is online with /status"
|
]]
|
||||||
local serverguide_Tab_Text_5="Help info\nHelp yourself\n Only call a moderator or admin if you\n encounter problems that you cant fix by yourself"
|
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_1="Server"
|
||||||
local serverguide_Tab_2="Rules"
|
local serverguide_Tab_2="Rules"
|
||||||
@ -112,3 +140,5 @@ minetest.register_chatcommand("guide", {
|
|||||||
return true
|
return true
|
||||||
end
|
end
|
||||||
})
|
})
|
||||||
|
|
||||||
|
minetest.log("action", "[serverguide] loaded.")
|
||||||
|
Reference in New Issue
Block a user