crafting table

  • Welcome to skUnity!

    Welcome to skUnity! This is a forum where members of the Skript community can communicate and interact. Skript Resource Creators can post their Resources for all to see and use.

    If you haven't done so already, feel free to join our official Discord server to expand your level of interaction with the comminuty!

    Now, what are you waiting for? Join the community now!

  1. A

    Solved Crafting table with custom name

    I'm creating a script where I would like to give a crafting table a custom name (In the GUI) and I can't seem to make it work. Any suggestions? (P.S. In older version you could just give a crafting table a name but in 1.16 I can't make it work) This is my solution so far, but I'm not quite...
  2. G

    Custom Crafting Altar

    Hey, I need help figuring out how to do a custom crafting table GUI. I have done most of it but I need help with how to make a recipe. Here is the code: https://pastebin.com/DivS6GTh I would like to know how to test for an item in a slot and if the item is there show an item in the output...
  3. P

    Solved Why this code don't works with the furnace and the chest?

    Skript Version: 2.2 V8B Minecraft Version:1.8.8 --- Full Code: On place: if player is holding block: if player do not have the permission "Mars.build": if block above is air: cancel event else if block above is slab:7: if...