Nebula Admin
This mod lets you manage configs from in-game using a GUI.
Please note that a server restart may be needed for some mods after a config change, since some mods cache their config values.
Additionally, this mod does not currently let you edit the config of modpacks (like 3D Armor
) due to engine limitations. You can only edit regular mod settings and the server settings.
Setup
This mod needs "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 access the full details of other mods' settings.
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
privilege to use this command.