Made configuration file comments easier to read

This should make it a little more clearer to read when someone configures WorldEdit config.yml file
This commit is contained in:
Legoman99573 2018-02-16 09:24:48 -06:00 committed by GitHub
parent 2a3318b848
commit 63da23a819
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,18 +1,20 @@
# #
# WorldEdit's configuration file # WorldEdit's Configuration File
# #
# About editing this file: # About editing this file:
# - DO NOT USE TABS. You MUST use spaces or Bukkit will complain. If # - DO NOT USE TABS. You MUST use spaces or Bukkit will complain and post
# you use an editor like Notepad++ (recommended for Windows users), you # errors. If you use an editor, like Notepad++ (recommended for Windows
# must configure it to "replace tabs with spaces." In Notepad++, this can # users), you must configure it to "replace tabs with spaces."
# be changed in Settings > Preferences > Language Menu. # This can be changed in Settings > Preferences > Language Menu.
# - Don't get rid of the indents. They are indented so some entries are # - Don't get rid of indentions. They are indented so some entries that are
# in categories (like "max-blocks-changed" is in the "limits" # in categories, like "max-blocks-changed", is placed in the "limits"
# category. # category.
# - If you want to check the format of this file before putting it # - If you want to check the format of this file before putting it
# into WorldEdit, paste it into http://yaml-online-parser.appspot.com/ # into WorldEdit, paste it into http://yaml-online-parser.appspot.com/
# and see if it gives "ERROR:". # and see if it gives you "ERROR:".
# - Lines starting with # are commentsand so they are ignored. # - Lines starting with # are comments, so they are ignored.
# - If you dont want to disallow blocks, make sure to change it to []
# so WorldEdit doesn't act up when checking for disallowed blocks
# #
limits: limits: