Your xml isn't quite right yet.
lackattack wrote:I fixed another mistake: <overrules> should be <overrides>.
This is my fault, because I had it wrong in the XML Tutorial (which is now corrected).
<continent>
<name>3 Jump Gates</name>
<bonus>2</bonus>
<components>
<component>JG-IP</component>
<component>JG-AB</component>
<component>JG-J</component>
<component>JG-S</component>
<component>JG-U</component>
<component>JG-N</component>
<component>JG-KB</component>
</components>
<required>3</required>
<overrules>
<overrule>2 Jump Gates</overrule>
<overrule>1 Jump Gate</overrule>
</overrules>
</continent>
The overrule section should be:
<overrides>
<override>2 Jump Gates</override>
<override>1 Jump Gate</override>
</overrides>
You'll need to change all the overrules.