Updated changelog for 5.5.7

This commit is contained in:
wizjany 2013-07-02 06:32:59 -04:00
parent 930e2e7107
commit e649987015
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,10 @@
5.5.7
- Update for Minecraft 1.6.1
- Fixed a bug with GroupManager detection.
- Added a coordinate argument for //chunk
- Allowed cylinder selector to be changed to a rough polygon.
- Fix a typo
5.5.6
- Updated for Minecraft 1.5.2.
- Pistons can now be rotated with cycler tool.

View File

@ -125,7 +125,7 @@
<dependency> <!-- NMS blocks -->
<groupId>org.bukkit</groupId>
<artifactId>craftbukkit</artifactId>
<version>1.6-R0.1-SNAPSHOT</version>
<version>1.6.1-R0.1-SNAPSHOT</version>
<scope>compile</scope>
<type>jar</type>
<optional>true</optional>