help with "portable" crafting table

Discussion in 'Plugin Development' started by MrGiGimz, Sep 1, 2013.

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

    MrGiGimz

    Helllo folks. So I was wondering if anyone could tell me what I need to do if a player types /craftingtable a gui of a crafting table would come up. I have no code. Anything will help!
     
  2. Offline

    Avery246813579

    Its would go something like this:
    Code:
    Location l = player.getLocation();
    player.openWorkbench(Location, true);
    MrGiGimz

    Also this might help you too.



    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jun 4, 2016
  3. Offline

    xTrollxDudex

    MrGiGimz
    Use Bukkit.createInventory(Player, InvnetoryType) and openInventory(...)
     
Thread Status:
Not open for further replies.

Share This Page