Commit Graph

6371 Commits

Author SHA1 Message Date
f5a5eae1a3 Back to snapshot for development 2023-08-26 17:34:37 +02:00
4def201daa Adapt new test methods 2023-08-26 17:13:24 +02:00
6f9c3c3e01 Update dependency org.mockito:mockito-core to v5.5.0 (#2409)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-08-24 10:20:19 +02:00
8efb1aa533 Update dependency gradle to v8.3 (#2408)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-08-24 10:20:09 +02:00
561a1d64ee Update plotsquared to v7.0.0 (#2407)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-08-24 10:19:29 +02:00
fe33be5795 Update userdev 2023-08-18 13:40:16 +02:00
a088e6a96b Remove the Bukkit legacy data folder migration code from 11 years ago (#2383)
(cherry picked from commit EngineHub/WorldEdit@7f81aad028)
2023-08-10 19:10:04 -04:00
acb79469fb [ci skip] Update towny 2023-08-09 20:59:27 +02:00
7b3c674e1c [ci skip] Ignore snakeyaml updates 2023-08-09 20:56:15 +02:00
a3e855882c [ci skip] Ignore snakeyaml updates 2023-08-09 20:54:46 +02:00
e81980651e Cleanup dependencies 2023-08-09 20:52:18 +02:00
50e45f07f0 fix: Do not tab complete if command not owned by FAWE (#2386) 2023-08-02 14:08:58 +02:00
a6f1c6ac82 Update dependency com.palmergames.bukkit.towny:towny to v0.99.5.7 (#2390)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-08-02 14:07:35 +02:00
4ca0a95e18 Update dependency com.sk89q.worldguard:worldguard-bukkit to v7.0.9 (#2391)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-08-02 14:07:27 +02:00
0dbc0db43f Update plugin com.modrinth.minotaur to v2.8.3 (#2392)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-08-02 14:07:19 +02:00
9ae04b8d40 Update v7 notification 2023-07-31 11:44:14 +02:00
d42854845a fix: disallowed regions can be length 0 (#2368) 2023-07-27 11:02:41 +02:00
8b39e41a1a fix: don't warn on release build (#2369) 2023-07-27 10:59:11 +02:00
48be6ac94b fix: processorExtent can be null when setting masks too
- fixes #2379
2023-07-22 17:44:05 +01:00
2f6de996e3 fix: processorExtent can be null in editsession
- fixes #2375
2023-07-22 13:14:01 +01:00
006ccd6887 Back to snapshot for development 2023-07-22 12:44:37 +02:00
37bfe426bc Release 2.7.0 2023-07-22 12:27:54 +02:00
f58f00e97f Update plugin com.modrinth.minotaur to v2.8.2 (#2374)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-07-22 12:21:08 +02:00
34a98a03c1 Update dependency gradle to v8.2.1 (#2373)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-07-22 10:02:22 +00:00
c91b477e29 Update PlotSquared integration to v7 (#2075)
Co-authored-by: dordsor21 <dordsor21@gmail.com>
2023-07-22 12:01:33 +02:00
4bdcf9a510 Update dependency com.palmergames.bukkit.towny:towny to v0.99.5.4 (#2372)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-07-22 10:00:15 +00:00
9543adc776 Implement async notify queue that submits to a KeyQueuedExecutorService (#2334) 2023-07-20 17:58:01 +02:00
18df87a4e8 feat: implement a new "type swap" pattern (#2346) 2023-07-20 17:57:48 +02:00
0a8a479214 fix: do not clash ChunkHolder recycling with processors that extend outside the chunk (#2353) 2023-07-20 17:57:29 +02:00
fe1859e9d2 fix: do not retain clipboards that completed exceptionally (#2358) 2023-07-20 17:56:30 +02:00
f65c4743bd fix: make IdMask thread-safe (#2361) 2023-07-20 17:56:11 +02:00
cdd546ee5e fix: correct NBT for spawners (#2362) 2023-07-20 17:55:59 +02:00
5167073326 fix: regions not trimming Y correctly when restricted (#2363) 2023-07-17 21:47:47 +01:00
e0507e6440 Added cone generation command (#2251)
* Added cone generation command

* Fix formatting problems

---------

Co-authored-by: Madeline Miller <mnmiller1@me.com>
2023-07-15 21:18:09 +01:00
b1e0ad4ef7 feat: re-submit chunk load request after 10s after checking world is loaded (#2339)
- #2332 makes it seem like paper forgets to load a chunk sometimes
 - resubmit chunk load request after a second to attempt to counter this
2023-07-15 16:41:04 +01:00
e6b1308590 feat: synchronise disk clipboard loading and deletion to clipboardLock (#2342)
- another possible help towards the OverlappingFileLockException
2023-07-15 16:40:52 +01:00
f4da4b0287 fix: fix adding/getting masks to/from MaskExtent when it is a processor (#2351)
- fixes #2350
2023-07-15 16:40:29 +01:00
8da530ee80 gracefully handle error in EntityInBlockRemovingProcessor
-  ensures edit continues on chunk correctly
2023-07-15 12:27:33 +01:00
1745c50878 Improve error behaviour of //generate 2023-07-15 09:26:00 +02:00
a680c7ce97 fix: fix #2352 2023-07-13 17:08:18 +01:00
0a19f643b6 fix #2349 2023-07-11 16:39:53 +01:00
c0e20a6fe5 feat: provide some information upon OverlappingFileLockException (#2341) 2023-07-10 23:16:05 +02:00
1f29ab3b79 fix: fix command brush (#2347) 2023-07-10 22:04:33 +01:00
685248d8de chore: deprecate some methods that ought to be removed (#2340) 2023-07-09 15:16:30 +01:00
68eb4e214a refactor: use HttpClient for update check (#2331) 2023-07-08 18:41:20 +01:00
90587e56fc Deprecate support for 1.16.5 (#2338) 2023-07-07 16:38:10 +00:00
d78092b4ca fix: ensure chunk is loaded when getting entities (#2323) 2023-07-07 18:36:12 +02:00
6fbdef5252 feat: allow bracketless '%' pattern definition (#2322) 2023-07-07 18:36:02 +02:00
f38c81aa2a fix: correctly invalidate mask after a plot is merged (#2333) 2023-07-07 18:27:10 +02:00
888683d83b fix: ignore clipboard origin when pasting to match P2 behaviour (#2336) 2023-07-07 18:23:37 +02:00