mirror of
https://github.com/EngineHub/WorldEdit.git
synced 2024-12-15 04:41:37 +08:00
Release 7.2.7
Signed-off-by: Madeline Miller <mnmiller1@me.com>
This commit is contained in:
parent
d48530cb67
commit
9f3e7955f9
@ -1,3 +1,13 @@
|
||||
7.2.7
|
||||
- [Bukkit] Update 1.17.1 adapters for recent Spigot worldgen change
|
||||
- [Bukkit] Minor improvements to world access performance
|
||||
- [Bukkit] Prevent editing on unsupported versions by default
|
||||
- Fixed commands the user did not have permissions for showing in //help
|
||||
- Improve performance of setting non-BlockEntity blocks
|
||||
- Fixed CLI warnings due to Log4J dependency
|
||||
- Fixed Raise/Lower deform brushes moving blocks too far
|
||||
- Fixed JavaAdapter not being usable via craftscripts
|
||||
|
||||
7.2.6
|
||||
- Return false instead of erroring when trying to remove player entities via the API
|
||||
- Fix selections at 0,0,0 or radius of 0 with cyl/ellipse selection modes
|
||||
|
@ -1,5 +1,5 @@
|
||||
group=com.sk89q.worldedit
|
||||
version=7.2.7-SNAPSHOT
|
||||
version=7.2.7
|
||||
|
||||
org.gradle.jvmargs=-Xmx1512M
|
||||
org.gradle.parallel=true
|
||||
|
Loading…
Reference in New Issue
Block a user