Useful plugin but after a lot of tests on my 1.20.4 papermc server, i found that BULPearl was blocking the endermites spawning so i needed to remove it, maybe the dev can fix it ?
BulPearl essentially adds a cooldown to the enderpearl item and has no relation with Endermites or any other mobs, I've tested running a server with BulPearl and endermites (along with other mobs) spawn without any issues). Additionally, this section is not for reporting bugs, so it's hard to understand how your problem occured, join discord.
Version: 2.3.0
I decompiled this plugin (seemed to be allowed by the author) and checked the code for any viruses. Personally, I didn't get any anti-virus warnings and nor did I find any viruses myself. If you're willing to use this plugin and unsure, I would say this plugin is around 90% safe. The project structure is a mess, although not harmful, it is quite annoying to see and I have a small suspicion that some parts of the code might be skidded.
Regardless though, the resource looks relatively safe and cool. I advice to the author to tidy up their code and possibly opensource this plugin to clear any doubts.
You're completely stupid, it's not possible. The plugin is not OBF you can check the code yourself
Version: 2.0.0
[19:21:18] [Server thread/ERROR]: Could not load 'plugins\BULPearl.jar' in folder 'plugins'
org.bukkit.plugin.InvalidPluginException: java.lang.UnsupportedClassVersionError: tr/alihaine/bulpearl/Main has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0
at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:133) ~[SERVER.jar:]
at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:331) ~[SERVER.jar:]
at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:254) [SERVER.jar:]
at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugins(CraftServer.java:293) [SERVER.jar:]
at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:202) [SERVER.jar:]
at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:549) [SERVER.jar:]
at java.lang.Thread.run(Unknown Source) [?:1.8.0_291]
Caused by: java.lang.UnsupportedClassVersionError: tr/alihaine/bulpearl/Main has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0
at java.lang.ClassLoader.defineClass1(Native Method) ~[?:1.8.0_291]
at java.lang.ClassLoader.defineClass(Unknown Source) ~[?:1.8.0_291]
at java.security.SecureClassLoader.defineClass(Unknown Source) ~[?:1.8.0_291]
at java.net.URLClassLoader.defineClass(Unknown Source) ~[?:1.8.0_291]
at java.net.URLClassLoader.access$100(Unknown Source) ~[?:1.8.0_291]
at java.net.URLClassLoader$1.run(Unknown Source) ~[?:1.8.0_291]
at java.net.URLClassLoader$1.run(Unknown Source) ~[?:1.8.0_291]
at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_291]
at java.net.URLClassLoader.findClass(Unknown Source) ~[?:1.8.0_291]
at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:102) ~[SERVER.jar:]
at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:87) ~[SERVER.jar:]
at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_291]
at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_291]
at java.lang.Class.forName0(Native Method) ~[?:1.8.0_291]
at java.lang.Class.forName(Unknown Source) ~[?:1.8.0_291]
at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:65) ~[SERVER.jar:]
at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:129) ~[SERVER.jar:]
... 6 more