Nebula Admin
This mod lets you manage configs from in-game using a GUI.
Note: A server restart may be needed for some mods after a config change, as some mods cache the config value.
Setup
This mod needs extra "trusted" permissions to function. This is because Luanti's mod sandboxing means that normally mods cannot access files outside their own folder. This mod needs to be trusted to change the configuration of other mods.
Add the following line to your minetest.conf
file:
secure.trusted_mods = nebula_admin
If you already have trusted_mods
, then add this mod to the end with a comma:
secure.trusted_mods = example_mod,another_example_mod,nebula_admin
Usage
To open the admin panel, use the /admin_panel
command. You need the nebula_admin_panel
permission to use this command.