Solved NullPointerExpection

Discussion in 'Plugin Development' started by gban, Oct 7, 2018.

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

    gban

    My line
    Code:
    getCommand("configreload").setExecutor(new ReloadConfigCommand(this));
    Is getting a NullPointerExpection and I can't see why
     
  2. Offline

    timtower Administrator Administrator Moderator

    @gban Did you register that command in the plugin.yml?
     
  3. Offline

    Zombie_Striker

    @gban
    Do you have the command "/configreload" registered in the plugin.yml?
     
  4. Offline

    gban

    Yes
     
  5. As far as I know, your code should work.

    So could you post your entire main class (the one that extends JavaPlugin) and your plugin.yml?
     
Thread Status:
Not open for further replies.

Share This Page