Anteks12345

Przenośny piec

Mar 2nd, 2014
166
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.35 KB | None | 0 0
  1. command /ustaw:
  2.     trigger:
  3.         if target block is furnace:
  4.             set {piec.%player%} to the target block
  5.             send "&aPiec ustawiony!"
  6.         else:
  7.             send "&cMozesz ustawic tylko piec!"
  8. command /przepal:
  9.     trigger:
  10.         if {piec.%player%} is set:
  11.             open {piec.%player%} to the player
  12.             send "&aOtwarto"
  13.         else:
  14.             send "&cNajpierw ustaw piec komeda /ustaw!"
Advertisement
Add Comment
Please, Sign In to add comment