mirror of
https://codeberg.org/AntumLuanti/mod-cleaner.git
synced 2025-03-15 04:41:22 +00:00
Add some details to settings docstrings
This commit is contained in:
parent
64f31da3f2
commit
4c5069447c
2 changed files with 5 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
|
||||
# Enables unsafe methods.
|
||||
# Enables unsafe methods & chat commands.
|
||||
#
|
||||
# - cleaner.remove_ore
|
||||
# - /remove_ores
|
||||
cleaner.unsafe (Enable unsafe methods) bool false
|
||||
|
|
Loading…
Add table
Reference in a new issue