Development Assistance 1.8 Custom Craft help

Discussion in 'Plugin Help/Development/Requests' started by 0verFull, Dec 20, 2014.

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

    0verFull

    hi,
    In my plugin when i use "shape" eclispe indicate an error.
    Eclispe indicate : The method shape(String[]) in the type ShapedRecipe is not applicable for the arguments (String, String, String)
    who know a fix ? Code.PNG
     
  2. Offline

    mrCookieSlime

    Moved to Plugin Developement (Alternatives Section).


    @0verFull
    It asks for an Array. So you need to do new String[] {<Insert your Strings>}
     
  3. Offline

    0verFull

  4. Offline

    Experminator

    Code:
    craftRum.shape(new String[] { "%*%", "%$%", "%$%" });
     
  5. Offline

    0verFull

    How do this ?
    the error : Code.PNG
    The method getItemInHand() in the type HumanEntity is not applicable for the arguments (ItemStack)
     
  6. Offline

    timtower Administrator Administrator Moderator

    @0verFull getItemInHand doesn't take arguments.
     
  7. Offline

    0verFull

    How to test the score of a player ? the equivalent of "testfor" in command block ?
     
    Last edited: Dec 21, 2014
Thread Status:
Not open for further replies.

Share This Page