- Supported Minecraft Versions
- 1.17
Basic Skript made in 5 minutes for smelting,
How to add more? [Advance!]
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!
How to add more? [Advance!]
1st. Add one to the list in syn on options
2nd. copy this:
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!
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
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!
THIS IS NOT SUPPOSED TO BE A GOOD SCRIPT. THIS WAS MADE IN 5 MINUTES SO DO NOT COMPLAIN IF ITS BAD! Thank you!