Bulundu Takım

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

Crypton

Örümcek Hoşt!
Katılım
7 Mayıs 2020
Mesajlar
352
Elmaslar
110
Puan
1.560
Yaş
27
Konum
Danimarka - Kopenhag
Minecraft
Crypton

Discord:

Crypton#0161

merhaba team adlı eklentiyi kullanıyorum skript ile türkçesinin yapılabilceğini düşünüyorum
pluginden iyi anlarım fakat skripti pek bilmiyorum yardımcı olan arkadaşlara şimdiden teşekkürler.

/team create isim yerine /çete oluştur isim olucak.
/team join isim yerine /çete katıl isim olucak
/team open yerine /çete alım olucak
/team promote isim yerine /çete mod isim
/team sethq yerine /çete sethome
/team hq yerine /çete home
yardımcı olan arkadaşlara teşekkür ediyorum.
 
Eski bir konuda Gang skriptini türkçeleştirmiştim sethome gibi özellikleri yok ama aradığınız şeyin temeli burada.

TIKLA
 
Bunu pluginin .zip'indende yapılabilir ama bozulabiliyor bazen tavsiyem skript ile yapman daha iyi olucak .

Kod:
on command "/team create":
    if player don't have the permission "team.create.mctr":
        cancel event
        message "&fYanlış komut girdiniz."

command /çete oluştur:
    trigger:
        execute player command "/team create"
        
on command "/team join":
    if player don't have the permission "team.join.mctr":
        cancel event
        message "&fYanlış komut girdiniz."

command /çete katıl:
    trigger:
        execute player command "/team join"
        
on command "/team open":
    if player don't have the permission "team.open.mctr":
        cancel event
        message "&fYanlış komut girdiniz."

command /çete alım:
    trigger:
        execute player command "/team open"

on command "/team promote":
    if player don't have the permission "team.promote.mctr":
        cancel event
        message "&fYanlış komut girdiniz."

command /çete mod:
    trigger:
        execute player command "/team promote"
        
on command "/team sethq":
    if player don't have the permission "team.sethq.mctr":
        cancel event
        message "&fYanlış komut girdiniz."

command /çete sethome:
    trigger:
        execute player command "/team sethq"
        
on command "/team hq":
    if player don't have the permission "team.hq.mctr":
        cancel event
        message "&fYanlış komut girdiniz."

command /çete home:
    trigger:
        execute player command "/team hq"
 
Bunu pluginin .zip'indende yapılabilir ama bozulabiliyor bazen tavsiyem skript ile yapman daha iyi olucak .

Kod:
on command "/team create":
    if player don't have the permission "team.create.mctr":
        cancel event
        message "&fYanlış komut girdiniz."

command /çete oluştur:
    trigger:
        execute player command "/team create"
       
on command "/team join":
    if player don't have the permission "team.join.mctr":
        cancel event
        message "&fYanlış komut girdiniz."

command /çete katıl:
    trigger:
        execute player command "/team join"
       
on command "/team open":
    if player don't have the permission "team.open.mctr":
        cancel event
        message "&fYanlış komut girdiniz."

command /çete alım:
    trigger:
        execute player command "/team open"

on command "/team promote":
    if player don't have the permission "team.promote.mctr":
        cancel event
        message "&fYanlış komut girdiniz."

command /çete mod:
    trigger:
        execute player command "/team promote"
       
on command "/team sethq":
    if player don't have the permission "team.sethq.mctr":
        cancel event
        message "&fYanlış komut girdiniz."

command /çete sethome:
    trigger:
        execute player command "/team sethq"
       
on command "/team hq":
    if player don't have the permission "team.hq.mctr":
        cancel event
        message "&fYanlış komut girdiniz."

command /çete home:
    trigger:
        execute player command "/team hq"
bunların bazıları olmuyor bunu biliyorum o yüzden istek açtım
Gönderi otomatik olarak birleştirildi:

Bunu pluginin .zip'indende yapılabilir ama bozulabiliyor bazen tavsiyem skript ile yapman daha iyi olucak .

Kod:
on command "/team create":
    if player don't have the permission "team.create.mctr":
        cancel event
        message "&fYanlış komut girdiniz."

