Skip to content

Instantly share code, notes, and snippets.

@steveanton
Created September 4, 2012 16:40
Show Gist options
  • Save steveanton/3623263 to your computer and use it in GitHub Desktop.
Save steveanton/3623263 to your computer and use it in GitHub Desktop.
Maps Proto Changelog
Changelog
=========
Specifies changes introduced in versions of the map.xml specification.
v1.1.0
------
* Attributes will be copied from parent elemnts to child elements for ```<cores>``` and ```<wools>```.
* Added the Mobs module for determining which types of mobs will spawn and how they can spawn.
* Added the Lane module for enforcing lane restrictions on RFW maps.
* Added new matchers:
* ```<entity>```
* ```<mob>```
* ```<spawn>```
* Added new default filters:
* ```{allow,deny}-spawns```
* ```{allow,deny}-entities```
* ```{allow,deny}-mobs```
* Added the ability for maps to specify a difficulty they must be run with.
* Added the ability for filters to be specified for portals that determine whether a player may or may not use it.
* Added the option for friendly fire to be turned on.
* Added new syntax for block regions: ```<block>x,y,z</block>```.
v1.0.0
------
* Initial release
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment