Configuration
Everything you need to know when editing configuration files.
Values and keywords
Keyword
Value
BOOLEAN
Replace this with true or false, false means no and true means yes.
TEXT
Replace this with string text make sure to include " " example:
"This is an example text"
INT
Basic non decimal number examples: 1 2 3 4 62
LONG
Basic decimal number examples: 1.2 - 25.561 - 820.15
Last updated