Maddy Miller
3f343b6b91
Fixed worldedit-bukkit loading on Windows ( #2181 )
2022-08-28 07:33:12 -07:00
Madeline Miller
b3962d8b41
Merge branch 'version/7.2.x'
2022-08-07 17:38:06 +10:00
wizjany
e01b049265
[Bukkit] 1.19.2 DV.
...
Assuming spigot doesn't decide to randomly break things, this should work when it releases.
2022-08-05 10:17:28 -04:00
wizjany
9ef6e5bd81
MC 1.19.1 ( #2159 )
...
* [Fabric] Bump versions to 1.19.1.
No code changes needed.
* [Bukkit] Add 1.19.1 DV to 1.19 adapter.
No mapping changes. Devbundle left untouched for now.
* [Forge] Bump versions to MC 1.19.1.
2022-07-30 15:30:27 +10:00
Octavia Togami
b4ae41a4b6
Merge branch 'version/7.2.x'
2022-07-16 10:53:09 -07:00
Octavia Togami
b7301a64df
Clean up the last little bit of NBT deprecations
2022-07-16 00:51:35 -07:00
Octavia Togami
788aec55e8
Clean up java.io deprecations
2022-07-16 00:13:54 -07:00
Octavia Togami
67905ae3b1
Clean up all NBT deprecation warnings
...
except old adapters, don't want to do that if we're gonna drop them
2022-07-15 23:42:37 -07:00
Octavia Togami
298b641a8b
Make the BukkitAdapter thread-safe
2022-07-15 21:27:42 -07:00
Octavia Togami
36ab28897c
Avoid use of deprecated newInstance method
2022-07-15 18:33:58 -07:00
Octavia Togami
d1ebde0b1f
First stab at getting lin-bus integrated
2022-07-11 00:29:15 -07:00
Madeline Miller
bc9a6dd5a0
Merge branch 'version/7.2.x'
2022-06-12 15:01:33 +10:00
Octavia Togami
3433e40d51
Fix CB watchdog, fail early if it breaks
2022-06-10 17:07:24 -07:00
Octavia Togami
7df4d984ff
[Bukkit] 1.19
...
Removed 1.18, 1.18.2 is still present
2022-06-09 17:21:11 -07:00
Madeline Miller
bed2419f51
Remove legacy adapters
2022-06-04 18:17:30 +10:00
Madeline Miller
1e618e3a0d
Merge version/7.2.x into master
2022-06-04 18:12:56 +10:00
Maddy Miller
c515eb5f26
Cache properties to reduce startup memory ( #2103 )
...
* Cache properties to reduce startup memory
* Apply PR review notes
* Remove import
2022-06-04 16:30:23 +10:00
Octavia Togami
8ddd31797c
Fix fastutil on sponge ( #2099 )
...
VG excludes the wrong version, PR has been made
2022-05-22 17:02:35 +10:00
Octavia Togami
88db45b6bc
Bump paperweight + bundle to fix build
2022-04-21 19:17:56 -07:00
Octavia Togami
14ecf9320c
Bump paperweight + bundle to fix build
2022-04-21 18:40:49 -07:00
wizjany
27b2945362
Bump adapter jar.
...
https://github.com/EngineHub/worldedit-adapters/pull/31
2022-03-20 12:42:46 -04:00
wizjany
e715ccc3b4
Fix passenger entity saving and loading ( #2058 )
...
* Fix incorrect saving and subsequent loading of passenger entities in vehicles.
Originally from https://github.com/EngineHub/WorldEdit/issues/1763#issuecomment-1062429891 .
Co-authored-by: wizjany <wizjany@gmail.com>
* Port to Fabric/Forge.
Rewrite in Sponge to use EntityArchetype.
Sponge is untested because WE doesn't properly build/run on it right now apparently?
* NBT Constants.
Co-authored-by: Red_Epicness <red.epicness@icloud.com>
2022-03-18 14:33:35 +10:00
Pierre Maurice Schwang
44863cf5d8
Don't access PluginClassLoader directly ( #2045 )
2022-03-05 08:50:42 -05:00
wizjany
48d7ccc1b2
[Bukkit] 1.18.2
2022-03-04 22:03:12 -08:00
Octavia Togami
8c83ef80fa
[Bukkit] Remove nbt tricks from adapters
2022-03-04 22:03:12 -08:00
Maddy Miller
30e1601489
Apply update flag on later change ( #2037 )
...
* Apply update flag on later change
* Checkstyle
* Move entry point for UPDATE
2022-03-05 03:32:03 +00:00
wizjany
eac5b51b0f
Play dirty because bukkit classloading is bad. ( #2043 )
...
* Play dirty because bukkit classloading is bad.
Fixes #2042 .
* Make logging more Bukkit-friendly.
* Checkstyle
2022-03-02 12:20:28 -05:00
wizjany
e2ab12c375
Change the class source validator to use classloaders for detection. ( #2039 )
...
Since each plugin now has a semi-isolated classloader, checking the codesource of our classes will always give our own plugin back.
Instead, we iterate through every other plugin and ask *its* classloader to load the class. If the loaded class lives in a different classloader than our own, we know it (or someone else) has a different version.
2022-02-28 09:21:01 -05:00
Octavia Togami
ab31481e58
Use Chunk#getNoiseBiome instead of biome container ( #2025 )
...
This is just way easier, and not buggy! Fixes #2012
2022-01-30 20:02:03 +00:00
Octavia Togami
fb50324767
Update worldedit-sponge to API 8 ( #1771 )
...
* Sponge 8 work
Remove text adapter
Debugging the bugs out
* Resolve compiling for latest Sponge
* Update for latest SpongeAPI 8 snapshots
* Fixed a few issues with Sponge8 WorldEdit. Command completions are still broken.
* Resolve completions
* Bump to Sponge API 8 release
* Remove VALIDATION as a supported SideEffect on Sponge for now.
* Append Sponge API version to archive name
* Implement regeneration on Sponge; currently hangs due to a Sponge bug.
* Fixed typo
* Fix commands without permissions and version handling
* Make changes from PR comments and re-add bStats
Co-authored-by: Madeline Miller <mnmiller1@me.com>
2022-01-29 18:02:42 +00:00
wizjany
0ad3ab14d9
Remove extra label from bukkit command usage string.
...
This is never actually shown anywhere since we use our own help factory, but
apparently the bukkit api exposes it so...
2022-01-16 13:03:45 -05:00
Madeline Miller
9c44dd75d7
Default to Java 17
2021-12-21 22:22:47 +10:00
Madeline Miller
98c93d011b
Merge remote-tracking branch 'origin/version/7.2.x' into chore/merging-to-master
2021-12-21 20:16:52 +10:00
Madeline Miller
9409cc9700
Pin adapter version
2021-12-21 20:09:55 +10:00
Madeline Miller
d0ecd8da78
Merge 1.18.1 to master
2021-12-21 20:09:55 +10:00
Madeline Miller
92dfe5e44e
Bump Paperweight to allow 1.17 adapters from source
2021-12-21 19:49:48 +10:00
wizjany
20c42b51c8
Extract log4j version to Versions.kt.
...
Also bump to match underlying platform versions to resolve runtime
version mismatches.
2021-12-12 18:49:32 -05:00
wizjany
885c326cee
Bump paperweight, dev bundle.
2021-12-12 17:27:22 -05:00
wizjany
22816cffe9
Version bumps for bukkit/fabric 1.18.1
2021-12-10 08:58:42 -05:00
wizjany
5ce37d7ab2
Merge branch 'version/7.2.x' into snapshot-testing/1.18
2021-12-02 15:15:05 -05:00
wizjany
f534b61f30
Theoretically works on forge.
2021-11-30 16:01:06 -05:00
wizjany
4e3fa750ec
Missed mapping.
2021-11-30 14:59:36 -05:00
wizjany
b00e0a4cfb
Paperweight roulette.
2021-11-30 14:31:52 -05:00
wizjany
6760ad7115
Bump version numbers and stuff for 1.18 release.
2021-11-30 11:53:14 -05:00
wizjany
979b522738
Make Paperweight adapter run on 1.18rc3.
2021-11-27 13:45:30 -05:00
Octavia Togami
44d91b0c73
Shove 1.17 adapters into a jar to fix the build
2021-11-26 18:54:55 -08:00
wizjany
1aad921836
Bump paperlib dep.
...
Fixes a bug with detecting pre-release versions.
2021-11-25 11:21:15 -05:00
Octavia Togami
511daa5078
Update paperweight dev bundle
2021-11-23 17:25:28 -08:00
Octavia Togami
09bdf0a629
Merge branch 'version/7.2.x'
...
Oh god this was so awful
2021-11-20 17:23:24 -08:00
wizjany
bd87665e34
Update paperweight + userdev bundle. ( #1930 )
...
* Update paperweight + userdev bundle.
* remove unneeded config (set by userdev plugin already)
2021-11-11 20:05:43 +00:00