crafting

  • 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. cheezburga

    Script Better Crafting 1.1

    Adds the ability to use the crafting table in the Minecraft world without needing to open the inventory. This script requires Skript (obviously), SkBee (for the display entities), and skript-reflect (for some behind the scenes recipe stuff). It was coded using versions 2.7.3, 3.0.0, and...
  2. Epo___

    [Urgent] Custom Craft Skript

    This is urgent and a bit last minute so excuse that. I need a Skript for 1.8.8 Spigot that makes a sword with a custom name. Details: ------------------------------------------------------------------------------------------ Sword Name: "&cHades Sword" Sword Enchants / Effects: +15 hearts when...
  3. I

    Skript Request: Craft or Die

    Category: Minigame-ish, pvp Suggested name: Craft or Die Spigot/Skript Version: 2.5 What I want: I will try my best to explain this minigame. It's quite interesting actually. Craft or Die [Explanation of minigame] Craft or die is a minigame where players will be transported into a random...
  4. J

    Custom crafting with modified attributes

    Skript Version: 2.5.3 Skript Addons: SkQuery Minecraft Version: 1.16.5 I am attempting - if possible - to create a custom crafting recipe in which the outputted item has a modified attribute (E.g. higher base attack damage). The code I currently have is: aliases: excalibur item =...
  5. P

    Solved Error with Shapeless Recipe

    Hey, I get a server error when I load my Skript. Skript: on load: register new shapeless recipe for sea pickle named "&eWasser Talisman" using gold ingot, gold ingot, gold ingot, gold ingot, scaffolding, gold ingot, gold ingot, gold ingot, gold ingot register new shapeless recipe for...
  6. M

    I need help with crafting

    Hello everyone! I need help with the crafting event (on craft). If the player creates an item, he must get a random item: on craft: cancel event give (random item out of all items) to player But when I cancel the event, the item will stay in the crafting table. And when I don't cancel the...
  7. G

    Problem with skQuery custom craftings

    Hey, i made this custom crafting recipe but when i put items into crafting nothing happens. I fuger that recipe isnt working only if i set dyes as an ingredients. I have no console or skript errors on skript load: register new shapeless recipe for red dye using Light Gray Dye, Magenta Dye...
  8. M

    skwaze not working

    hi im trying to use the skwaze addon for crafting but it says "Can't understand this condition/effect:" and then the code below I also tried it with Waze at the beginning register new recipe for glass bottle with wheat, wheat, wheat,stick
  9. Selvati

    Solved Limit the Number of Custom Crafting Recipe Uses?

    I would like to know if anyone is aware of any methods to limit each player to only be able to use custom crafting recipes registered with skript a certain number of times, example, you make a custom recipe for bedrock, each player can craft it 3 times. Any suggestions?
  10. Selvati

    Custom Trade/Craft GUI [Please Click]

    I come to the skUnity community today asking for help on how to implement a custom trading / crafting gui into the game using skript and its addons. The Idea: Using skript and addons I would want to open a gui / inventory to a player, and be able to format certain slots, and allow the player to...
  11. S

    Registering an enchanted tool recipe

    How would I call for an enchanted tool recipe when registering one? Ex: register new crafting recipe for iron pickaxe of efficiency 3 with (input here). bump bump