
Hello! I'd like to share with you my amazing discovery!
I created a PDF file for your offline viewing pleasure so you can crack your plugins at your convenience.
Please read carefully. I hope you find it useful! If you do not understand or have issues just PM me I'll try to help or just do it for you.
PLEASE LIKE! IF YOU DONT I WILL NOT GIVE YOU SUPPORT
I will update this if there's anything that needs fixing, dumbing down, or add a new method.
Here's a new method I found in finding where the piracy is.
The antipiracy method will ALWAYS BE CALLED "loadconfig0"
if your plugin is disabled because of piracy, look in your console. this is what it said for me for advanced anti cheat
INFO at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321) ~[spigot.jar:git-Spigot-6c9b0a1-de5c261]
INFO at me.konsolas.aac.AAC.onEnable(AAC.java) ~[?:?]
INFO at me.konsolas.aac.AAC.loadConfig0(AAC.java) ~[?:?]
INFO java.lang.RuntimeException: Access to this plugin has been disabled due to piracy! Please contact SpigotMC!
as you see, the main class (AAC) called the method onEnable to call loadConfig0. THAT'S WHERE YOUR ANTIPIRACY IS! YOU CAN FIND IT THERE!
INFO at me.konsolas.aac.AAC.onEnable(AAC.java) ~[?:?]
INFO at me.konsolas.aac.AAC.loadConfig0(AAC.java) ~[?:?]
INFO java.lang.RuntimeException: Access to this plugin has been disabled due to piracy! Please contact SpigotMC!
as you see, the main class (AAC) called the method onEnable to call loadConfig0. THAT'S WHERE YOUR ANTIPIRACY IS! YOU CAN FIND IT THERE!
quick heads up: Maximvdw's plugins (featherboard, animatedmotd, etc) are very hard to crack, however not impossible! i found out how his antipiracy works but there's a lot to remove