Advertisement
Guest User

Auto Smelt IronOre Skript

a guest
Mar 27th, 2015
36
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. #auto smelt iron ore and put the output into the players inventory
  2. on mine of iron ore:
  3. player has permissions "skript.autosmeltiron":
  4. cancel event
  5. set location of event-block to air
  6. player has space for 1 iron ingot:
  7. give player 1 iron ingot
  8. stop
  9. else:
  10. drop 1 iron ingot at the player's location
  11. else:
  12. stop
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement