• 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!

Supported Minecraft Versions
  1. 1.17
Basic Skript made in 5 minutes for smelting,
How to add more? [Advance!]
1st. Add one to the list in syn on options
2nd. copy this:
Code:
        if arg-1 is set:
            if arg-1 is "SMELT":
                if player has SMELT:
                    message "&3&lSmelting SMELT.."
                    remove 1 SMELT from player's inventory
                    wait 1 second
                    message "&3&lSmelted SMELT!"
                    give player 1 SMELT
3rd. replace SMELT with your block of choice
4th. put it in the next line of code.
5th. Go to line 26 and if you see [if arg-1 is not "cobblestone" or "iron"] add one more like this, [if arg-1 is not "cobblestone" or "iron" or "SMELT"] and replace the smelt with the block of your choice that is similar to where u put [ if arg-1 is "SMELT": ] and you are done!
DISCLAMER:
THIS IS NOT SUPPOSED TO BE A GOOD SCRIPT. THIS WAS MADE IN 5 MINUTES SO DO NOT COMPLAIN IF ITS BAD! Thank you!
Author
ForUtoo
Downloads
505
Views
505
First release
Last update
Rating
0.00 star(s) 0 ratings

More resources from ForUtoo