geforkt von Mirrors/FastAsyncWorldEdit
Updated changelog for 5.5.7
Dieser Commit ist enthalten in:
Ursprung
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>
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren