From 828f7a0ad0f6e0fa96f73a6d543799e58f41438b Mon Sep 17 00:00:00 2001 From: ajgeiss0702 Date: Fri, 20 Aug 2021 09:39:37 -0700 Subject: [PATCH] change lib directory structure --- .gitignore | 3 ++- libs/private/README.md | 6 ++++++ 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 libs/private/README.md diff --git a/.gitignore b/.gitignore index 3a1b678..ddb816f 100644 --- a/.gitignore +++ b/.gitignore @@ -7,4 +7,5 @@ dependency-reduced-pom.xml build .DS_Store .nosync -libs/private +libs/private/* +!libs/private/README.md diff --git a/libs/private/README.md b/libs/private/README.md new file mode 100644 index 0000000..d84eb3f --- /dev/null +++ b/libs/private/README.md @@ -0,0 +1,6 @@ +If you want to compile ajQueuePlus, you will need to put the UltraPermissions jar here. + +Either that, or remove the UltraPermissionsHook and its 1 reference + +eventually I will make a fake dependency with just the class structure so you dont have to do this, +but i havent done that yet :p \ No newline at end of file