diff --git a/settings.lua b/settings.lua index 3729f8b..16c2f42 100644 --- a/settings.lua +++ b/settings.lua @@ -4,9 +4,10 @@ -- @topic settings ---- Enables unsafe methods. +--- Enables unsafe methods & chat commands. -- --- `cleaner.remove_ore` +-- - `cleaner.remove_ore` +-- - `/remove_ores` -- -- @setting cleaner.unsafe -- @settype bool diff --git a/settingtypes.txt b/settingtypes.txt index 80cca37..b5debc7 100644 --- a/settingtypes.txt +++ b/settingtypes.txt @@ -1,5 +1,6 @@ -# Enables unsafe methods. +# Enables unsafe methods & chat commands. # # - cleaner.remove_ore +# - /remove_ores cleaner.unsafe (Enable unsafe methods) bool false