Recent content by Liparakis

  • After careful consideration and due to limited usage, we’ve made the decision to discontinue the PaperMC forums. Moving forward, we recommend using Hangar for plugin uploads, and for all other community discussions and support, please join us on Discord.
  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...