Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 10 additions & 8 deletions init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,10 @@ local items = {
S("1. No swearing, dating, or other inappropriate behaviour."),
S("2. No spamming, using all-caps, or any other method of chat abuse."),
S("3. Don't be a cheater. No hacked clients."),
S("4. Spawnkilling is considered excessive and thus forbidden if it doesn't"),
" " .. S("contribute to the goal of the game in a proper way. Consequently,"),
" " .. S("spawnkilling can already be punished if only two kills are made,"),
S("4. Spawnkilling is considered excessive and thus forbidden if"),
" " .. S("it doesn't contribute to the goal of the game"),
" " .. S("in a proper way. Consequently, spawnkilling"),
" " .. S("can already be punished if only two kills are made,"),
" " .. S("depending on the situation."),
S("5. Don't be a traitor:"),
S(" a. Don't dig blocks in your base to make it less secure or"),
Expand All @@ -28,12 +29,13 @@ local items = {
"",
S("Created by rubenwardy. Developed by ")..S("LandarVargan and savilli."),
S("Moderators")..": Thomas-S, IceAgeComing, Waterbug, DragonsVolcanoDance,",
" Shara, Calinou, Aurika, LandarVargan, Xenon, Jhalman, Kat, _Lucy",
" Shara, Calinou, Aurika, LandarVargan, Xenon, Jhalman,",
" Kat, _Lucy",
"",
S("Though the server owner will not actively read private messages or disclose"),
S("their content outside the mod team, random checks will be done to make sure"),
S("they are not being abused and they will be reviewed if abuse or inappropriate"),
S("behaviour is suspected."),
S("Though the server owner will not actively read private messages or"),
S("disclose their content outside the mod team, random checks will be"),
S("done to make sure they are not being abused and they will be"),
S("reviewed if abuse or inappropriate behaviour is suspected."),
"",
S("Use /report to send a message to a moderator."),
S("For example, /report bobgreen is destroying our base")}
Expand Down