Jordan
fc2662e51e
Fix //snapshot in 1.18 and re-implement biome/entity restoration ( #1620 )
...
* Re-add "//snap" and "//snapshot"
* Place code in correct method
* Use CompoundBinaryTags in AnvilChunk18 and implement biome/entity restoration
* Address comments
* Fix biome reading
* Fix retrieval of entities from zipped snapshot world
Co-authored-by: Alex <mc.cache@web.de>
2022-02-24 10:33:25 +01:00
Jordan
49d5183685
Load legacy config file before firing PlatformsRegisteredEvent ( #1623 )
...
Fixes #1622
Co-authored-by: Alex <mc.cache@web.de>
2022-02-24 10:33:06 +01:00
Jordan
28a0239437
Fix clipboards to allow proper heights by allowing extended CuboidRegion heights ( #1624 )
...
* Fix clipboards to allow proper heights by allowing extended CuboidRegion heights
Fixes #1534
* Add @since
* Fix javadoc comment
Co-authored-by: Alex <mc.cache@web.de>
2022-02-24 10:32:45 +01:00
NotMyFault
0a04b0b4cd
tests: Fix StubServer
2022-02-23 11:25:10 +01:00
NotMyFault
77b41e052a
Revert "build: Update dependency org.ajoberstar.grgit:grgit-gradle to v5 ( #1611 )"
...
This reverts commit cf0a21d
Apparently that doesn't integrate that seamless in all environments.
2022-02-23 11:15:01 +01:00
Alex
23b5f0cb4a
[ci skip] GitHub does now allow you to rebase PRs straight away
2022-02-21 00:52:22 +01:00
NotMyFault
f8e6feb1f2
Update upstream
...
17b9f00 Move tinyurls to ehub.to (2033)
76ec878 Allow biome commands to be used from non-player actors (2034)
2022-02-20 14:18:58 +01:00
Jordan
39081e62c9
byte cannot be used to represent height anymore ( #1618 )
...
Fixes #1593
2022-02-17 19:34:25 +01:00
Jordan
f7a0c14a1b
Correctly use getNearestSurfaceTerrainBlock in SurfaceSpline and SchemGen ( #1616 )
...
Fixes #1609
2022-02-17 19:34:07 +01:00
dordsor21
3f28a5759d
Make slope method slightly more readable in AngleMask
2022-02-16 18:18:58 +00:00
dordsor21
a40d1ccf51
Better naming for min position in HeightMap
2022-02-16 18:13:04 +00:00
dordsor21
fbe0c08c26
FAWE HeightMap constructor shouldn't be deprecated
2022-02-16 18:02:20 +00:00
dordsor21
05bd84b504
Don't crazily initialise HeightMapFilter...??
2022-02-16 17:47:43 +00:00
dordsor21
3e85369765
Make angle pattern slope a little more readable
2022-02-16 17:42:22 +00:00
renovate[bot]
cf0a21d312
build: Update dependency org.ajoberstar.grgit:grgit-gradle to v5 ( #1611 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-02-14 13:12:46 +01:00
renovate[bot]
b1a93766d3
build: Update com.plotsquared to v6.5.0 ( #1610 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-02-14 12:00:32 +01:00
Pierre Maurice Schwang
f657a80dc6
fix: set size of MappedByteBuffer accordingly ( #1608 )
2022-02-13 13:57:19 +01:00
dordsor21
de4f73997e
Implement missing methods in tests
2022-02-12 13:38:04 +00:00
Pierre Maurice Schwang
646a683f22
fix: add coordinates to tile-entity nbt component ( #1607 )
2022-02-12 13:38:37 +01:00
NotMyFault
7da993d3f1
build: Update gradle
2022-02-09 23:35:13 +01:00
renovate[bot]
7e17a5cbd1
[ci skip] build: Update release-drafter/release-drafter action to v5.18.1 ( #1603 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-02-07 10:34:27 +01:00
renovate[bot]
cf1e61c153
build: Update dependency org.checkerframework:checker-qual to v3.21.2 ( #1602 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-02-07 10:34:13 +01:00
NotMyFault
15b9b8332c
fix: Make it build again
2022-02-04 11:24:11 +01:00
NotMyFault
d80bfc7495
docs: Update wiki link
2022-02-04 11:16:23 +01:00
NotMyFault
2bb72ebfea
[ci skip] ci: Don't run actions twice
2022-01-31 21:13:44 +01:00
renovate[bot]
faa2477305
build: Update org.bstats to v3 ( #1589 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-01-31 13:00:09 +01:00
renovate[bot]
186386ce4a
build: Update dependency org.mockito:mockito-core to v4.3.1 ( #1587 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-01-31 10:29:09 +01:00
renovate[bot]
d3f8a3beb3
build: Update dependency io.papermc.paperweight.userdev:io.papermc.paperweight.userdev.gradle.plugin to v1.3.4 ( #1586 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-01-31 10:28:05 +01:00
NotMyFault
f0136460ba
Update upstream
...
ab31481 Use Chunk#getNoiseBiome instead of biome container (2025)
2022-01-30 21:18:40 +01:00
NotMyFault
38b0dcf7e4
Update upstream
...
e485433 Fix legacy error message output for WorldGuard commands (2023)
2022-01-30 19:54:50 +01:00
Jordan
178604bbb7
Only call org.bukkit.World
height methods if they're present (1.17+) ( #1551 )
...
* Only call org.bukkit.World height methods if they're present (1.17+)
* Switch to WorldEdit get height methods in GPFeature
2022-01-29 13:12:16 +01:00
Alex
4610688fcb
fix: Debugpaste on 1.17 and lower due GSON incompatibility ( #1583 )
2022-01-28 22:15:24 +01:00
NotMyFault
15076f3d93
[ci skip] docs: Update documentation for Java 17
2022-01-27 21:04:22 +01:00
NotMyFault
272920fb25
build: Back to snapshot for development
2022-01-27 16:06:40 +01:00
NotMyFault
a0b61512fb
build: Release 2.0.1
2022-01-27 15:52:23 +01:00
NotMyFault
e309cf8f3c
build: Update PlotSquared
2022-01-27 15:30:18 +01:00
renovate[bot]
0f524e665b
[ci skip] build: Update dependency org.mockito:mockito-core to v4.3.0 ( #1563 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-01-24 16:14:07 +01:00
Alex
e8f72d6521
fix: Deduplicate error messages ( #1557 )
...
Fixes https://github.com/IntellectualSites/FastAsyncWorldEdit/issues/1535
2022-01-24 12:52:33 +01:00
renovate[bot]
c461674402
build: Update release-drafter/release-drafter action to v5.17.6 ( #1562 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-01-24 11:05:47 +01:00
ahdg
806ca62485
fix: GriefDefender filter ( #1546 )
...
* Fix: GriefDefender filter
* Update libs.versions.toml
* Now it only work with 2.1.0.
2022-01-23 18:29:01 +01:00
Alex
016b4ba81d
fix: Unify superpickaxe behavior ( #1553 )
...
Fixes https://github.com/IntellectualSites/FastAsyncWorldEdit/issues/1547
2022-01-21 14:41:24 +01:00
NotMyFault
d17e3a6555
chore: Add missing Fawe annotations to //regen
command
2022-01-19 13:58:52 +01:00
NotMyFault
4d2a34fd21
refactor: Update upstream
...
0ad3ab1 Remove extra label from bukkit command usage string.
2022-01-17 13:20:16 +01:00
renovate[bot]
96805b85b5
build: Update release-drafter/release-drafter action to v5.17.5 ( #1549 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-01-17 11:02:21 +01:00
dordsor21
d3696f91d4
Synchronise access to the PriorityQueue used for effect queuing in AbstractWorld
...
- Makes it thread-safe
2022-01-15 17:09:49 +00:00
NotMyFault
0ccae19ded
refactor: Update javaodc url
2022-01-14 15:34:04 +01:00
NotMyFault
f077ec9163
build: Back to snapshot for development
2022-01-14 14:54:37 +01:00
NotMyFault
2c4453b68f
build: Release 2.0.0
2022-01-14 13:53:59 +01:00
Jordan
6a972e7b99
Heightmaps used for brushes etc. should be normalised to zero. ( #1522 )
...
* Heightmaps used for brushes etc. should be normalised to zero.
Fixes #1508
* chars are unsigned
* Add scale paramer to javadoc
2022-01-14 10:49:23 +01:00
Alex
9e40b972b1
refactor: Put Fawe version information at debugpaste to ( #1533 )
2022-01-12 01:22:24 +01:00