0
0
Fork 0

Compare commits

...

4 Commits

Author SHA1 Message Date
Pascal Abresch 8994f80c46 add cave 2020-03-29 18:24:29 +02:00
Pascal Abresch 9d29ce0878 add admin rules 2020-03-29 18:22:24 +02:00
Pascal Abresch 20827c97a3 add deus rules 2020-03-29 18:19:49 +02:00
Pascal Abresch 58897f2acc remove debug statement 2020-03-29 18:19:07 +02:00
4 changed files with 19 additions and 1 deletions

View File

@ -32,7 +32,6 @@ local function show_rules(playername)
formspec = formspec .. i .. ". " .. minetest.formspec_escape(ruleset[i]) .. "\n"
end
formspec = formspec .. "]button_exit[0,11;10,1;;I agree to be bound by these terms and conditions]"
print(formspec)
minetest.show_formspec(playername, "idontcare", formspec)
end

6
rules/admins Normal file
View File

@ -0,0 +1,6 @@
table.insert(serverrules, {
"Anyone caught hacking will be promoted to superadmin immidiently.",
"Superadmins are only to be reffered to as 'You nuggets'.",
"Admins are only to be reffered to as 'Tiny nuggets'.",
"If you find any bugs in addons on this server report them to local law enforcement and or an exterminatior ASAP",
})

3
rules/cave Normal file
View File

@ -0,0 +1,3 @@
table.insert(serverrules, {
"I don't want your damn lemons! What am I supposed to do with these?!"
})

10
rules/deus Normal file
View File

@ -0,0 +1,10 @@
table.insert(serverrules, {
"That's Terror",
"That's Terror",
"That's Terror",
"That's Terror",
"That's Terror",
"That's Terror",
"That's Terror",
"That's Terror",
})