mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-08-05 09:08:46 +00:00
Fixed a null pointer. Merged in a bunch of CLI stuff.
This commit is contained in:
9
worldedit-libs/README.md
Normal file
9
worldedit-libs/README.md
Normal file
@@ -0,0 +1,9 @@
|
||||
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.
|
Reference in New Issue
Block a user