Updated for 5.4.4.

Dieser Commit ist enthalten in:
sk89q 2012-11-03 12:28:50 -07:00
Ursprung 286e682902
Commit f20e2cf055
2 geänderte Dateien mit 10 neuen und 1 gelöschten Zeilen

Datei anzeigen

@ -1,3 +1,12 @@
5.4.4:
- Added official support for Minecraft 1.4.
- Added support for 4096 ID blocks (theoretically) in snapshots.
- Fixed issue with block IDs being returned negative in snapshots.
- Fixed //limit being overridden each time a LocalSession is fetched.
- Added EditSessionFactory class for developers.
Thank you to ammaraskar for his contribution.
5.4.3: 5.4.3:
- Added block data support to BlockMask. - Added block data support to BlockMask.
- Added //center command to set blocks at the center point of a selection. - Added //center command to set blocks at the center point of a selection.

Datei anzeigen

@ -85,7 +85,7 @@
<dependency> <dependency>
<groupId>org.bukkit</groupId> <groupId>org.bukkit</groupId>
<artifactId>bukkit</artifactId> <artifactId>bukkit</artifactId>
<version>1.3.1-R2.0</version> <version>1.4.2-R0.2-SNAPSHOT</version>
<scope>compile</scope> <scope>compile</scope>
<optional>true</optional> <optional>true</optional>
</dependency> </dependency>