Mirror von
https://github.com/IntellectualSites/FastAsyncWorldEdit.git
synchronisiert 2024-11-04 18:40:06 +01:00
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:
|
||||
- Added block data support to BlockMask.
|
||||
- Added //center command to set blocks at the center point of a selection.
|
||||
|
2
pom.xml
2
pom.xml
@ -85,7 +85,7 @@
|
||||
<dependency>
|
||||
<groupId>org.bukkit</groupId>
|
||||
<artifactId>bukkit</artifactId>
|
||||
<version>1.3.1-R2.0</version>
|
||||
<version>1.4.2-R0.2-SNAPSHOT</version>
|
||||
<scope>compile</scope>
|
||||
<optional>true</optional>
|
||||
</dependency>
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren