This commit is contained in:
commit
5c61b1aa93
19 changed files with 479 additions and 0 deletions
13
settingtypes.txt
Normal file
13
settingtypes.txt
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
# Changes the color of the background container of the rendered form.
|
||||
minenews.bg_color (Background color for the generated formspec) string #34343400
|
||||
|
||||
# Changes the color of the rendered text font.
|
||||
minenews.fg_color (Font color for the generated formspec) string #AFAFAF
|
||||
|
||||
# Changes the color of the Heading elements (h1, h2, ..., h6) when rendered.
|
||||
minenews.header_color (Header font color) string #CFCFCF
|
||||
|
||||
# Use this to let players more easily copy-paste the invitation link.
|
||||
# Minetest currently do not support showing clickable links in the GUI,
|
||||
# so this works as a workaround.
|
||||
minenews.discord_link (If present, shows a Discord invitation link at the bottom in a text field) string
|
||||
Loading…
Add table
Add a link
Reference in a new issue