Bulundu - Çözüldü - Plugin Buldum

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

HzOtaku

ArcherBySpirit
Katılım
24 Kasım 2018
Mesajlar
105
Elmaslar
34
Puan
13.645
Yaş
21
Konum
Ankara
Minecraft
HzOtaku

Discord:

hzotaku

rütbe ile belirledigim eşyaların veya blockların kullanımının açılmasını
Pluginmi Skript ilemi yapılıyor bilmiyorum Bilen biri varsa yardımcı olursa sevinirim

örn
------------------------------
Oyuncu

(Kullanabilcegi zırh ve aletler)

Taş eşyalar zincir zırh

(Oyuncu Kullanamaz)

(Demir eşyalar demir zırh Büyü Masası ve örs)

------------------------------

Acemi

Demir eşyalar demir zırh

Büyü Masası ve örs

------------------------
 
Bunu yapabilecek bir plugin yok diye biliyorum. Yapan herkes skript ile yapıyor.
 
Kod:
on click:
    if player's tool is stone sword or stone pickaxe or stone hoe or stone shovel:
        if player doesn't have permission "group.oyuncu":
            cancel event
            send "&7Bunları sadece oyuncular kullanabilir!"
    else if player's tool is iron sword or iron pickaxe or iron hoe or iron shovel:
        if player doesn't have permission "group.acemi":
            cancel event
            send "&7Bunları sadece acemiler kullanabilir!"
            
            
on right click on enchanting table or anvil:
    if player doesn't have permission "group.acemi":
        cancel event
        send "&7Bunları sadece acemiler kullanabilir!"

    
    
    
on armor equip:
    if event-item is chain chestplate or chain leggings or chain boots or chain helmet:
        if player doesn't have permission "group.oyuncu":
            cancel event
            send "&7Bunları sadece oyuncular kullanabilir!"
    else if event-item is iron chestplate or iron leggings or iron boots or iron helmet:
        if player doesn't have permission "group.acemi":
            cancel event
            send "&7Bunlar sadece acemiler kullanabilir!"

SharpSK gerektirir
 
Kod:
on click:
    if player's tool is stone sword or stone pickaxe or stone hoe or stone shovel:
        if player doesn't have permission "group.oyuncu":
            cancel event
            send "&7Bunları sadece oyuncular kullanabilir!"
    else if player's tool is iron sword or iron pickaxe or iron hoe or iron shovel:
        if player doesn't have permission "group.acemi":
            cancel event
            send "&7Bunları sadece acemiler kullanabilir!"
          
          
on right click on enchanting table or anvil:
    if player doesn't have permission "group.acemi":
        cancel event
        send "&7Bunları sadece acemiler kullanabilir!"

  
  
  
on armor equip:
    if event-item is chain chestplate or chain leggings or chain boots or chain helmet:
        if player doesn't have permission "group.oyuncu":
            cancel event
            send "&7Bunları sadece oyuncular kullanabilir!"
    else if event-item is iron chestplate or iron leggings or iron boots or iron helmet:
        if player doesn't have permission "group.acemi":
            cancel event
            send "&7Bunlar sadece acemiler kullanabilir!"

SharpSK gerektirir
Tmdr Bu çalıştı bide Büyü masası Örs Demirci Tezgahı iksir tezgahı
için de bişey yapablirmisin ?
 
Tmdr Bu çalıştı bide Büyü masası Örs Demirci Tezgahı iksir tezgahı
için de bişey yapablirmisin ?
Önceki skriptteki 2. kısmı bununla değiştir:

Kod:
on right click on enchanting table or anvil or smithing table or brewing stand:
    if player doesn't have permission "group.acemi":
        cancel event
        send "&7Bunları sadece acemiler kullanabilir!"
 
Önceki skriptteki 2. kısmı bununla değiştir:

Kod:
on right click on enchanting table or anvil or smithing table or brewing stand:
    if player doesn't have permission "group.acemi":
        cancel event
        send "&7Bunları sadece acemiler kullanabilir!"
kopyala yapıştır yapıp üstüne ekleyebilirmiyim ? sıkıntı çıkarırmı
 
