Commit Graph

3848 Commits

Author SHA1 Message Date
Joo200
94565356fd
Add worldedit runtime environment to increase yaml alias limit (#2395)
This can be set by -Dworldedit.yaml.aliasLimit=XXX in the startup parameter
2023-09-14 20:07:11 +10:00
Yeregorix
5b4322e53a
Fix left click on air being ignored and right click on block being handled twice (#2153)
* Fix left click on air being ignored and right click on block being handled twice

* Factorize debouncing and cache event result

* Fix ForgePlatform#server being always null
2023-09-14 19:09:27 +10:00
Madeline Miller
18cc29a26f
Update NBT for Spawner to reliably work for initial entity spawn. Fixes https://github.com/EngineHub/WorldEdit/issues/2388 2023-08-24 21:10:18 +10:00
Madeline Miller
8af61f1c29
Update gradle plugins to attempt to improve build speeds
Appears this issue might be the main underlying cause, https://github.com/PaperMC/paperweight/issues/199, which this doesn't address
2023-08-16 17:56:12 +10:00
Madeline Miller
d77f2b4662
Update bundled language distribution 2023-07-22 17:01:45 +10:00
Madeline Miller
5d03b1e682
Update test permissible for latest API 2023-07-16 20:10:36 +10:00
TomyLobo
1514661d72
Merge pull request #2360 from EngineHub/improve-error-behaviour
Improve error behaviour of //generate
2023-07-15 00:24:31 +02:00
TomyLobo
cce2111c64
Improve error behaviour of //generate
Now it has the same error behaviour as //deform.
2023-07-14 23:49:39 +02:00
Madeline Miller
93e413c613
Fix test compile error due to Spigot mid-version API break 2023-07-02 20:55:16 +10:00
Madeline Miller
e90014db0e
Back to SNAPSHOT for continued development 2023-06-14 18:52:26 +10:00
Madeline Miller
5ca4dffd12
Release 7.2.15 2023-06-14 18:52:00 +10:00
Jordan
4892e056cf
feat: implement recently-added tree types to tree generator (#2332)
* feat: implement recently-added tree types to tree generator

* fix: add mappings to implementation worlds

* Use later API version to fix tests

---------

Co-authored-by: Madeline Miller <mnmiller1@me.com>
2023-06-14 18:47:19 +10:00
Maddy Miller
1f22906aca [Bukkit] Add 1.20.1 support to adapter 2023-06-13 00:25:28 +10:00
Madeline Miller
c5188212b5
Fixed setting sign text on 1.20 2023-06-09 23:09:43 +10:00
Maddy Miller
40a203c3d2
Add Console/CommandBlock support to Fabric/Forge/Sponge (#2317)
* Add Console/CommandBlock support to Fabric/Forge

* Hoist config option and add a common abstract class for command block actors

* Apply to Sponge too
2023-06-09 21:21:40 +10:00
Octavia Togami
bb15dbcbc9 [Sponge] Stop trying to shade fastutil
It's just not necessary anymore, the versions match
2023-06-09 20:16:41 +10:00
wizjany
91c9786e27 Bump snakeyaml to match spigot, use default ctors. 2023-06-09 20:16:41 +10:00
Madeline Miller
066a7abf7f [Bukkit] 1.20 2023-06-09 20:16:41 +10:00
Madeline Miller
bb5fcce268 [Sponge] 1.20 2023-06-09 20:16:41 +10:00
Octavia Togami
4f75106857 [Forge] 1.20 2023-06-09 20:16:41 +10:00
Octavia Togami
a7ae8a9622 [Fabric] 1.20 + Loom 1.2 2023-06-09 20:16:41 +10:00
Madeline Miller
48d2195fe7 [Fabric] 1.20-rc1
Add MCUtils data

pre7

rc1
2023-06-09 20:16:41 +10:00
Lignium
716ce64194
Update WorldEdit for Sponge to API 9 (1.18.2) (#2217)
* Update WorldEdit for Sponge to API 9 (1.18.2)

* Fix SpongeTransmogrifier, switch to use native Property API

* Minor style fixes
2023-06-08 21:15:59 +10:00
Octavia Togami
9667101730
Upgrade many items, Gradle 8.1.1 (#2329)
* Upgrade many items, Gradle 8.1.1

* Bump to codecov snapshot

* Use the release of the codecov plugin

---------

Co-authored-by: Madeline Miller <mnmiller1@me.com>
2023-06-04 05:40:08 +00:00
Madeline Miller
bd9af40e83
Add regression tests to the round Expression function 2023-05-21 15:09:38 +10:00
Madeline Miller
237ebc1016
Ensure non-Double types are boxed in expression function calls. Fixes #2315 2023-05-21 15:03:30 +10:00
wizjany
abc8c1f256
Add -Penginehub.obf.none=true gradle property to build mojmap worldedit-bukkit. (#2316)
This simply takes the -dev adapter jars instead of the obfuscated ones, creating otherwise the exact same worldedit-bukkit jar. This jar can be used on mojmap paper servers.

Closes #1929.
2023-05-16 17:05:30 -04:00
Maddy Miller
b8b89267c1
Ensure blockmap uniqueness across TE values (#2304) 2023-05-13 16:18:47 +10:00
zml
d320dafc2b
fix(core): Properly reinit convex CUI selection on primary click (#2313)
Fixes #2312
2023-05-13 16:15:42 +10:00
Madeline Miller
88851b0cc2
Update to Gradle 7.6 and resolve deprecation issues in buildscript 2023-04-13 22:42:47 +10:00
TomyLobo
1899fa3b8f Keep extending cuboid selector after //cli selectworld 2023-04-12 14:23:33 +10:00
TomyLobo
ba94660e27 Keep extending cuboid selector after //paste -s/n 2023-04-12 14:23:33 +10:00
Redstone_Dubstep
93c0d3644e
[Forge] Fixed clients without WorldEdit not being able to join servers with WorldEdit installed (#2288) 2023-03-26 09:14:24 -04:00
Madeline Miller
de453b9d73
Back to SNAPSHOT for continued development 2023-03-19 15:37:51 +10:00
Madeline Miller
094b734281
Release 7.2.14 2023-03-19 15:15:25 +10:00
JOO200
d4556dfea2
Add method to check initialize state in PlatformManager, deny access to registries when uninitialized (#2237)
* Add initialize method to PlatformManager, modify UnitTest

* Prevent too early access to registries

Check for worldedit init state in Registry

* review: changed the error message to a generic message

Co-authored-by: Octavia Togami <octavia.togami@gmail.com>

---------

Co-authored-by: Octavia Togami <octavia.togami@gmail.com>
2023-03-19 15:13:54 +10:00
JOO200
38d2ff134a bukkit: add adapter for bukkit 1.19.4 (#2281)
* bukkit: add adapter for bukkit 1.19.4

* added missing reobf mapping to 1.19.4 adapter

* Drop unused comments
2023-03-18 14:37:33 +10:00
Madeline Miller
16a2cc951f Update Forge for 1.19.4, and bump Fabric to final 1.19.4 release 2023-03-18 14:37:33 +10:00
Madeline Miller
7481995eca Update Fabric to 1.19.4-pre1
Update Fabric WorldEdit to 1.19.4-pre1

Update to 1.19.4-pre3

Update to 1.19.4-rc1

Update to RC2
2023-03-18 14:37:33 +10:00
TomyLobo
e6c882806c
Merge pull request #2277 from EngineHub/expression-query-full-blockstate
Fix data values returned by the query functions in the expression language
2023-03-09 05:56:40 +01:00
TomyLobo
b5b9c6ab86 Fix data values returned by the query functions in the expression language 2023-03-09 05:34:02 +01:00
Madeline Miller
f6646aaab1
Update to the new Paper maven repo 2023-03-05 16:52:44 +10:00
Octavia Togami
ab79341a5e
Merge pull request #2253 from Brokkonaut/bukkit-custombiomes
Allow custom biomes in bukkit
2023-02-20 16:03:36 -08:00
Brokkonaut
6bbcf74655 Allow custom biomes in bukkit 2023-02-11 04:41:16 +01:00
Madeline Miller
474c191c4c
Use the connection field on 1.19->1.19.3 rather than networkManager 2022-12-27 22:35:58 +10:00
Lignium
b2475c7ca4
Fix some exceptions from SpongeWorld (#2218)
* Fix exception when calling SpongeWorld#setBlock with present block entity

* Fix missing block entity metadata in SpongeWorld#getFullBlock
2022-12-27 21:49:15 +10:00
Madeline Miller
882c3dd8ee
Back to SNAPSHOT for continued development 2022-12-11 15:11:07 +10:00
Madeline Miller
46576cc533
Release 7.2.13 2022-12-11 15:01:25 +10:00
Madeline Miller
2e86f0512f Paper 1.19.3 (Untested due to IntelliJ indexing) 2022-12-09 21:27:00 +10:00
Madeline Miller
ec85dd5ab2 1.19.3 final release & also Forge 2022-12-09 21:27:00 +10:00