Difference between revisions of "Wanted"
From SupaHam
| Line 1: | Line 1: | ||
| − | = | + | == Format == |
| − | + | The file is written in the YAML format and you must follow these guidelines: | |
| − | == | + | * '''Do not use tabs.''' You MUST use spaces or Bukkit will complain. If you use an editor like Notepad++ (recommended for Windows users), you must configure it to "replace tabs with spaces." In Notepad++, this can be changed in Settings > Preferences > Language Menu. |
| − | + | * Don't get rid of the indents. They are indented so some entries are in categories (like "max-blocks-changed" is in the "limits" category. | |
| + | * If you want to check the format of this file before putting it into WorldEdit, paste it into http://yaml-online-parser.appspot.com/ and see if it gives "ERROR:". | ||
| + | * Lines starting with # are comments and so they are ignored. | ||
| + | |||
| + | == Configuration == | ||
| + | |||
| + | Note: For every period in the configuration's name as listed below, that means you indent it one level below the previous. | ||
| + | === arenas.yml === | ||
| + | |||
| + | === classes.yml === | ||
Revision as of 11:21, 18 August 2013
Format
The file is written in the YAML format and you must follow these guidelines:
- Do not use tabs. You MUST use spaces or Bukkit will complain. If you use an editor like Notepad++ (recommended for Windows users), you must configure it to "replace tabs with spaces." In Notepad++, this can be changed in Settings > Preferences > Language Menu.
- Don't get rid of the indents. They are indented so some entries are in categories (like "max-blocks-changed" is in the "limits" category.
- If you want to check the format of this file before putting it into WorldEdit, paste it into http://yaml-online-parser.appspot.com/ and see if it gives "ERROR:".
- Lines starting with # are comments and so they are ignored.
Configuration
Note: For every period in the configuration's name as listed below, that means you indent it one level below the previous.