[Solved]

Discussion in 'Plugin Development' started by Butkicker12, Sep 28, 2011.

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

    Butkicker12

    This error is quite odd. It says " Syntax error on token ";", Expression expected after this token"
    after World w = p.getWorld(); So I deleted it. Then the variable above this had the same error as before. Which is Server s = p.getServer();

    [​IMG]
     
  2. Offline

    Feed_Dante

    The problem is with [MinecartToolbox]
    Thats not a valid expression. The '[' and ']' are special characters, you can't use then like that.

    You could do MinecartToolbox[] if MinecartToolbox was an array (Though you'd still need to precede it with a type).
     
  3. Offline

    Butkicker12

    It not supposed to be a array. Ill fix this
     
Thread Status:
Not open for further replies.

Share This Page