geforkt von Mirrors/FastAsyncWorldEdit
Updated for 5.4.4.
Dieser Commit ist enthalten in:
Ursprung
286e682902
Commit
f20e2cf055
@ -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.
|
||||||
|
2
pom.xml
2
pom.xml
@ -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>
|
||||||
|
Laden…
x
In neuem Issue referenzieren
Einen Benutzer sperren