command /çete oluştur:
    trigger:
        execute player command "/team create"
       
on command "/team join":
    if player don't have the permission "team.join.mctr":
        cancel event
        message "&fYanlış komut girdiniz."

command /çete katıl:
    trigger:
        execute player command "/team join"
       
on command "/team open":
    if player don't have the permission "team.open.mctr":
        cancel event
        message "&fYanlış komut girdiniz."

command /çete alım:
    trigger:
        execute player command "/team open"

on command "/team promote":
    if player don't have the permission "team.promote.mctr":
        cancel event
        message "&fYanlış komut girdiniz."

command /çete mod:
    trigger:
        execute player command "/team promote"
       
on command "/team sethq":
    if player don't have the permission "team.sethq.mctr":
        cancel event
        message "&fYanlış komut girdiniz."

command /çete sethome:
    trigger:
        execute player command "/team sethq"
       
on command "/team hq":
    if player don't have the permission "team.hq.mctr":
        cancel event
        message "&fYanlış komut girdiniz."

command /çete home:
    trigger:
        execute player command "/team hq"
çükü /reward ı /günlüködül falan yapıyorum bu skript ile ama bunlarda işe yaramıyor
 
Bunu pluginin .zip'indende yapılabilir ama bozulabiliyor bazen tavsiyem skript ile yapman daha iyi olucak .

Kod:
on command "/team create":
    if player don't have the permission "team.create.mctr":
        cancel event
        message "&fYanlış komut girdiniz."

command /çete oluştur:
    trigger:
        execute player command "/team create"
       
on command "/team join":
    if player don't have the permission "team.join.mctr":
        cancel event
        message "&fYanlış komut girdiniz."

command /çete katıl:
    trigger:
        execute player command "/team join"
       
on command "/team open":
    if player don't have the permission "team.open.mctr":
        cancel event
        message "&fYanlış komut girdiniz."

command /çete alım:
    trigger:
        execute player command "/team open"

on command "/team promote":
    if player don't have the permission "team.promote.mctr":
        cancel event
        message "&fYanlış komut girdiniz."

command /çete mod:
    trigger:
        execute player command "/team promote"
       
on command "/team sethq":
    if player don't have the permission "team.sethq.mctr":
        cancel event
        message "&fYanlış komut girdiniz."

command /çete sethome:
    trigger:
        execute player command "/team sethq"
       
on command "/team hq":
    if player don't have the permission "team.hq.mctr":
        cancel event
        message "&fYanlış komut girdiniz."

command /çete home:
    trigger:
        execute player command "/team hq"
/çete oluştur deneme yazınca /team create deneme olarak algılıyormu? klan adını sayıyormu merak ettim.
 
/çete oluştur deneme yazınca /team create deneme olarak algılıyormu? klan adını sayıyormu merak ettim.
Adamların /team create kullanmasını yasaklıyorum ardından perm kullanmadan erişebilicekleri /çete oluştur komutunu [ /team create ] komutuna uyguluyorum ve oluyor .

/team create komutuna ve diğer komutlara perm olmadan erişemiyorlar ama /çete oluştur'a ulaşabiliyorlar.​
 
peki ozmaan deniyorum
Gönderi otomatik olarak birleştirildi:

unknown.png

böyle hatalar aldım tüm addonlar mevcut
ve hiçbir komut çalışmadı :/
 
team open vb. çalışmadı ama
takımismi oyuncuadı kullanılanlar çalışmamakta.
Gönderi otomatik olarak birleştirildi:

Eğer olmazsa xTeam'ın winrar ile açıp ordan command kısmından degiştirebilirsiniz .
bazı pluginlerin aliases kısmından değiştiriyorum fakat bunun aliases kısmında team yazıyor sadece
 

Forum içerisinde birçok komut değiştirme sistemi var ki bu sistemler aracılığıyla da bu istediğinizi kolaylıkla da yapabilirsiniz. Kolay gelsin :<3: ☕
 
xTeam yerine başka plugin kullanabilirsin . Çünkü xTeam'a baktım komut degiştirme olayını açmamışlar sanırsam .
 
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