Witam. Oto Mój Pierwszy Skrypt. Prosze Za Bardzo Nie Chejtowac
kod:
on load:
new Recipe "gasnica";
"gasnica".Recipe.setIngredient{5, 1 potion};
"gasnica".Recipe.setResult{potion of:16384 named "&4gasnica"};
"gasnica".Recipe.register{};
On Shoot:
"%projectile%" contains "potion":
if shooter's tool's name is "&4gasnica":
set {gasnica.%projectile%} to 1
On Projectile Hit:
"%projectile%" contains "potion":
if {gasnica.%projectile%} is 1:
show 1000 cloud particles at location of projectile offset by 2, 2, 2 at speed 0.1
loop blocks in radius 3:
if loop-block is fire:
set loop-block to air
loop all players in radius 3 of the projectile:
extinguish loop-player