|
1 | 1 | - @nav_title = "XML Modules" |
2 | 2 | - @subnav_content = [\ |
3 | | -- {"path" => "modules/main", "name" => "Main Map Element"},\ |
4 | | -- {"path" => "modules/includes", "name" => "XML File Includes"},\ |
5 | | -- {"path" => "modules/tutorial", "name" => "Map Tutorial"},\ |
| 3 | +- {"path" => "xml/", "name" => "Main Map Element", "match" => /xml\/index\.[^\/]*$/},\ |
| 4 | +- {"path" => "xml/includes", "name" => "XML File Includes"},\ |
| 5 | +- {"path" => "xml/tutorial", "name" => "Map Tutorial"},\ |
6 | 6 | - "Game Modes",\ |
7 | | -- {"path" => "modules/gamemode_ctw", "name" => "Capture the Wool"},\ |
8 | | -- {"path" => "modules/gamemode_dtm", "name" => "Destroy the Monument"},\ |
9 | | -- {"path" => "modules/gamemode_blitz", "name" => "Blitz"},\ |
10 | | -- {"path" => "modules/gamemode_dtc", "name" => "Destroy the Core"},\ |
11 | | -- {"path" => "modules/gamemode_tdm", "name" => "Team Death-match"},\ |
12 | | -- {"path" => "modules/gamemode_other", "name" => "Other Game Modes"},\ |
| 7 | +- {"path" => "xml/gamemode_ctw", "name" => "Capture the Wool"},\ |
| 8 | +- {"path" => "xml/gamemode_dtm", "name" => "Destroy the Monument"},\ |
| 9 | +- {"path" => "xml/gamemode_blitz", "name" => "Blitz"},\ |
| 10 | +- {"path" => "xml/gamemode_dtc", "name" => "Destroy the Core"},\ |
| 11 | +- {"path" => "xml/gamemode_tdm", "name" => "Team Death-match"},\ |
| 12 | +- {"path" => "xml/gamemode_other", "name" => "Other Game Modes"},\ |
13 | 13 | - "Game Settings",\ |
14 | | -- {"path" => "modules/teams", "name" => "Teams"},\ |
15 | | -- {"path" => "modules/rules", "name" => "Rules"},\ |
16 | | -- {"path" => "modules/kits", "name" => "Kits"},\ |
17 | | -- {"path" => "modules/classes", "name" => "Classes"},\ |
18 | | -- {"path" => "modules/items", "name" => "Items & Armor"},\ |
19 | | -- {"path" => "modules/potions", "name" => "Potion Effects"},\ |
20 | | -- {"path" => "modules/repair_remove", "name" => "Repair & Remove"},\ |
21 | | -- {"path" => "modules/disabledamage", "name" => "Disable Damage"},\ |
22 | | -- {"path" => "modules/projectiles", "name" => "Projectiles"},\ |
23 | | -- {"path" => "modules/tnt", "name" => "TNT"},\ |
24 | | -- {"path" => "modules/mobs", "name" => "Mob Spawning"},\ |
25 | | -- {"path" => "modules/killreward", "name" => "Kill Reward"},\ |
26 | | -- {"path" => "modules/other_settings", "name" => "Other Settings"},\ |
| 14 | +- {"path" => "xml/teams", "name" => "Teams"},\ |
| 15 | +- {"path" => "xml/rules", "name" => "Rules"},\ |
| 16 | +- {"path" => "xml/kits", "name" => "Kits"},\ |
| 17 | +- {"path" => "xml/classes", "name" => "Classes"},\ |
| 18 | +- {"path" => "xml/items", "name" => "Items & Armor"},\ |
| 19 | +- {"path" => "xml/potions", "name" => "Potion Effects"},\ |
| 20 | +- {"path" => "xml/repair_remove", "name" => "Repair & Remove"},\ |
| 21 | +- {"path" => "xml/disabledamage", "name" => "Disable Damage"},\ |
| 22 | +- {"path" => "xml/projectiles", "name" => "Projectiles"},\ |
| 23 | +- {"path" => "xml/tnt", "name" => "TNT"},\ |
| 24 | +- {"path" => "xml/mobs", "name" => "Mob Spawning"},\ |
| 25 | +- {"path" => "xml/killreward", "name" => "Kill Reward"},\ |
| 26 | +- {"path" => "xml/other_settings", "name" => "Other Settings"},\ |
27 | 27 | - "Filters & Regions",\ |
28 | | -- {"path" => "modules/filters", "name" => "Filters"},\ |
29 | | -- {"path" => "modules/regions", "name" => "Regions"},\ |
30 | | -- {"path" => "modules/spawns", "name" => "Spawns"},\ |
31 | | -- {"path" => "modules/playable_region", "name" => "Playable Region"},\ |
32 | | -- {"path" => "modules/lanes", "name" => "Lanes"},\ |
33 | | -- {"path" => "modules/portals", "name" => "Portals"},\ |
34 | | -- {"path" => "modules/score_boxes", "name" => "Score Boxes"}] |
| 28 | +- {"path" => "xml/filters", "name" => "Filters"},\ |
| 29 | +- {"path" => "xml/regions", "name" => "Regions"},\ |
| 30 | +- {"path" => "xml/spawns", "name" => "Spawns"},\ |
| 31 | +- {"path" => "xml/playable_region", "name" => "Playable Region"},\ |
| 32 | +- {"path" => "xml/lanes", "name" => "Lanes"},\ |
| 33 | +- {"path" => "xml/portals", "name" => "Portals"},\ |
| 34 | +- {"path" => "xml/score_boxes", "name" => "Score Boxes"}] |
35 | 35 |
|
36 | 36 | = partial('sidebar') |
0 commit comments