1. 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!

Dismiss Notice
This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

Script Craft Manager 1.1

A simple craft manager / recipe creator

  1. TPGamesNL
    Supported Minecraft Versions:
    • 1.13
    About this script:
    This script adds support for simple custom recipes to your scripts.

    How simple is this?
    All you have to do to make a custom recipe is this (example):
    Code (Text):
    1. on load: # Doesn't have to be in a load event
    2.     register shaped recipe with (gold ore, gold ore, gold ore, gold ore, coal, gold ore, gold ore, gold ore, gold ore) and result 8 gold ingot with id "fastgold"
    Result:
    [​IMG]

    How to use:
    Create shaped recipe:
    Code (Text):
    1. register [new] shaped recipe with [items] %items% [(and|with)] result %item% [(and|with)] id %string%
    2. create [new] shaped recipe with [items] %items% [(and|with)] result %item% [(and|with)] id %string%
    Create shapeless recipe:
    Code (Text):
    1. register [new] shapeless recipe with [items] %items% [(and|with)] result %item% [(and|with)] id %string%
    2. create [new] shapeless recipe with [items] %items% [(and|with)] result %item% [(and|with)] id %string%
    Delete all custom recipes:
    Code (Text):
    1. delete [all] custom recipes
    2. remove [all] custom recipes

    Requirements:
    - skript-mirror
    - Skript (at least 2.2-dev36)

    DIS SCRIPT NO WORK:
    If the script doesn't work, contact me on Discord: TPGamesNL#0880.
    You can also PM me on the forums if you prefer that.
    If you have any other questions/suggestions, feel free to ask, I'd like to help you.
    If you want me to make a script for you, contact me.

    Images

    1. gif.gif

Recent Updates

  1. ID support