1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2025-07-28 20:30:23 +02:00
Files
minetestforfun_game
mods
3d_armor
3d_armor_classes
WorldEdit
_misc
_misc_kaeza
action_timers
ambience_modpack
areas
arrow_signs
awards
bedrock
beginners_chest
bobblocks
bone
broomstick
builtin_falling
builtin_item
carts
chatplus
chesttools
christmas_craft
coloredwood
colormachine
colouredstonebricks
columnia
compassgps
connected_chests
darkage
death_messages
dropondie
dumpnodes
eventobjects
factions
fail
fences
fishing
food
forceload
framedglass
future_ban
gauges
glow
hbarmor
hbhunger
homedecor_modpack
hudbars
interact
textures
Readme.md
config.lua
depends.txt
init.lua
license.txt
rules.lua
inventory_icon
inventorycheck
invtweak
irc
irc_commands
item_drop
jukebox
jumping
lantern
lavatemple
locked_sign
mana
mapfix
maptools
markers
maze
mesecons
metatools
mobs
money
more_chests
moreblocks
moreores
moretrees
multitest
name_restrictions
names_per_ip
nether
news
paintings
pclasses
pipeworks
plantlife_modpack
player_inactive
quartz
random_messages
returnmirror
riesenpilz
rofl
runes
sea
shutdown
snow
snowdrift
solarmana
soundset
spawn
sponge
sprint
stained_glass
throwing
track_players
treasurer
trm_pyramids
tsm_pyramids
u_skins
unified_inventory
unifieddyes
vector_extras
warps
watershed
whoison
worldedge
xban2
other_things
worlds
.gitignore
LICENSE
README.md
server-nalc/mods/interact

##Interact: A mod for Minetest.

This mod is designed to automatically grant new players on a server interact. A formspec will be show when the player joins, and there is a command to bring the formspec up later in the game. There are 3 screens that they go through. The first one is a check if they like griefing (One for really stupid griefers!), the next checks if the player just wants to look round the server, and the final one shows the rules, and asks the player to accept them. Finally, there is a screen which offers the player a quiz, which s/he has to complete successfully to get interact.

Almost everything in the mod can be configured to how you want it.

####Configuring the mod: You will probably want to replace the default rules with your own in rules.lua. Also, the quiz should be adapted to your rules, thus the quiz questions are found in rules.lua also.

Everything else that you need to configure the mod can be found in config.lua. If you want to, have a look over it before running the mod, to see if everything seems to be as you want it!

####Notes:

  1. This mod is based on the (old) rules on Craig's Server.
  2. That mod was, in turn based on this mod.
  3. I may add randomly selected messages at some point.