WorldEdit/worldedit-libs
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
..
bukkit Fix misalignment of libs dependencies 2020-03-25 00:51:56 -07:00
cli feature(cli): Added a CLI version of WorldEdit, and allowed most commands to be run from console (#508) 2019-08-25 19:58:28 +10:00
core Re-write root and libs to Kotlin DSL 2019-07-12 13:49:45 -07:00
fabric Re-write root and libs to Kotlin DSL 2019-07-12 13:49:45 -07:00
forge Re-write root and libs to Kotlin DSL 2019-07-12 13:49:45 -07:00
sponge Update worldedit-sponge to API 8 (#1771) 2022-01-29 18:02:42 +00:00
build.gradle.kts CRLF -> LF 2020-07-07 20:38:57 -07:00
README.md Re-write root and libs to Kotlin DSL 2019-07-12 13:49:45 -07:00

This project shades API libraries, i.e. those libraries whose classes are publicly referenced from -core classes.

This project does not shade implementation libraries, i.e. those libraries whose classes are internally depended on.

This is because the main reason for shading those libraries is for their internal usage in each platform, not because we need them available to dependents of -core to compile and work with WorldEdit's API.