SarpE
Kızıltaş Madencisi
- En iyi cevaplar
- 1
Selam ben oyuncunu chest açtığında ona item eklemek istiyorum aldığım hata hep şu
20 iron can't be added to slot because the formem is neither an item type nor an item stack
10 gold can't be added to slot because the formem is neither an item type nor an item stack
1 diamond can't be added to slot because the formem is neither an item type nor an item stack
Yardım için şimdiden teşekkürler.
Bunu denedim olmadı
Bunu denedim buda olmadı
Bunu denedim buda olmadı 
20 iron can't be added to slot because the formem is neither an item type nor an item stack
10 gold can't be added to slot because the formem is neither an item type nor an item stack
1 diamond can't be added to slot because the formem is neither an item type nor an item stack
Yardım için şimdiden teşekkürler.
Bunu denedim olmadı
PHP:
on rightclick on chest:
wait 10 ticks
if {loot%player%} is less than 5:
add 20 iron to player's current inventory
add 10 gold to player's current inventory
add 1 diamond to player's current inventory
PHP:
on rightclick on chest:
wait 10 ticks
if {loot%player%} is less than 5:
add 20 iron to slot random integer between 0 and 26 of player's current inventory
add 10 gold to slot random integer between 0 and 26 of player's current inventory
add 1 diamond to slot random integer between 0 and 26 of player's current inventory
PHP:
on rightclick on chest:
wait 10 ticks
if {loot%player%} is less than 5:
add 20 iron to inventory of block
add 10 gold to inventory of block
add 1 diamond to inventory of block