Open Vulcano771 opened 7 months ago
I dont even use that Plugin
Replicated, attached jar files of plugins needed to replicate. Seems to be due to the main plugin class of ShopChests having methods returning classes from softdepends, so when reflect tries to loop over all the methods, it can't resolve the missing softdepends and errors out.
code:
command /l:
trigger:
set {_cmd} to Bukkit.getCommandMap().getCommand("shop")
broadcast "%try {_cmd}.getPlugin().getName()%"
When removing the comment (->
set {_plugin} to try {_plugin}.getName()
) it stops saying6 - ...
removing the try ... doesnt help eitherhttps://github.com/SkriptLang/skript-reflect/issues/98
I now tested that again and got a new "error":