mirror of
https://github.com/luanti-org/luanti.git
synced 2025-12-02 05:45:19 +01:00
add support for saving settings by lua command (server doesn't autosave on exit)
This commit is contained in:
@@ -860,6 +860,7 @@ minetest.setting_set(name, value)
|
||||
minetest.setting_get(name) -> string or nil
|
||||
minetest.setting_getbool(name) -> boolean value or nil
|
||||
minetest.setting_get_pos(name) -> position or nil
|
||||
minetest.setting_save() -> nil, save all settings to config file
|
||||
minetest.add_to_creative_inventory(itemstring)
|
||||
|
||||
Authentication:
|
||||
|
||||
Reference in New Issue
Block a user