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!

  2. LOOKING FOR A VERSION OF SKRIPT?

    You can always check out our Wiki for downloads and any other information about Skript!

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

Custom crafting recipe

Discussion in 'Skript' started by Philotastisch, Nov 11, 2019.

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

    Philotastisch Member

    Joined:
    Sep 25, 2019
    Messages:
    45
    Likes Received:
    0
    Hi,I want to script an object that is in Hypixel SkyBlock (golem armor). Unfortunately, I do not know how to do it, that you can only craft the item once you have reached the required "iron level".Is it possible to ask script for a player's Iron Level with a variable, for example
    Code (Text):
    1. on crafting:
    2.      if {ironlevel.%Player%} is greater than 5:
    3.           (Add crafting recipe)
    4.      if {ironleve.%Player%} is less than 5:
    5.           stop
    and if you do not have that level you can not CRAFT? Because custom crafting recipes are loaded when the script has been loaded or not?Can someone help me please?Thank you very much.Sorry for my bad English.
     
Thread Status:
Not open for further replies.

Share This Page

Loading...