böyle bir skript BULDUM fakat çakamağın canının az olmasını istiyorum nasıl yapabilirim

GLFatih

Sudan Çıkmış
Mesajlar
2
En iyi cevaplar
0
Beğeniler
0
Puanları
50
BÖYLE BİR SKRİPT BULDUM FAKAT ÇAKMAĞIN CANININ AZ OLMASINII İSTİYORUM NASIL YAPABİLİRİM ?
on walk on bedrock:
push player in direction of player at speed 2
remove 64 arrow from the player
remove 64 bow from the player
remove 64 flint and steel from the player
remove 64 fishing rod from the player
remove 64 iron sword from the player
remove 64 iron helmet from the player
remove 64 iron boots from the player
remove 64 iron chestplate from the player
remove 64 iron leggings from the player
set helmet slot of player to a iron helmet
set chestplate slot of player to a iron chestplate
set legging slot of player to a iron leggings
set boot slot of player to a iron boots
give 1 iron sword to player
give 1 flint and steel to player
give 1 fishing rod to player
give 1 bow to player
give 10 arrow to player
send "&bKitin Verildi Iyı Oyunlar" to player
stop
on right click on ender chest:
if player has 1 arrow:
remove 640 arrow from the player
if player has 1 flint and steel:
remove flint and steel from the player
if player has 1 fishing rod:
remove fishing rod from the player
send "&aOk Çakmak Ve Olta Depolamak Engellendi"
on drop arrow:
cancel event
on drop flint and steel:
cancel event
 


ToprakM

KEK
Emektar Üye
Mesajlar
440
En iyi cevaplar
49
Beğeniler
661
Puanları
2,375
Ruh hali
Buyur
PHP:
on walk on bedrock:
    push player in direction of player at speed 2
    remove 64 arrow from the player
    remove 64 bow from the player
    remove 64 flint and steel from the player
    remove 64 fishing rod from the player
    remove 64 iron sword from the player
    remove 64 iron helmet from the player
    remove 64 iron boots from the player
    remove 64 iron chestplate from the player
    remove 64 iron leggings from the player
    set helmet slot of player to a iron helmet
    set chestplate slot of player to a iron chestplate
    set legging slot of player to a iron leggings
    set boot slot of player to a iron boots
    give 1 iron sword to player
    set {_item} to flint and steel
    set damage of {_item} to 25
    give {_item} to player
    give 1 fishing rod to player
    give 1 bow to player
    give 10 arrow to player
    send "&bKitin Verildi Iyı Oyunlar" to player
    stop
   
on right click on ender chest:
    if player has 1 arrow:
        remove 640 arrow from the player
    if player has 1 flint and steel:
    remove flint and steel from the player
    if player has 1 fishing rod:
        remove fishing rod from the player
    send "&aOk Çakmak Ve Olta Depolamak Engellendi"

on drop arrow:
    cancel event

on drop flint and steel:
    cancel event
 

Üst