Need Help: error "Is this plugin up to date?"

Discussion in 'Plugin Development' started by 08jne01, Jun 16, 2012.

  1. Offline

    08jne01

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    I am making a plugin with config file and since i added the config file this error comes up when i start it and it doesn't generate the config file

    Edit: Thank you for your help the problem is sorted now!

    This post has been edited 1 time. It was last edited by 08jne01 Jun 17, 2012.
  2. Offline

    krazyswaggaO

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    LOL copyrighted.....I laughed a bit
    ZeusAllMighty11 likes this.
  3. Offline

    r0306

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    @08jne01
    Move these two lines into the actual method inside onPlayerChat() and remove the final declaration.

    Code:
    public final int Time = plugin.getConfig().getInt("BanTime");
    public final String BanType = plugin.getConfig().getString("Ban-Command_Type");

    This post has been edited 2 times. It was last edited by r0306 Jun 17, 2012.
  4. Offline

    TheGreenGamerHD

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    I don't believe he's officially posted this code in a completed 'project', nor has he officialized the code itself in another place other than a help forum.


    dat guy...made my day ;D
  5. Offline

    08jne01

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    And bw it is officially posted and thanks for the help
  6. Offline

    dxwarlock

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    I don't think anyone here would have a need to steal a few lines of "onplayerchat" code...©

    and btw don't steal my post to repost anywhere else, its copyrighted.

    This post has been edited 2 times. It was last edited by dxwarlock Jun 17, 2012.

Share This Page