[help] the constructor JavaPlugin(..........) is undefinded and PLAYER_COMMAND cannot be resolved

Discussion in 'Plugin Development' started by Relentless_x, Feb 26, 2011.

Thread Status:
Not open for further replies.
  1. Offline

    Relentless_x

  2. Offline

    LRFLEW

    remove
    Code:
        public <Class>(PluginLoader pluginLoader, Server instance, PluginDescriptionFile desc, File folder, File plugin, ClassLoader cLoader) {
            super(pluginLoader, instance, desc, folder, plugin, cLoader);
        }
    and use onCommand() (in the main class) instead of onPlayerCommands() (in your player listener class)
     
  3. Offline

    Relentless_x

    thank you kindly, I'll try it now.
     
Thread Status:
Not open for further replies.

Share This Page