Updated Configuration (markdown)

ME1312 2019-01-18 19:38:22 -05:00
parent bb863d747a
commit 5a024b26ba

@ -7,7 +7,7 @@ The text in square brackets represents the type of value expected. The word `Lis
`Colored String` - A String that parses color codes (`'&b&lHello There!'`)<br>
`Enum Value` - A String value that matches one from a predefined set<br>
`File Path` - A String value representing a file path. Relative paths begin from the working directory unless otherwise specified.<br>
`Item` - A String that represents an item in-game (`1:6`, `minecraft:polished_andesite`)<br>
`Item` - A String that represents an item in-game (`'1:6'`, `'minecraft:polished_andesite'`)<br>
`Integer` - A number value<br>
`Integer Range` - Two Integers representing any number between them (`25500-25559`)<br>
`Object` - A group containing other settings<br>