Kod:
on click:
    if player's tool is stone sword or stone pickaxe or stone hoe or stone shovel:
        if player doesn't have permission "group.oyuncu":
            cancel event
            send "&7Bunları sadece oyuncular kullanabilir!"
    else if player's tool is iron sword or iron pickaxe or iron hoe or iron shovel:
        if player doesn't have permission "group.acemi":
            cancel event
            send "&7Bunları sadece acemiler kullanabilir!"
           
           
on right click on enchanting table or anvil or smithing table or brewing stand:
    if player doesn't have permission "group.acemi":
        cancel event
        send "&7Bunları sadece acemiler kullanabilir!"

   
   
   
on armor equip:
    if event-item is chain chestplate or chain leggings or chain boots or chain helmet:
        if player doesn't have permission "group.oyuncu":
            cancel event
            send "&7Bunları sadece oyuncular kullanabilir!"
    else if event-item is iron chestplate or iron leggings or iron boots or iron helmet:
        if player doesn't have permission "group.acemi":
            cancel event
            send "&7Bunlar sadece acemiler kullanabilir!"
Skriptinizi tam olarak bu şekilde yapıştırın.
 
Kod:
on click:
    if player's tool is stone sword or stone pickaxe or stone hoe or stone shovel:
        if player doesn't have permission "group.oyuncu":
            cancel event
            send "&7Bunları sadece oyuncular kullanabilir!"
    else if player's tool is iron sword or iron pickaxe or iron hoe or iron shovel:
        if player doesn't have permission "group.acemi":
            cancel event
            send "&7Bunları sadece acemiler kullanabilir!"
          
          
on right click on enchanting table or anvil or smithing table or brewing stand:
    if player doesn't have permission "group.acemi":
        cancel event
        send "&7Bunları sadece acemiler kullanabilir!"

  
  
  
on armor equip:
    if event-item is chain chestplate or chain leggings or chain boots or chain helmet:
        if player doesn't have permission "group.oyuncu":
            cancel event
            send "&7Bunları sadece oyuncular kullanabilir!"
    else if event-item is iron chestplate or iron leggings or iron boots or iron helmet:
        if player doesn't have permission "group.acemi":
            cancel event
            send "&7Bunlar sadece acemiler kullanabilir!"
Skriptinizi tam olarak bu şekilde yapıştırın.
enchanting table or anvil or smithing table or brewing stand bunları ayrı ayrı yapabilirmisin ?
 
enchanting table or anvil or smithing table or brewing stand bunları ayrı ayrı yapabilirmisin ?
Kod:
on click:
    if player's tool is stone sword or stone pickaxe or stone hoe or stone shovel:
        if player doesn't have permission "group.oyuncu":
            cancel event
            send "&7Bunları sadece oyuncular kullanabilir!"
    else if player's tool is iron sword or iron pickaxe or iron hoe or iron shovel:
        if player doesn't have permission "group.acemi":
            cancel event
            send "&7Bunları sadece acemiler kullanabilir!"
          
          
on right click on enchanting table:
    if player doesn't have permission "group.acemi":
        cancel event
        send "&7Bunları sadece acemiler kullanabilir!"
        
on right click on anvil:
    if player doesn't have permission "group.acemi":
        cancel event
        send "&7Bunları sadece acemiler kullanabilir!"
  
on right click on smithing table:
    if player doesn't have permission "group.acemi":
        cancel event
        send "&7Bunları sadece acemiler kullanabilir!"   
  
on right click on brewing stand:
    if player doesn't have permission "group.acemi":
        cancel event
        send "&7Bunları sadece acemiler kullanabilir!"     
  
  
on armor equip:
    if event-item is chain chestplate or chain leggings or chain boots or chain helmet:
        if player doesn't have permission "group.oyuncu":
            cancel event
            send "&7Bunları sadece oyuncular kullanabilir!"
    else if event-item is iron chestplate or iron leggings or iron boots or iron helmet:
        if player doesn't have permission "group.acemi":
            cancel event
            send "&7Bunlar sadece acemiler kullanabilir!"
 
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