Search results

  1. L

    Question enablePlugin(plugin) gives error.

    As the title suggests, Bukkit.getPluginManager().enablePlugin(plugin); returns an error that i am trying to overlap plugin identifiers. Is there any way to bypass this? @Override public void load(Plugin plugin) { File file = Utilities.getPluginJarFile(plugin.getName()); Plugin target = null...