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