A mod for Minetest that allows players to automatically get interact https://content.minetest.net/packages/Amaz/interact/
Go to file
Amaz1 b3eb6379a1 Make everything customisable! Look in config.lua for configuration options. 2015-04-20 09:30:10 +01:00
Readme.md Make everything customisable! Look in config.lua for configuration options. 2015-04-20 09:30:10 +01:00
config.lua Make everything customisable! Look in config.lua for configuration options. 2015-04-20 09:30:10 +01:00
depends.txt Initial commit! 2015-02-10 14:21:15 +00:00
init.lua Make everything customisable! Look in config.lua for configuration options. 2015-04-20 09:30:10 +01:00
license.txt Initial commit! 2015-02-10 14:21:15 +00:00
rules.lua Make everything customisable! Look in config.lua for configuration options. 2015-04-20 09:30:10 +01: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.

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.

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.