Çözüldü Lobi Pusula Skripti

  • Konuyu Başlatan Konuyu Başlatan jossian
  • Başlangıç tarihi Başlangıç tarihi
  • Görüntüleme 3.735
Durum
Üzgünüz bu konu cevaplar için kapatılmıştır...

jossian

jossianNWTR
Katılım
25 Nisan 2017
Mesajlar
369
Elmaslar
46
Puan
9.155
Minecraft
jossian

Discord:

jossian#7521

Merhaba, arkadaşlar oyuncular lobi adlı dünyaya gittiklerinde enventeri sıfırlanacak ve bir pusu verilicek pusulaya sağ tıklayınca şu komut çalışıcak: "/sunucular" bunu yapabilcek biri var mı ????
 
Buyur.

Kod:
on teleport:   
    if player is in "lobi":
        clear player's inventory
        give 1 compass named "&a&lSunucular" to player
        stop
on right click with compass:
    if player is in "lobi":
        run player command "sunucular" as op
        stop
 
Denermisiniz?
Kod:
on join:
    remove 1 compass from player
    give 1 compass named "&6Sunucu Seçici" to player

on drop:
    if name of player's tool is "&6Sunucu Seçici":
        cancel event

on right click with compass:
    if name of player's tool is "&6Sunucu Seçici":
        run player command "/sunucular" as op
 
Son düzenleme:
Merhaba, arkadaşlar oyuncular lobi adlı dünyaya gittiklerinde enventeri sıfırlanacak ve bir pusu verilicek pusulaya sağ tıklayınca şu komut çalışıcak: "/sunucular" bunu yapabilcek biri var mı ????
Kod:
on world change:
    if player is in "lobby":
        clear player's inventory
        give 1 of compass named "&aServer Selector" to player
on drop:
    if "%name of player's held item%" is "&aServer Selector":
        cancel event
        message "&aYou don't drop this compass."
on right click with compass:
    if "%name of player's held item%" is "%&aServer Selector":
        execute op command "server name"
 
Kod:
on world change:
    if player is in "lobby":
        clear player's inventory
        give 1 of compass named "&aServer Selector" to player
on drop:
    if "%name of player's held item%" is "&aServer Selector":
        cancel event
        message "&aYou don't drop this compass."
on right click with compass:
    if "%name of player's held item%" is "%&aServer Selector":
        execute op command "server name"
sunucular komutu ?
 
Kod:
on world change:
    if player is in "lobby":
        clear player's inventory
        give 1 of compass named "&aServer Selector" to player
on drop:
    if "%name of player's held item%" is "&aServer Selector":
        cancel event
        message "&aYou don't drop this compass."
on right click with compass:
    if "%name of player's held item%" is "%&aServer Selector":
        execute op command "server name"
sunucular komutu ?
execute op command "server name" yazan yerdeki server name yerine sunucular yaz
tamam denicem
 
Sunucumda zaten kullanıyorum :D buyrun
Kod:
on first join:
    execute console command "warp spawn %player%"
    execute console command "clear %player%"
    wait 0.1 second
    execute console command "warp spawn %player%"
    give nether star named "&e&lSunucular" to player
on join:
    execute console command "warp spawn %player%"
    execute console command "clear %player%"
    give nether star named "&e&lSunucular" to player
   
on command:
    if player's world is "lobi":
        if player has permission "lobi.komut":
            stop
        else:
            command is not "conconcraft"
            command is not "skyblock"
            command is not "creative"
            command is not "yapisavaslari"
            command is not "iletisim"
            command is not "analobi"
            command is not "faction"
            command is not "gir"
            command is not "kayit"
            command is not "login"
            command is not "log"
            command is not "reg"
            command is not "register"
            cancel event
            send "&7[&c&lIors&f&lNetwork&7] &e» &aLobi'de komut kullanılamaz!"
    else:
        stop
on rightclick with nether star:
    if name of player's tool is "&e&lSunucular":
        wait 2 ticks
        execute player command "/sunucular"
 
Sunucumda zaten kullanıyorum :D buyrun
Kod:
on first join:
    execute console command "warp spawn %player%"
    execute console command "clear %player%"
    wait 0.1 second
    execute console command "warp spawn %player%"
    give nether star named "&e&lSunucular" to player
on join:
    execute console command "warp spawn %player%"
    execute console command "clear %player%"
    give nether star named "&e&lSunucular" to player
  
on command:
    if player's world is "lobi":
        if player has permission "lobi.komut":
            stop
        else:
            command is not "conconcraft"
            command is not "skyblock"
            command is not "creative"
            command is not "yapisavaslari"
            command is not "iletisim"
            command is not "analobi"
            command is not "faction"
            command is not "gir"
            command is not "kayit"
            command is not "login"
            command is not "log"
            command is not "reg"
            command is not "register"
            cancel event
            send "&7[&c&lIors&f&lNetwork&7] &e» &aLobi'de komut kullanılamaz!"
    else:
        stop
on rightclick with nether star:
    if name of player's tool is "&e&lSunucular":
        wait 2 ticks
        execute player command "/sunucular"
denicem konu kilit
 
Durum
Üzgünüz bu konu cevaplar için kapatılmıştır...

Hala Discord sunucumuza katılmadın mı?

Büyük bir topluluğun parçası ol, etkinliklere katıl ve özel hediyeler kazanma şansı yakala!

Şimdi Katıl
Üst