From 8c7b5bf80137df4b2cfec8b40748bff34738bed9 Mon Sep 17 00:00:00 2001 From: Sasha Richalim Date: Fri, 16 Jun 2023 18:39:30 +0530 Subject: [PATCH 1/2] Initial commit --- init.lua | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/init.lua b/init.lua index e60c26c..fb1ca6b 100644 --- a/init.lua +++ b/init.lua @@ -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"), @@ -29,11 +30,12 @@ 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", + " 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")} From 6a46762bee3f8242e1f9f1d507ea17d63dc6a0fd Mon Sep 17 00:00:00 2001 From: Sasha Richalim Date: Fri, 16 Jun 2023 19:08:33 +0530 Subject: [PATCH 2/2] Remove typo --- init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.lua b/init.lua index fb1ca6b..9390266 100644 --- a/init.lua +++ b/init.lua @@ -29,7 +29,7 @@ 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"),