| layout | default |
|---|
Documentation on XML files that are required for each map to be added to the servers
Almost every text editor can create and edit XML files, however editors designed for XML can automatically indent and syntax your code to help spot mistakes.
We recommend that you use Atom to create and edit XML files.
To keep your XML file clean, consistent, & readable you should follow the XML Conventions and only specify elements or attributes you intend to use.
Before releasing your map for testing, you must package your map following these guidelines. This will speed up the time it takes to get your map ready for testing.
All attributes or sub-elements for a element or module are listed in a table and required attributes or sub-elements are marked in red. In the following example the color attribute is required but id is not. The attribute or elements default value is also listed if there is one.
| Attribute | Description | Value | Default |
|---|---|---|---|
id |
Unique identifier used to reference this element. | String | |
color |
Required This example's color. | Dye Color Name | |
cow |
This example has a pet cow. | true/false | false |