From 0db349f84fa990cef1cfc2266d68543f6cddb507 Mon Sep 17 00:00:00 2001 From: Chew Date: Sun, 4 Oct 2020 23:59:38 -0500 Subject: [PATCH] Removed all setOp functionality This is in violation of SpigotMC guidelines. --- docs/gyurix/spigotlib/Config.html | 25 ----------------- docs/index-files/index-1.html | 2 -- src/main/java/gyurix/commands/Command.java | 28 ------------------- .../gyurix/commands/SpigotLibCommands.java | 3 +- src/main/java/gyurix/spigotlib/Config.java | 6 ---- src/main/resources/config.yml | 2 -- 6 files changed, 1 insertion(+), 65 deletions(-) diff --git a/docs/gyurix/spigotlib/Config.html b/docs/gyurix/spigotlib/Config.html index 48baa02..f0bfd44 100644 --- a/docs/gyurix/spigotlib/Config.html +++ b/docs/gyurix/spigotlib/Config.html @@ -149,14 +149,6 @@

Field Summary

Modifier and Type Field and Description - -static boolean -allowAllPermsForAuthor -
Allow access to every SpigotLib command for the plugins author, - so he could debug other plugins quickly without needing to ask you - for changing his perms all the time
- - static int animationApiThreads @@ -296,23 +288,6 @@

Methods inherited from class java.lang.Object