Plex-FAWE/worldedit-libs
Jesse Boyd b533408022
wip clipboard migration
2019-10-31 14:12:23 +01:00
..
bukkit fix dependencies 2019-08-26 05:45:03 +01:00
core wip clipboard migration 2019-10-31 14:12:23 +01:00
README.md Fixed a null pointer. Merged in a bunch of CLI stuff. 2019-09-02 15:22:43 -04:00
build.gradle.kts fix dependencies 2019-08-26 05:45:03 +01:00

README.md

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.