Bu nasıl olur? Destek Lütfen

Emirmehmetemir022

Kömür Madencisi
En iyi cevaplar
0
Merhaba Ben Şöyle Bir Şey istiyorum adam /fly'dayken birine vurursa 1 saatlik ban yicek?
ben şöyle yaptım olmadı sizin fikirlerinizi alabilirmiyim:
Kod:
command "/fly":
    permission: essentials.fly
    trigger:
        if {fly.%player%} is false:
            set {fly.%player%} to true
        if {fly.%player%} is true:
            set {fly.%player%} to false
on damage:
    if {fly.%attacker%} is true:
        execute console command "/tempban %attacker% 1h &cPVP'de Ucmaktan 1 Saatlik Ban Yediniz"
 

Rosenrot

LAGOMORPHA
En iyi cevaplar
0
Merhaba Ben Şöyle Bir Şey istiyorum adam /fly'dayken birine vurursa 1 saatlik ban yicek?
ben şöyle yaptım olmadı sizin fikirlerinizi alabilirmiyim:
Kod:
command "/fly":
    permission: essentials.fly
    trigger:
        if {fly.%player%} is false:
            set {fly.%player%} to true
        if {fly.%player%} is true:
            set {fly.%player%} to false
on damage:
    if {fly.%attacker%} is true:
        execute console command "/tempban %attacker% 1h &cPVP'de Ucmaktan 1 Saatlik Ban Yediniz"
fly mode is true bu şekilde olcak
 
Üst