Hello! I want to write in yaml like this:
I want to put the description of each but dont works!
my code:
code_language.skript:
prefix: "\xa73\xa7l[\xa7d\xa7lTestPrefix\xa73\xa7l]"
#Main prefix of the plugin
PermissionsEx: 'true'
# Set to True if you are using PEX
Radius: '1.5'
# Set the radius of the explosion
my code:
code_language.skript:
if file "plugins/test/config.yml" doesn't exists:
set "prefix" to "&3&l[&d&lTestPrefix&3&l]" in yaml file "plugins/test/config.yml"
c l "##Main prefix of the plugin" in "plugins/test/config.yml"
set "PEX" to "false" in yaml file "plugins/test/config.yml"
c l "##Set to True if you are using PEX" in "plugins/test/config.yml"
set "Radius" to "1.5" in yaml file "plugins/test/config.yml
c l "##Set the radius of the explosion" in "plugins/test/config.yml"