A mod for Minetest that allows players to automatically get interact
Go to file
bri cassa c2736870c4 Fix typo 2022-07-02 17:45:16 +02:00
textures Ajoute message de chargement du mod dans le journal "action" 2018-12-25 23:45:03 +01:00
Readme.md Version MFF. 2018-09-07 22:50:08 +02:00
config.lua Version MFF. 2018-09-07 22:50:08 +02:00
init.lua Fix blacklist description command 2020-08-22 10:44:34 +02:00
license.txt Version MFF. 2018-09-07 22:50:08 +02:00
mod.conf Remove depends.txt and add mod.conf 2022-06-26 16:32:01 +02:00
rules.lua Fix typo 2022-07-02 17:45:16 +02:00

Readme.md

##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.