A minetest clone of the server-side Citadel mod for Minecraft.
Licensed under the terms of the LGPL 2.1.
Note: highly work-in-progress. Not currently suitable for use outside of development.
Not yet.
Installation assumes a UNIX/Linux setup.
Set up a local PostgreSQL instance first, with a datasource mt and user mt
(hardcoded in db.lua, will be configurable soon).
Clone the Citadella repository into the mods folder of your minetest server
(or client).
Ensure that minetest mod security is disabled via minetest.conf (for dedicated
servers):
secure.enable_security = false
Or via Main Menu > Settings > All Settings > Enable mod security (for
singleplayer).
Install luarocks, configure it for a Lua 5.1 environment, and install the luasql-postgres package (you'll need PostgreSQL development libraries to get this working, check your package manager of choice).
Then, run your minetest server (or singleplayer world), and enjoy.