Add explicit rule against spamming and all-caps (#1)
* Add explicit rule against spamming and all-caps * Update init.lua
This commit is contained in:
parent
7120edde6a
commit
0b80f3d591
1 changed files with 9 additions and 9 deletions
18
init.lua
18
init.lua
|
@ -4,30 +4,30 @@
|
|||
rules = {}
|
||||
|
||||
|
||||
-- Kpenguin, Thomas-S, Dragonop, stormchaser3000, Calinou, sparky/ircSparky.
|
||||
|
||||
local items = {
|
||||
"By playing on this server you agree to these rules:",
|
||||
"",
|
||||
"1. No swearing, dating, or other inappriopriate behaviour..",
|
||||
"2. Don't be a cheater. No hacked clients.",
|
||||
"3. Don't excessively spawnkill. Some spawn killing to stop players chasing",
|
||||
"1. No swearing, dating, or other inappriopriate behaviour.",
|
||||
"2. No spamming, using all-caps, or any other method of chat abuse.",
|
||||
"3. Don't be a cheater. No hacked clients.",
|
||||
"4. Don't excessively spawnkill. Some spawn killing to stop players chasing",
|
||||
" the flag bearer is OK, but hogging the flag and repeatedly killing",
|
||||
" the same players definitely isn't.",
|
||||
"4. Don't be a traitor. Don't:",
|
||||
"5. Don't be a traitor. Don't:",
|
||||
" a. Dig blocks in your base to make it less secure or",
|
||||
" to trap team mates on purpose.",
|
||||
" b. Help the other team win.",
|
||||
" c. Change teams.",
|
||||
"5. Don't impersonate other community members.",
|
||||
"6. Don't share your password with anyone.",
|
||||
"7. Moderator decisions are final.",
|
||||
"6. Don't impersonate other community members",
|
||||
"7. Do not share your password with ANYONE.",
|
||||
"8. Moderator decisions are final.",
|
||||
"",
|
||||
"Failure to follow these rules may result in a kick or ban",
|
||||
" (temp or permanent) depending on severity.",
|
||||
"",
|
||||
"Developed and hosted by rubenwardy",
|
||||
"Moderators: Thomas-S, ANAND, IceAgeComing, Waterbug, DragonGirl,",
|
||||
"Moderators: Thomas-S, ANAND, IceAgeComing, Waterbug, DragonsVolcanoDance,",
|
||||
" Gael-de-Sailly, Shara, Calinou, Aurika, Lone_Wolf, Xenon",
|
||||
"",
|
||||
"Though the server owner will not actively read private messages or disclose",
|
||||
|
|
Loading…
Reference in a new issue