Add some details to settings docstrings

master
Jordan Irwin 2021-07-30 16:15:52 -07:00
parent 64f31da3f2
commit 4c5069447c
2 changed files with 5 additions and 3 deletions

View File

@ -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

View File

@ -1,5 +1,6 @@
# Enables unsafe methods.
# Enables unsafe methods & chat commands.
#
# - cleaner.remove_ore
# - /remove_ores
cleaner.unsafe (Enable unsafe methods) bool false