Avicus Archive

Need help with XML by Thrasillias September 1, 2015 at 11:09 AM UTC

Can some one Make this YML to an XML For CadinalPGM Please

http://pastebin.com/EDj7Qp0q
http://pastebin.com/DLeitsg9

Rainstruck September 1, 2015 at 11:09 AM UTC

You should change the title of this thread to be, "Need help with XML"

Zintenka September 1, 2015 at 2:09 PM UTC

http://pastebin.com/NU3mam4q

You made multiple errors with indenting, in XML, you indent four spaces: 0, 1, 2, 3.

Example:
<boom>
0 1 2 3
            <booming radius="50" damage="4">
            </booming>
</boom>

But that's one problem. Another thing is that you lack a "regions" syntax and a "filters" syntax to support the regions.

For more help, Go to docs.oc.tc. That's the only minecraft XML thingy for PGM I think...