format slot 27 of player with Red Stained Glass Pane named "&6&l < Poprzednia Strona " with lore "&8|| &7Tutaj Powrot na &8||" and "&8|| &7I Poprzednia Strone &7! &8||" to close then run [make player execute command "/dodatki1"]
sprobuj tego
mam taki problem z durability miecza do customowego craftingu
tutaj ss jak to wygląda:
http://prntscr.com/qpki7l cały miecz
http://prntscr.com/qpkid8 lekko zniszczony miecz
próbowałem zablokować zaklęcie szczęszcia ze stołu do enchantu ale wyskakuje mi error w 2 linijce "loop all enchantment offers:"
tutaj kod:
on prepare enchant:
loop all enchantment offers:
enchantment of offer loop-value is fortune 1, fortune 2, fortune 3 or infinity:
delete enchantment of offer loop-value
Witam probowalem zrobic limiter na craftowanie itemu ale gdy craftuje i klikne shift to liczy jakbym zcraftowal tylko 1
tutaj kod:
on craft of iron shovel:
if {craft.shovel.%player%} = 3:
cancel event
send "&cu cant craft any more shovels."
stop
add 1 to {craft.shovel.%player%}
send "&aSuccessfully crafted shovel."
nie wiem jak to zrobic
on craft of iron shovel:
if {craft.shovel.%player%} = 3:
cancel event
send "&cu cant craft any more shovels."
stop
add 1 to {craft.shovel.%player%}
send "&aSuccessfully crafted shovel."
mam taki problem ze jak probuje ustawic particle na "heart" to mi wyskakuje error a jak zmienie na np: smoke to dziala normalnie i nie ma errora.
tutaj screenshot: http://prntscr.com/pyg5tm
a tutaj kod: