Merge branch 'version/7.3.x' (305f0cb3 by mnmiller1)
Changes /curve /line thickness param from int to double (#2623) (4e7abf56 by harvestminer)
Re-enable buffering
This is required for masks to work properly. (d3c59b10 by octavia.togami)
Add property-based testing for SideEffectSet (c61b273f by octavia.togami)
Fix SideEffectSet inconsistencies, improve perf
The `apply` term was inconsistent in this API, but should have always
been the same. This makes the "set" actually store the state of the
given effect, even if it's the default, and therefore consistent. (e54a6832 by octavia.togami)
retrieve BlockEntities tag in v3 schematics optionally (cfd9eeab by mail)
Apply review suggestion (8a3df24a by octavia.togami)
Merge branch 'version/7.3.x' (6f210ad3 by mnmiller1)
[Bukkit] Allow 1.21 Paper adapter to load on 1.21.1 (3e6708a6 by mnmiller1)
Revert "Shutdown executor service on disable (#2570)"
This does not work as this breaks moving between SP servers. Fixes #2586
This reverts commit 84ad34c36f404498f8cc07ac744f1af22d12cf59. (350dfa10 by octavia.togami)
Move //update to RegionCommands from GeneralCommands (#2590) (c1d0494f by mnmiller1)
Back to SNAPSHOT for continued development (6b68ff99 by mnmiller1)
Merge branch 'version/7.3.x' (eac445df by mnmiller1)
Fix structure block CUI resetting selections cross-world. (#2561)
Previously, if a world override was active (e.g. via //world), createStructureBlock would always attempt to check the player (entity) world rather than their selection world. This led to the selection getting reset immediately. Now, we first check if there's anything to render (i.e. if the selection is in the current world) before attempting to get the selection from the player's session. (3adba9f2 by wizjany)
Use published version of lin-bus (203236d2 by octavia.togami)
Also run stale bot on issue activity (63b06eb6 by octavia.togami)
Merge pull request #2557 from EngineHub/ot/debt/lets-go-live-to-the-action
Do some maintence on our workflows (fb987c02 by octavia.togami)
Remove CodeQL workflow
This has only ever added busywork, never found any problems. It doesn't
support filtering generated code and breaks sometimes. (09942de9 by octavia.togami)
Move stale to workflow (d7847168 by octavia.togami)