This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <map proto="1.3.6"> | |
| <name>Pine Island</name> | |
| <objective>Be the first team to reach 1,000 points!</objective> | |
| <authors> | |
| <author>King_Coolwhip</author> | |
| </authors> | |
| <teams> | |
| <team color="dark red" max="32">Red Team</team> | |
| <team color="blue" max="32">Blue Team</team> | |
| </teams> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?xml version="1.0" encoding="UTF-8"?> | |
| <locale lang="en"> | |
| <error> | |
| <restartDuringMatch>You may not restart during a match. Use -f to override.</restartDuringMatch> | |
| <cycleDuringMatch>You may not cycle during a match. Use -f to override.</cycleDuringMatch> | |
| <matchRunning>Match is already running.</matchRunning> | |
| <matchNoResume>Match has finished and may not be resumed.</matchNoResume> | |
| <matchNoStart>Match could not be started at this time.</matchNoStart> | |
| <matchNoEnd>Match could not be ended at this time.</matchNoEnd> | |
| <noSetNext>You may not set the next map when a restart is queued. Use -f to override.</noSetNext> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?xml version="1.0"?> | |
| <map proto="1.3.6"> | |
| <name>Metro</name> | |
| <rules> | |
| <rule>You may not place Lava.</rule> | |
| </rules> | |
| <version>1.0.0</version> | |
| <objective>Leak the enemy core and break the enemy monument before the time is up!</objective> | |
| <authors> | |
| <author>yoyo_power</author> |