Compare commits

3 Commits

Author SHA1 Message Date
f5a1d2667e Merge pull request #1 from clavinet/patch-1
Update init.lua
2024-01-16 19:12:42 +01:00
ffea40645e Update init.lua
spelling/grammar/style fixes
2019-03-16 12:11:14 +01:00
e19ebf5692 Update README.md 2018-12-31 08:48:33 +01:00
2 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
# serverguide # serverguide
License: CC0 Licenses: LGPL-2.1
Change the settings / text in the lua file Change the settings / text in the lua file

View File

@ -1,10 +1,10 @@
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="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_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"
local serverguide_Tab_Text_3="Staff (moderator 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_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 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_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_1="Server" local serverguide_Tab_1="Server"
local serverguide_Tab_2="Rules" local serverguide_Tab_2="Rules"