mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-12-23 01:37:37 +00:00
Updated changelog for 5.5.7
This commit is contained in:
parent
930e2e7107
commit
e649987015
@ -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
|
5.5.6
|
||||||
- Updated for Minecraft 1.5.2.
|
- Updated for Minecraft 1.5.2.
|
||||||
- Pistons can now be rotated with cycler tool.
|
- Pistons can now be rotated with cycler tool.
|
||||||
|
2
pom.xml
2
pom.xml
@ -125,7 +125,7 @@
|
|||||||
<dependency> <!-- NMS blocks -->
|
<dependency> <!-- NMS blocks -->
|
||||||
<groupId>org.bukkit</groupId>
|
<groupId>org.bukkit</groupId>
|
||||||
<artifactId>craftbukkit</artifactId>
|
<artifactId>craftbukkit</artifactId>
|
||||||
<version>1.6-R0.1-SNAPSHOT</version>
|
<version>1.6.1-R0.1-SNAPSHOT</version>
|
||||||
<scope>compile</scope>
|
<scope>compile</scope>
|
||||||
<type>jar</type>
|
<type>jar</type>
|
||||||
<optional>true</optional>
|
<optional>true</optional>
|
||||||
|
Loading…
Reference in New Issue
Block a user