mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-12-22 17:27:38 +00:00
Bump to 7.0.1
This commit is contained in:
parent
61bc012f6f
commit
22cf93c31f
@ -1,4 +1,7 @@
|
|||||||
7.0.1 Release Candidate 2
|
7.0.1
|
||||||
|
- Fix source masks using EdiSession instead of clipboard
|
||||||
|
- Fix bug with spaces in suggestions
|
||||||
|
- Fix schematic list box loading schematics with spaces in path
|
||||||
- Improve //thru (and navwand) in some cases
|
- Improve //thru (and navwand) in some cases
|
||||||
- Fix error when /up was used below the world
|
- Fix error when /up was used below the world
|
||||||
- Fix /up -f using glass anyway.
|
- Fix /up -f using glass anyway.
|
||||||
@ -13,8 +16,6 @@
|
|||||||
- (Forge) Update to latest Forge builds (28.0.45+ required!)
|
- (Forge) Update to latest Forge builds (28.0.45+ required!)
|
||||||
- (Fabric/Forge Single-player) Fix wrong blocks being used when switching
|
- (Fabric/Forge Single-player) Fix wrong blocks being used when switching
|
||||||
between worlds generated at different times/with different mods
|
between worlds generated at different times/with different mods
|
||||||
|
|
||||||
7.0.1 Release Candidate 1
|
|
||||||
- Improve //naturalize over large areas
|
- Improve //naturalize over large areas
|
||||||
- Fixed //restore with 1.14 worlds
|
- Fixed //restore with 1.14 worlds
|
||||||
- Added item brush support to WorldEdit for Bukkit (Formerly just Forge)
|
- Added item brush support to WorldEdit for Bukkit (Formerly just Forge)
|
||||||
@ -33,7 +34,7 @@ between worlds generated at different times/with different mods
|
|||||||
- Fixed setting player heads with names
|
- Fixed setting player heads with names
|
||||||
- Added a mask flag to //count
|
- Added a mask flag to //count
|
||||||
- Setup pagination for //distr
|
- Setup pagination for //distr
|
||||||
- Fixed an entity-related error being caused by plugins improperly using Spigot.
|
- Fixed an entity-related error being caused by plugins improperly using Spigot
|
||||||
- Fixed gravity brush
|
- Fixed gravity brush
|
||||||
- Modify chunk batching for performance
|
- Modify chunk batching for performance
|
||||||
- Further legacy schematic loading improvements
|
- Further legacy schematic loading improvements
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
group=com.sk89q.worldedit
|
group=com.sk89q.worldedit
|
||||||
version=7.0.1-SNAPSHOT
|
version=7.0.1
|
||||||
|
|
||||||
org.gradle.jvmargs=-Xmx1G
|
org.gradle.jvmargs=-Xmx1G
|
||||||
|
Loading…
Reference in New Issue
Block a user