Skript Paylaşımı Arkadaşlık Sistemi ! FriendsForSpigot Türkçe

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

wtfrankjs

Viayx Empire
Premium
Katılım
26 Şubat 2021
Mesajlar
107
Elmaslar
36
Puan
6.675
Konum
Türkiye
Minecraft
wtfrankjs

Discord:

wtfrankjs

ARKADAŞLIK SİSTEMİ V.1

Merhaba Dostlar!
Son Zamanlarda Sunucularımda Kullandığım Ve Çok Beğendiğim Bir Arkadaşlık Eklentisinin Komutlarını
Skript İle Türkçeleştirdim.
Eklenti:
Değerli ziyaretçimiz, içeriği görebilmek için şimdi giriş yapın veya kayıt olun.


Skript İle Yapıldı Hatalar Olabilir Yorumda Belirtirseniz Düzeltilir.
Beğenirseniz Like Tuşuna Basmanız Yeterli :)
Kolay Gelsin.

/Arkadaş ekle
/Arkadaş Kabul <Oyuncu>
/Arkadaş Reddet <Oyuncu>
/Arkadaş Çıkar <Oyuncu>
/Arkadaş HepsiKabul
/Arkadaş HepsiReddet
/Arkadaş msg <Oyuncu>
/Arkadaş liste

Kod:
Messages:
  NoPermissions: '%PREFIX% &fBu komutu gerçekleştirmenize izin verilmiyor!'
  NoPlayer: '%PREFIX% &fBu komut yalnızca oyuncular tarafından gerçekleştirilebilir!'
  PlayerDoesNotExist: '%PREFIX% &c%NAME% &fbu sunucuda hiç oynamadı!'
  JoinMessage: '%PREFIX% &a%NAME% &fşimdi çevrimiçi!'
  QuitMessage: '%PREFIX% &c%NAME% &fşimdi çevrimdışı!'
  NotifyAboutRequestsOnJoin: '%PREFIX% &8(&a%REQUESTS_COUNT% &façık arkadaşlık isteğin var!'
  Commands:
    WrongUsage: '%PREFIX% &fYanlış kullanım: &8(&e%USAGE%&8)'
    UnknownCommand: '%PREFIX% &fBilinmeyen komut: &8(&e/friends help&8)'
    Version: '%PREFIX% &fFriendsBungee Sürümünü çalıştırıyorsunuz: &8(&e%VERSION%&8)'
    Reload: '%PREFIX% &aEklenti başarıyla yeniden yüklendi!'
    HelpCommand:
      UnknownPage: '%PREFIX% &c%PAGE% &fgeçerli bir yardım sayfası değil!'
      Page1:
      - '&8────────────────────'
      - '&8▪ &e/f add <Name> <Message> &8[&7Arkadaşlık isteği ve istek mesajını gönderir.&8]'
      - '&8▪ &e/f accept <Name> &8[&7Arkadaşlık isteğini kabul eder.&8]'
      - '&8▪ &e/f deny <Name> &8[&7Arkadaşlık isteğini reddeder.&8]'
      - '&8▪ &e/f remove <Name> &8[&7Arkadaşlıktan çıkartır.&8]'
      - ''
      - '&8▪ &fDaha fazlası için; &6/friends help 2'
      - '&8────────────────────'
      Page2:
      - '&8────────────────────'
      - '&8▪ &e/f list &8[&7Arkadaşlık listenizi görüntüler.&8]'
      - '&8▪ &e/f acceptall &8[&7Gelen tüm arkadaşlık isteklerini kabul eder.&8]'
      - '&8▪ &e/f denyall &8[&7Gelen tüm arkadaşlık isteklerini reddeder.&8]'
      - '&8▪ &e/f msg <Name> <Message> &8[&7Arkadaşınıza mesaj gönderir.&8]'
      - ''
      - '&8▪ &fDaha fazlası için; &6/friends help 3'
      - '&8────────────────────'
      Page3:
      - '&8────────────────────'
      - '&8▪ &e/f status show <Name> &8[&7Durumu gösterir.&8]'
      - '&8▪ &e/f status set <Status> &8[&7Durumu değiştirir.&8]'
      - '&8────────────────────'
    AddCommand:
      MessageCharLimit: '%PREFIX% &fKişisel mesajınız &c%LIMIT% &fkarakterden uzun
        olamaz!'
      SendSelf: '%PREFIX% &fBir arkadaş olarak kendinizi ekleyemezsiniz!'
      AlreadyFriends: '%PREFIX% &c%NAME% &fzaten senin arkadaşın!'
      AlreadyRequested: '%PREFIX% &fZaten bir istek gönderdin. &8(&c%NAME%&8)'
      RequestSend: '%PREFIX% &fBir arkadaş isteğini başarıyla gönderdin. &8(&c%NAME%&8)'
      RequestMessageSend: '%PREFIX% &fMesajın: &f%MESSAGE%'
      ReceiveRequest: '%PREFIX% &a%NAME% &ftarafından bir arkadaşlık isteği aldınız!'
      ReceiveRequestMessage: '%PREFIX% &f``&e%MESSAGE%&r&f``'
      NoRequestsWanted: '%PREFIX% &c%NAME% &farkadaş isteklerini almak istemiyor!'
      ClickableMessage:
        Message: '%PREFIX% &e%NAME% &fisteğini %ACCEPT_BUTTON% &fveya %DENY_BUTTON% &folarak seçin.'
        AcceptButton:
          Text: '&8[&aONAYLA&8]'
          Hover: '&e%NAME% &fadlı kişinin isteğini kabul etmek için burayı tıklayın!'
        DenyButton:
          Text: '&8[&cREDDET&8]'
          Hover: '&e%NAME% &fadlı kişinin isteğini reddetmek için burayı tıklayın!'
    AcceptCommand:
      NoRequest: '%PREFIX% &c%NAME% &fadlı kişiden bir isteğiniz yok!'
      NoNewRequest: '%PREFIX% &fYeni isteğiniz yok!'
      LimitReached: '%PREFIX% &fZaten maksimum &c%LIMIT% &farkadaş sayısına ulaştınız!'
      NewFriend: '%PREFIX% &a%NAME% &fartık yeni arkadaşınız!'
    AcceptAllCommand: '%PREFIX% &a%REQUESTS_COUNT% &fisteği kabul ettiniz!'
    DenyAllCommand: '%PREFIX% &c%REQUESTS_COUNT% &fisteği reddettiniz!'
    DenyCommand:
      NoRequest: '%PREFIX% &e%NAME% &fadlı kişiden bir isteğiniz yok!'
      NoNewRequest: '%PREFIX% &fYeni isteğiniz yok!'
      DenyRequest: '%PREFIX% &c%NAME% &fisteğini reddettiniz!'
      DeniedRequest: '%PREFIX% &c%NAME% &fisteğinizi reddetti!'
    RemoveCommand:
      NoFriends: '%PREFIX% &c%NAME% &farkadaşınız değil!'
      FriendRemoved: '%PREFIX% &c%NAME% &fartık arkadaşınız değil!'
    StatusCommand:
      StatusLenght: '%PREFIX% &fDurumunuz &c%LIMIT% &fkarakterden uzun olamaz!'
      AbusivePhrase: "%PREFIX% &fDurumunuz yasak ifadeler içeriyor! \n%PREFIX%\
        \ &fKullanılan: &c%PHRASE%"
      StatusSet: |-
        %PREFIX% &aYou successfully changed your status!
        %PREFIX% &aStatus: &f``%STATUS%``
      CantChangeYet: '%PREFIX% &fDurumunuzu &c%REMAINING_TIME% saniye &fiçinde tekrar
        değişebilirsiniz!'
      NoStatus: '%PREFIX% &fŞu anda durum ayarınız yok!'
      CurrentStatus: |-
        %PREFIX% &aYour current status is:
        %PREFIX% &f``%STATUS%``
      FriendCheck:
        NoFriends: '%PREFIX% &c%NAME% &fdurumunu görmek için arkadaşın olmak zorunda!'
        NoStatus: '%PREFIX% &c%NAME% şu anda durumu yok!'
        ShowStatus: |-
          %PREFIX% &a%NAME%'s status:
          %PREFIX% &f``%STATUS%``
    ListCommand:
      NoFriends: '%PREFIX% &fŞu anda hiç arkadaşın yok!'
      List: |-
        %PREFIX% &aOnline (&f%ONLINE_COUNT%&a):
        %PREFIX% &f%ONLINE_FRIENDS%
        %PREFIX% &aOffline (&f%OFFLINE_COUNT%&a):
        %PREFIX% &8%OFFLINE_FRIENDS%
    MSGCommand:
      PlayerOffline: '%PREFIX% &c%NAME% &fçevrimdışı görünüyor!'
      NoFriends: '%PREFIX% &c%NAME% &fadlı kişiye özel bir mesaj gönderebilmen için arkadaşın
        olmalı!'
      MessagesDisabled: '%PREFIX% &fKapalı olarak ayarladığınız sürece mesaj
        gönderemezsiniz!'
      NoMSGWanted: '%PREFIX% &fŞu anda &c%NAME% &fadlı kişiye özel mesaj gönderemezsiniz!'
      MSG: '&bF &f| [&3%SENDER%&f] -> [&3%NAME%&f]: &r%MESSAGE%'
      AbusivePhrase: "%PREFIX% &cMesajınız yasak ifadeler içeriyor! \n%PREFIX%\
        \ &fKullanılan: &c%PHRASE%"
    ReplyCommand:
      NoReply: '%PREFIX% &fCevaplayacak bir mesajınız yok!'
    JumpCommand:
      NoFriends: '%PREFIX% &c%NAME% &fadlı kişinin konumuna gitmek için arkadaşın olmak zorunda!'
      PlayerOffline: '%PREFIX% &c%NAME% &fçevrimdışı görünüyor!'
      JumpingDisabled: '%PREFIX% &c%NAME% &foyuncuların bulunduğu yere ışınlanmasını istemiyor!'
      JumpToFriend: '%PREFIX% &e%NAME% &fadlı kişinin konumuna ışınlandınız!'
      JumpedToYou: '%PREFIX% &e%NAME% &fbulunduğunuz yere ışınlandı!'
      ServerBlocked: '%PREFIX% &fArkadaşlarınızın mevcut sunucusuna ışınlanamazsınız!'
    OptionsJumpingCommand:
      Enable: '%PREFIX% &fKonumunuza ışınlanmayı etkinleştirdiniz!'
      Disable: '%PREFIX% &fBulunduğunuz yere ışınlanarak dengeyi bozdunuz!'
      OnlyFavorites: '%PREFIX% &fSadece en sevdiğiniz arkadaşlarınız konumunuza ışınlanabilir!'
    OptionsRequestsCommand:
      Enable: '%PREFIX% &fOyuncular artık arkadaş isteklerinizi gönderebilir!'
      Disable: '%PREFIX% &fOyuncular artık size istek gönderemez!'
    OptionsMessagesCommand:
      Disable: '%PREFIX% &fArkadaşlarınızdan başka mesaj almayacaksınız!'
      Enable: '%PREFIX% &fArtık arkadaşlarınızdan mesaj alabilirsiniz!'
      OnlyFavorites: '%PREFIX% &fArtık sadece favori arkadaşlarınız size mesaj
        gönderebilir!'
    OptionsOfflinemodeCommand:
      Disable: '%PREFIX% &aŞimdi çevrimiçisiniz!'
      Enable: '%PREFIX% &cArtık çevrimdışısınız!'
    OptionsPartyInvitesCommand:
      Disable: '%PREFIX% &fArtık parti daveti almayacaksınız!'
      Enable: '%PREFIX% &fArtık parti davetlerini tekrar alabilirsiniz!'
    NicknameCommand:
      NoFriends: '%PREFIX% &c%NAME% &fona bir takma ad verebilmen için arkadaşı olmalısın!'
      SameNickname: '%PREFIX% &e%NAME% &fzaten &c%NICKNAME% &folarak adlandırıldı!'
      SetNick: '%PREFIX% &e%NAME% &fartık &c%NICKNAME% &folarak adlandırılıyor!'
      NickLength: '%PREFIX% &fBir takma ad &c16 &fkarakterden uzun olamaz!'
      AbusivePhrase: "%PREFIX% &fTakma adınız yasak ifadeler içeriyor! \n%PREFIX%\
        \ &fKullanılan: &c%PHRASE%"
    InfoCommand:
      NoFriends: '%PREFIX% &c%NAME% &fsenin arkadaşın değil!'
      Info:
      - '%PREFIX% &6---------------[ &eArkadaşlık &6]---------------'
      - '%PREFIX% &fİsim: &a%NAME% &8(&f%ONLINE_STATUS%&8)'
      - '%PREFIX% '
      - '%PREFIX% &fDünya: &e%WORLD%'
      - '%PREFIX% &fArkadaşlık Tarihi: &c%FRIENDS_SINCE%'
      - '%PREFIX% &fSon Giriş: &a%LAST_ONLINE%'
      - '%PREFIX% &fFavori: &f%FAVORITE%'
      - '%PREFIX% &6---------------[ &eArkadaşlık &6]---------------'
  FriendChat:
    DisabledOption: '%PREFIX% &fMesajlarınızı devre dışı bıraktığınızda
      arkadaş sohbetinde yazamazsınız!'
    Format: '&8[&6Arkadaşlık&8] &e%NAME% &8▸ &f%MESSAGE%'
    AbusivePhrase: "%PREFIX% &fMesajınız yasak ifadeler içeriyor! \n%PREFIX%\
      \ &fKullanılan: &c%PHRASE%"
  GUI:
    ToggleCooldown: '%PREFIX% &fAyarları yalnızca &c3 &fsaniyede bir değiştirebilirsiniz!'
PartyMessages:
  NoPermissions: '%PREFIX% &fBunu yapmaya iznin yok!'
  NoPlayer: '%PREFIX% &fBu komutu sadece oyuncular gerçekleştirebilir!'
  UnknownCommand: '%PREFIX% &fBilinmeyen komut: &8(&e/party help&8)'
  WrongUsage: '%PREFIX% &fYanlış kullanım: &8(&c%USAGE%&8)'
  CreateOfflinemode: '%PREFIX% &fÇevrimdışı moddayken parti oluşturamazsınız!'
  Commands:
    PlayerInvalid: '%PREFIX% &c%NAME% &fçevrimdışı görünüyor!'
    HelpCommand:
      UnknownPage: '%PREFIX% &c%PAGE% &fgeçerli bir yardım sayfası değil!'
      Page1:
      - '&8────────────────────'
      - '&8▪ &e/party invite <Name> &8[&7Parti daveti gönderir.&8]'
      - '&8▪ &e/party accept <Name> &8[&7Parti isteğini kabul eder.&8]'
      - '&8▪ &e/party deny <Name> &8[&7Parti isteğini reddeder.&8]'
      - '&8▪ &e/party leave &8[&7Partiden ayrılır.&8]'
      - ''
      - '&8▪ &fDaha fazlası için; &6/party help 2'
      - '&8────────────────────'
      Page2:
      - '&8────────────────────'
      - '&8▪ &e/party kick <Name> &8[&7Partiden atar.&8]'
      - '&8▪ &e/party promote <Name> &8[&7Terfi ettirir.&8]'
      - '&8▪ &e/party demote <Name> &8[&7Tenzil ettirir.&8]'
      - '&8▪ &e@parti <Message> &8[&7Partinize mesaj gönderir.&8]'
      - '&8▪ &e/party join <Name> &8[&7Partiye katılır.&8]'
      - '&8▪ &e/party list &8[&7Parti listenizi görüntüler.&8]'
      - '&8────────────────────'
    InviteCommand:
      NoFriends: '%PREFIX% &c%NAME% &fadlı kişiyi partinize davet edebilmeniz için arkadaşınız olmalı!'
      NoInvites: '%PREFIX% &c%NAME% &fherhangi bir parti daveti almak istemiyor!'
      AlreadyInParty: '%PREFIX% &c%NAME% &fzaten bir partide!'
      NotLeader: '%PREFIX% &fYalnızca parti liderleri yeni üye davet edebilir!'
      AlreadyInvited: '%PREFIX% &c%NAME% &fadlı oyuncuya zaten bir davet gönderdin!'
      PlayerOffline: '%PREFIX% &c%NAME% &fçevrimdışı görünüyor!'
      InviteSent: '%PREFIX% &c%NAME% &fadlı kişiye başarıyla davetiye gönderdiniz!'
      InviteReceived: '%PREFIX% &e%NAME% &fonun partisine katılmanı istiyor!'
      CreateParty: '%PREFIX% &fBaşarıyla bir parti oluşturdunuz!'
      ClickableMessage:
        Message: '%PREFIX% &e%NAME% &fadlı kişinin parti isteğini %ACCEPT_BUTTON% &fveya %DENY_BUTTON% &folarak seçin.'
        AcceptButton:
          Text: '&8[&aONAYLA&8]'
          Hover: '&a%NAME% &fadlı kişinin isteğini kabul etmek için burayı tıklayın!'
        DenyButton:
          Text: '&8[&cREDDET&8]'
          Hover: '&c%NAME% &fadlı kişinin isteğini reddetmek için burayı tıklayın!'
      Offlinemode: '%PREFIX% &fÇevrimdışı moddayken parti açamazsınız!'
    DenyCommand:
      NoInvite: '%PREFIX% &c%NAME% &fadlı kişiden davet almadınız!'
      Deny: '%PREFIX% &c%NAME% &fadlı kişinin davetini reddettiniz!'
      NoNewInvite: '%PREFIX% &fYeni davetiniz yok!'
      Denied: '%PREFIX% &c%NAME% &fparti davetinizi reddetti!'
    AcceptCommand:
      NoInvite: '%PREFIX% &c%NAME% &fadlı kişiden davet almadınız!'
      PartyClosed: '%PREFIX% &fKatılmak istediğiniz parti artık mevcut değil!'
      NoNewInvite: '%PREFIX% &fYeni davetiniz yok!'
      InviteExpired: '%PREFIX% &fBu parti davetinin süresi doldu!'
      PartyLimitReached: '%PREFIX% &fKatılmak istediğiniz parti zaten maksimum oyuncu
        sayısına ulaştı!'
      Join: '%PREFIX% &a%NAME% &fadlı kişinin partisine katıldınız!'
      NewMember: '%PREFIX% &a%NAME% &fpartiye katıldı!'
      AlreadyInParty: '%PREFIX% &fŞu anda başka bir partidesiniz!'
      Offlinemode: '%PREFIX% &fÇevrimdışı moddayken bir partiye giremezsiniz!'
    LeaveCommand:
      NoParty: '%PREFIX% &fŞu anda hiçbir partide değilsiniz!'
      Leave: '%PREFIX% &fPartiden ayrıldın!'
      MemberLeave: '%PREFIX% &c%NAME% &fpartiden ayrıldı!'
    PromoteCommand:
      NotInParty: '%PREFIX% &c%NAME% &fpartinizin bir üyesi değil!'
      NoParty: '%PREFIX% &fŞu anda hiçbir partide değilsiniz!'
      NoLeader: '%PREFIX% &fYalnızca parti yöneticileri diğer üyeleri terfi ettirebilir!'
      Promoted: '%PREFIX% &a%NAME% &fartık bir parti lideri!'
      NewLeader: '%PREFIX% &fArtık bir parti liderisiniz!'
      AlreadyLeader: '%PREFIX% &c%NAME% &fzaten bir parti lideri!'
    DemoteCommand:
      NotInParty: '%PREFIX% &c%NAME% &fpartinizin bir üyesi değil!'
      NoParty: '%PREFIX% &fŞu anda hiçbir partide değilsiniz!'
      AlreadyMember: '%PREFIX% &c%NAME% &fzaten normal bir parti üyesi!'
      NoLeader: '%PREFIX% &fYalnızca parti yöneticileri diğer üyelerin sıralamasını düşürebilir!'
      Demoted: '%PREFIX% &c%NAME% &fartık lider değil!'
      NewMember: '%PREFIX% &fArtık parti lideri değilsin!'
    ListCommand:
      NoParty: '%PREFIX% &fŞu anda hiçbir partide değilsiniz!'
      List: |-
        %PREFIX% &aLeaders (&f%LEADER_COUNT%&a):
        %PREFIX% &f%PARTY_LEADERS%
        %PREFIX% &aMembers (&f%MEMBER_COUNT%&a):
        %PREFIX% &f%PARTY_MEMBERS%
    KickCommand:
      NoParty: '%PREFIX% &fŞu anda hiçbir partide değilsiniz!'
      NotInParty: '%PREFIX% &c%NAME%, &fpartinizin üyesi değil!'
      NoLeader: '%PREFIX% &fYalnızca liderler diğer üyeleri tekmeleyebilir!'
      Kick: '%PREFIX% &c%NAME% &fpartinizden atıldı!'
      Kicked: '%PREFIX% &fPartiden atıldın!'
    CreateOfflinemode: '%PREFIX% &fÇevrimdışı moddayken parti oluşturamazsınız!'
  PartyChat:
    NoParty: '%PREFIX% &fŞu anda hiçbir partide değilsiniz!'
    Message: '%PREFIX% &e%NAME% &8▸ &f%MESSAGE%'
    AbusivePhrase: "%PREFIX% &fMesajınız yasak ifadeler içeriyor! \n%PREFIX%\
      \ &fKullanılan: &c%PHRASE%"
  SwitchServer:
    ServerBlocked: '%PREFIX% &fBir partideyken bu sunucuya giremezsiniz!'
    JoinServer: '%PREFIX% &fPartiniz sunucuya katılıyor: &8(&a%WORLD%&8)'

Kod:
options:
    {_otomesaj} : Merhaba! Arkadaş Olalımmı?
    Author: islamreyz

command /arkadaş [<text>] [<text>] [<text>]:
    trigger:
        if arg-1 isn't set:
            send "&7----------&e&lARKADAŞLIK SİSTEMİ&7----------"
            send "&6&lKomutlar:"
            send "&e/arkadaş ekle &a<oyuncu> <mesaj (isteğe bağlı)>"
            send "&e/arkadaş kabul &a<oyuncu>"
            send "&e/arkadaş reddet &a<oyuncu>"
            send "&e/arkadaş çıkar &a<oyuncu>"
            send "&e/arkadaş liste>"
            send "&7-------------&e&lVIAYX &6&lEMPIRE&7-------------"
        if arg-1 is "ekle":
            if arg-3 is not set:
                set {_otomesaj} to arg-3
            if arg-2 isn't set:
                send "&eKullanım: &6/arkadaş ekle &a<Oyuncu ismi> <Mesaj (isteğe bağlı)>"
                send "&eÖrnek: &6/arkadaş ekle &aislamreyz Merhaba! Beni Tanıdınmı?"
            else if arg-2 is set:
                execute player command "f add %arg-2% %arg-3%"
        else if arg-1 is "kabul":
            if arg-2 is not set:
                send "&eKullanım: &6/arkadaş kabul &a<Oyuncu>"
                send "&eÖrnek: &6/arkadaş kabul &aislamreyz"
            if arg-2 is set:
                execute player command "f accept %arg-2%"
        else if arg-1 is "reddet":
            if arg-2 is not set:
                send "&eKullanım: &6/arkadaş reddet &a<Oyuncu>"
                send "&eÖrnek: &6/arkadaş reddet &aislamreyz"
            if arg-2 is set:
                execute player command "f deny %arg-2%"
        else if arg-1 is "çıkar":
            if arg-2 is not set:
                send "&eKullanım: &6/arkadaş çıkar &a<Oyuncu>"
                send "&eÖrnek: &6/arkadaş çıkar &aislamreyz"
            if arg-2 is set:
                execute player command "f remove %arg-2%"
        else if arg-1 is "liste":
            execute player command "f list"
        else if arg-1 is "hepsikabul":
            execute player command "f acceptall"
        else if arg-1 is "hepsireddet":
            execute player command "f denyall"
        else if arg-1 is "msg":
            if arg-2 is not set:
                send "&eKullanım: &6/arkadaş msg &a<Oyuncu>"
                send "&eÖrnek: &6/arkadaş msg &aislamreyz &eSelam!"
            if arg-2 is set:
                if arg-3 isn't set:
                    send "&6Kullanım: &e/arkadaş msg <Oyuncu> <Mesaj>"
                else if arg-3 is set:
                    execute player command "f msg %arg-2% %arg-3%"
command /arkadas [<text>]:
    trigger:
        if arg-1 isn't set:
            execute player command "/arkadaş"
        else if arg-1 is "ekle":
            send "&6Doğru Kullanım: &a/arkadaş ekle"
Kod:
Friends:
  Prefix: "&8[&6Arkadaşlık&8]"
  CheckForUpdates: true
 
  # Here you can put aliases to alternatively perform /friends
  CommandAliases:
  - f
  - friend
  - ark
 
  # Bu, bir oyuncunun sahip olabileceği standart arkadaş sınırıdır
  FriendLimit: 20
  # Ek izne sahip bir oyuncunun aşağıdaki sayı kadar arkadaşı olabilir
  # İzin: - Friends.FriendLimit.Extended
  FriendLimitExtended: 50
 
  # Bu, arkadaşlarda kullanılan her tarihin biçimini değiştirir (örneğin, 'o zamandan beri arkadaşlar', 'son çevrimiçi')
  # Yıl: 'yyyy', Ay: 'MM', Gün: 'gg', Saat: 'hh', Dakika: 'mm', Saniye: 'ss'
  DateFormat: "MM/dd/yyyy"
 
  FriendItemOptions:
    KeepOnDeath: true
 
  JoinQuitMessages: true
  # Bu seçenek devre dışı bırakılırsa, arkadaşlar birbirlerine zarar veremez
  FriendsCanPvP: false
  # Bu seçenek etkinleştirilirse, arkadaşınızın kafasıyla birine vurabilirsiniz ve bu bir arkadaşlık isteği gönderilmesine neden olur
  HitToSendRequest: true
 
  NotifyAboutRequestsOnJoin: true
 
  Status:
    # You can toggle wether the status should be checked for abusive language phrases (defined in forbidden_phrases.txt)
    EnableFilter: true
    # This is the total lenght that is possible for setting a status
    MaxLenght: 30
    # This is the time players have to wait between changing their status
    # Permission to avoid this timer: '- Friends.Status.ChangeLimit.ByPass'
    ChangeDuration: 600
    # Toggle wether you want players to use farbcodes in order to set a colored status!
    AllowFarbcodes: false

  # If you enable Nicknames, players can give their friends a unique nickname!
  # If enabled, you can use %REAL_NAME% as a placeholder to show a players real name
  Nicknames:
    Enable: true
    # You can check given nicknames and block abusive words (defined in forbidden_phrases.txt)
    CheckForAbusiveWords: true
 
  # Friends have the possibility to send global messages to all their friends
  FriendChat:
    # Toggle wether the friendchat should be activated
    Enable: true
    # This defines the beginning of a messages to trigger the friendchat (e.g. '@friends hey')
    Format: "@arkadaşlar"
    # You can check the messages send in the friendchat and block abusive phrases (defined in forbidden_phrases.txt)
    CheckForAbusiveWords: true
    
  FriendMSG:
    # Toggle wether you want friends to send eachother private messages
    Enable: true
    # You can check the messages send in the private messages and block abusive phrases (defined in forbidden_phrases.txt)
    CheckForAbusiveWords: true
    # If enabled you can use msg with /msg <Name> <Message>. Is disabled you can only write private messages with /friends msg <Name> <Message>
    UseMSGCommand: true
 
  # Some commands have additional arguments
  Commands:
    # If you enable this options, players will get messages to interact with to directly accept/deny friendrequests
    EnableClickableMessages: true
    # While adding a player you can send him a personal note (e.g. /friends add HyChrod I'm your biggest fan)
    AddMessage:
      Enable: true
      # This defines the total lenght of the additional message
      CharacterLimit: 40
    # When you block a player you can save a note to remember why you blocked him (e.g. /friends block HyChrod Too good in programming)
    BlockNote:
      Enable: true
      # This defines the total lenght of the additional note for blocked players
      CharacterLimit: 40
    # Decide wether you want other players to jump to each others locations!
    Jumping:
      Enable: true
      
  # Put in the name of worlds you do not want players to jump to!
  DisabledWorlds:
  - world_end
  - world_nether
 
  # This is the item which opens the friend-inventory on a rightclick!
  FriendItem:
    # If you disable the friend-item, the inventory can only be opend by using /friends
    Enable: true
    Name: "&6Arkadaşlar"
    ItemID: "397:3"
    # You can split the lines by using '//'
    Lore: "&r//&7Buradan arkadaşlarını görüntüleyebilir//&7ve düzenleyebilirsin."
    InventorySlot: 9
    # If you haveing trouble getting the Friend-Item even tho you enabled it above, try enabling DelayedInventorySet to
    # add a slight delay before placing the item in the players inventory
    DelayedInventorySet: false

#####################################################################################################################################
#                                                                                                                                    #
#    When editing the inventory, please make sure you set every '"' and only used valid item id's!                                    #
#    ItemID-List: https://www.digminecraft.com/lists/item_id_list_pc_1_12.php                                                        #                                   
#                                                                                                                                    #
#    Minor changes can already cause the plugin to not work!                                                                            #
#                                                                                                                                    #
#####################################################################################################################################

  # Decide wether you want players to use /friends to open up the GUI!
  OpenGUIWithCommand: true
 
  FriendInventory:
    InventoryTitle: "&0➭ Arkadaşlar &8(&0%PAGE%. Sayfa&8)"
    # Available sizes are multiples of 9 up to 54
    # [ 9, 18, 27, 36, 45, 54 ]
    InventorySize: 54
    # If you enable this option, the Next-/PreviousPageItem will only be shown, if you have more friends than can fit on one page
    HidePageItemsWhenNotNeeded: false
    FriendsItem:
      OnlineStatus: "&8(&aAktif&8)"
      OfflineStatus: "&8(&cÇevrimdışı&8)"
      Name: "&7%NAME% %ONLINE_STATUS%"
      # Use %SERVER% to show the current server a player is on. Only available for bungeemode!
      # Use %WORLD% to show the current world a player is on. Only available without bungeemode!
      LoreOnline: "&r//&6&nDurum://&7Dünya: &e%WORLD%//&c%DATE%&7'den beri arkadaşsınız!"
      LoreOffline: "&r//&6&nDurum://&7Son giriş: &a%LAST_ONLINE%//&c%DATE%&7'den beri arkadaşsınız!"
      ChangeSkullWhenOffline: true
      NoStatusReplacement: "-"
      LastOnlineFormat: "MM/dd/yyyy - hh:mm"
    RequestsItem:
      ShowItem: true
      Name: "&aİstekler"
      ItemID: "388"
      # You can split the lines by using '//'
      Lore: "&r//&7Bekleyen: &8(&f%REQUESTS_COUNT%&8)"
      InventorySlot: 46
      # If you want to use custom skins on your items, you can put in a Base64-Value:
      # You can find Base64-Values here: https://minecraft-heads.com
      # Using a broken value will show steves-head!
      Base64Value: ""
    OptionsItem:
      ShowItem: true
      Name: "&6Ayarlar"
      ItemID: "404"
      # You can split the lines by using '//'
      Lore: ""
      InventorySlot: 49
      # If you want to use custom skins on your items, you can put in a Base64-Value:
      # You can find Base64-Values here: https://minecraft-heads.com
      # Using a broken value will show steves-head!
      Base64Value: ""
    SortItem:
      ShowItem: true
      Name: "&6Sıralama"
      ItemID: "399"
      # You can split the lines by using '//'
      Lore: "&r//%SORTING%"
      InventorySlot: 51
      OnOffSorting: "&7Çevrimiçi/Çevrimdışı"
      FavoriteSorting: "&7Favori"
      LongFriendSorting: "&7En önce"
      Alphabetic: "&7Alfabetik"
      # If you want to use custom skins on your items, you can put in a Base64-Value:
      # You can find Base64-Values here: https://minecraft-heads.com
      # Using a broken value will show steves-head!
      Base64Value: ""
    NextPageItem:
      ShowItem: true
      Name: "&aSonraki sayfa"
      ItemID: "262"
      # You can split the lines by using '//'
      Lore: ""
      InventorySlot: 54
      # If you want to use custom skins on your items, you can put in a Base64-Value:
      # You can find Base64-Values here: https://minecraft-heads.com
      # Using a broken value will show steves-head!
      Base64Value: "eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNjgyYWQxYjljYjRkZDIxMjU5YzBkNzVhYTMxNWZmMzg5YzNjZWY3NTJiZTM5NDkzMzgxNjRiYWM4NGE5NmUifX19"
    PartyItem:
      ShowItem: true
      Name: "&6Partiniz"
      ItemID: "401"
      # You can split the lines by using '//'
      Lore: ""
      InventorySlot: 50
      # If you want to use custom skins on your items, you can put in a Base64-Value:
      # You can find Base64-Values here: https://minecraft-heads.com
      # Using a broken value will show steves-head!
      Base64Value: ""
    PreviousPageItem:
      ShowItem: true
      Name: "&cÖnceki sayfa"
      ItemID: "262"
      # You can split the lines by using '//'
      Lore: ""
      InventorySlot: 53
      # If you want to use custom skins on your items, you can put in a Base64-Value:
      # You can find Base64-Values here: https://minecraft-heads.com
      # Using a broken value will show steves-head!
      Base64Value: "eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMzdhZWU5YTc1YmYwZGY3ODk3MTgzMDE1Y2NhMGIyYTdkNzU1YzYzMzg4ZmYwMTc1MmQ1ZjQ0MTlmYzY0NSJ9fX0="
    Placeholders:
      ItemID: "160:7"
      # If you want to use custom skins on your items, you can put in a Base64-Value:
      # You can find Base64-Values here: https://minecraft-heads.com
      # Using a broken value will show steves-head!
      Base64Value: ""
      InventorySlots:
      - 47
      - 48
      - 52
    # In the following section you are able to create your own items, which can perform commands or just work as additional placeholders/design elements.
    # To add a new item, just follow these format-rules:
    # CustomItems:
    #   CUSTOM_ITEM_<Number>:
    #     Name: ""
    #     ItemID: ""
    #     Lore: ""
    #     InventorySlot: 46
    #     PerformCommand: <Command> | If you do not want to use a command just let it empty
    #      Base64Value: ""
    CustomItems:
      CUSTOM_ITEM_1:
        Name: "&7Özel Öğe"
        ItemID: "322"
        Lore: "&r//&7Bu, özel bir öğedir ve//&7config.yml'de oluşturulmuş ve düzenlenmiştir.// //&7Bu öğeyi kullanmak istemiyorsanız//&7sadece onu kaldırın veya ihtiyaçlarınıza göre değiştirin."
        InventorySlot: 46
        PerformCommand: "say ViayxEmpire en iyisidir!"
        Base64Value: "eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZjFmYWIwZTZhZWE4ODc0OGNhM2I1NTEyZWQ1MDJhNmQxOGU3NmQ4YWZjNDc3MGQ5OTUyMzNhYzBkYzUxODYifX19"
      
  FriendEditInventory:
    InventoryTitle: "&0➭ &8(&0%NAME%&8)"
    # Available sizes are multiples of 9 up to 54
    # [ 9, 18, 27, 36, 45, 54 ]
    InventorySize: 9
    FavoriteItem:
      ShowItem: true
      Name: "&6Favori"
      ItemID: "322"
      # You can split the lines by using '//'
      Lore: "&r//&7Şu anda: %FAVORITE_STATUS%"
      InventorySlot: 6
      FavoriteStatusOn: "&aAçık"
      FavoriteStatusOff: "&cKapalı"
      # If you want to use custom skins on your items, you can put in a Base64-Value:
      # You can find Base64-Values here: https://minecraft-heads.com
      # Using a broken value will show steves-head!
      Base64Value: ""
    CanSendMessagesItem:
      ShowItem: true
      Name: "&e%NAME% &7sana mesaj gönderebilir"
      ItemID: "339"
      # You can split the lines by using '//'
      Lore: "&r//&7Şu anda: &c%SENDMESSAGES_STATUS%//&r//&7Bu arkadaş sohbetini, özel mesajlar ve //&7katılma/ayrılma bildirimlerini içerir!"
      InventorySlot: 5
      SendMessagesStatusOn: "&aAçık"
      SendMessagesStatusOff: "&cKapalı"
      # If you want to use custom skins on your items, you can put in a Base64-Value:
      # You can find Base64-Values here: https://minecraft-heads.com
      # Using a broken value will show steves-head!
      Base64Value: ""
    NicknameItem:
      ShowItem: true
      Name: "&6Arkadaşınıza bir takma ad verin!"
      ItemID: "421"
      # You can split the lines by using '//'
      Lore: "&r//&7Şu anda: &e%NICKNAME%//&r//&fTakma adı kaldırmak için &esağ tıklayın!"
      InventorySlot: 3
      NoNicknameReplacement: "-"
      # If you want to use custom skins on your items, you can put in a Base64-Value:
      # You can find Base64-Values here: https://minecraft-heads.com
      # Using a broken value will show steves-head!
      Base64Value: ""
    RemoveItem:
      Name: "&e%NAME% &7adlı kişiyi arkadaşlarınızdan çıkartın!"
      ItemID: "35:14"
      # You can split the lines by using '//'
      Lore: ""
      InventorySlot: 9
      # If you want to use custom skins on your items, you can put in a Base64-Value:
      # You can find Base64-Values here: https://minecraft-heads.com
      # Using a broken value will show steves-head!
      Base64Value: ""
    BackItem:
      Name: "&7Arkadaşlarına geri dön!"
      ItemID: "330"
      # You can split the lines by using '//'
      Lore: ""
      InventorySlot: 1
      # If you want to use custom skins on your items, you can put in a Base64-Value:
      # You can find Base64-Values here: https://minecraft-heads.com
      # Using a broken value will show steves-head!
      Base64Value: "eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZjFmYWIwZTZhZWE4ODc0OGNhM2I1NTEyZWQ1MDJhNmQxOGU3NmQ4YWZjNDc3MGQ5OTUyMzNhYzBkYzUxODYifX19"
    JumpItem:
      ShowItem: true
      Name: "&e%NAME% &7yanına git!"
      ItemID: "401"
      # You can split the lines by using '//'
      Lore: ""
      InventorySlot: 4
      # If you want to use custom skins on your items, you can put in a Base64-Value:
      # You can find Base64-Values here: https://minecraft-heads.com
      # Using a broken value will show steves-head!
      Base64Value: ""
    PartyItem:
      ShowItem: true
      Name: "&e%NAME% &7adlı kişiyi partinize davet edin!"
      ItemID: "401"
      Lore: ""
      InventorySlot: 7
      # If you want to use custom skins on your items, you can put in a Base64-Value:
      # You can find Base64-Values here: https://minecraft-heads.com
      # Using a broken value will show steves-head!
      Base64Value: ""
    Placeholders:
      ItemID: "160:7"
      # If you want to use custom skins on your items, you can put in a Base64-Value:
      # You can find Base64-Values here: https://minecraft-heads.com
      # Using a broken value will show steves-head!
      Base64Value: ""
      InventorySlots:
      - 2
      - 4
      - 7
      - 8
    # In the following section you are able to create your own items, which can perform commands or just work as additional placeholders/design elements.
    # To add a new item, just follow these format-rules:
    # CustomItems:
    #   CUSTOM_ITEM_<Number>:
    #     Name: ""
    #     Material: ""
    #     Lore: ""
    #     InventorySlot: 46
    #     PerformCommand: <Command> | If you do not want to use a command just let it empty
    #      Base64Value: ""
    CustomItems: []
      
  RequestsInventory:
    InventoryTitle: "&0➭ İstekler &8(&0%PAGE%. Sayfa&8)"
    # Available sizes are multiples of 9 up to 54
    # [ 9, 18, 27, 36, 45, 54 ]
    InventorySize: 54
    # If you enable this option, the Next-/PreviousPageItem will only be shown, if you have more friends than can fit on one page
    HidePageItemsWhenNotNeeded: false
    RequestItem:
      Name: "&6%NAME%"
      # You can split the lines by using '//'
      Lore: "&r//&7Gönderilme Tarihi: &e%DATE%//&7Mesaj: &f&o%MESSAGE%"
      NoMessageReplacement: "-"
    AcceptAllItem:
      ShowItem: true
      Name: "&aHepsini kabul et"
      ItemID: "35:5"
      # You can split the lines by using '//'
      Lore: "&r//&7Bekleyen: &8(&f%REQUESTS_COUNT%&8)"
      InventorySlot: 49
      # If you want to use custom skins on your items, you can put in a Base64-Value:
      # You can find Base64-Values here: https://minecraft-heads.com
      # Using a broken value will show steves-head!
      Base64Value: ""
    DenyAllItem:
      ShowItem: true
      Name: "&cHepsini reddet"
      ItemID: "35:14"
      # You can split the lines by using '//'
      Lore: "&r//&7Bekleyen: &8(&f%REQUESTS_COUNT%&8)"
      InventorySlot: 51
      # If you want to use custom skins on your items, you can put in a Base64-Value:
      # You can find Base64-Values here: https://minecraft-heads.com
      # Using a broken value will show steves-head!
      Base64Value: ""
    BackItem:
      Name: "&7Arkadaşlara dön"
      ItemID: "330"
      # You can split the lines by using '//'
      Lore: ""
      InventorySlot: 46
      # If you want to use custom skins on your items, you can put in a Base64-Value:
      # You can find Base64-Values here: https://minecraft-heads.com
      # Using a broken value will show steves-head!
      Base64Value: "eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZjFmYWIwZTZhZWE4ODc0OGNhM2I1NTEyZWQ1MDJhNmQxOGU3NmQ4YWZjNDc3MGQ5OTUyMzNhYzBkYzUxODYifX19"
    PreviousPageItem:
      ShowItem: true
      Name: "&cÖnceki sayfa"
      ItemID: "262"
      # You can split the lines by using '//'
      Lore: ""
      InventorySlot: 53
      # If you want to use custom skins on your items, you can put in a Base64-Value:
      # You can find Base64-Values here: https://minecraft-heads.com
      # Using a broken value will show steves-head!
      Base64Value: "eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMzdhZWU5YTc1YmYwZGY3ODk3MTgzMDE1Y2NhMGIyYTdkNzU1YzYzMzg4ZmYwMTc1MmQ1ZjQ0MTlmYzY0NSJ9fX0="
    NextPageItem:
      ShowItem: true
      Name: "&aSonraki sayfa"
      ItemID: "262"
      # You can split the lines by using '//'
      Lore: ""
      InventorySlot: 54
      # If you want to use custom skins on your items, you can put in a Base64-Value:
      # You can find Base64-Values here: https://minecraft-heads.com
      # Using a broken value will show steves-head!
      Base64Value: "eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNjgyYWQxYjljYjRkZDIxMjU5YzBkNzVhYTMxNWZmMzg5YzNjZWY3NTJiZTM5NDkzMzgxNjRiYWM4NGE5NmUifX19"
    Placeholders:
      ItemID: "160:7"
      # If you want to use custom skins on your items, you can put in a Base64-Value:
      # You can find Base64-Values here: https://minecraft-heads.com
      # Using a broken value will show steves-head!
      Base64Value: ""
      InventorySlots:
      - 47
      - 48
      - 50
      - 52
    # In the following section you are able to create your own items, which can perform commands or just work as additional placeholders/design elements.
    # To add a new item, just follow these format-rules:
    # CustomItems:
    #   CUSTOM_ITEM_<Number>:
    #     Name: ""
    #     Material: ""
    #     Lore: ""
    #     InventorySlot: 46
    #     PerformCommand: <Command> | If you do not want to use a command just let it empty
    #      Base64Value: ""
    CustomItems: []
    
  RequestEditInventory:
    InventoryTitle: "&0➭ &8(&c%NAME% &0İstek&8)"
    # Available sizes are multiples of 9 up to 54
    # [ 9, 18, 27, 36, 45, 54 ]
    InventorySize: 9
    MessageItem:
      ShowItem: true
      Name: "&e%NAME% &7mesaj:"
      ItemID: "339"
      # You can split the lines by using '//'
      Lore: "&f%MESSAGE%"
      InventorySlot: 5
      NoMessageReplacement: "-"
      # If you want to use custom skins on your items, you can put in a Base64-Value:
      # You can find Base64-Values here: https://minecraft-heads.com
      # Using a broken value will show steves-head!
      Base64Value: ""
    AcceptItem:
      Name: "&a%NAME% &7adlı kişinin isteğini kabul et."
      ItemID: "35:5"
      # You can split the lines by using '//'
      Lore: ""
      InventorySlot: 4
      # If you want to use custom skins on your items, you can put in a Base64-Value:
      # You can find Base64-Values here: https://minecraft-heads.com
      # Using a broken value will show steves-head!
      Base64Value: ""
    DenyItem:
      Name: "&c%NAME% &7adlı kişinin isteğini reddet."
      ItemID: "35:14"
      # You can split the lines by using '//'
      Lore: ""
      InventorySlot: 6
      # If you want to use custom skins on your items, you can put in a Base64-Value:
      # You can find Base64-Values here: https://minecraft-heads.com
      # Using a broken value will show steves-head!
      Base64Value: ""
    BackItem:
      Name: "&7İsteklerinize geri dönün."
      ItemID: "330"
      # You can split the lines by using '//'
      Lore: ""
      InventorySlot: 1
      # If you want to use custom skins on your items, you can put in a Base64-Value:
      # You can find Base64-Values here: https://minecraft-heads.com
      # Using a broken value will show steves-head!
      Base64Value: "eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZjFmYWIwZTZhZWE4ODc0OGNhM2I1NTEyZWQ1MDJhNmQxOGU3NmQ4YWZjNDc3MGQ5OTUyMzNhYzBkYzUxODYifX19"
    Placeholders:
      ItemID: "160:7"
      # If you want to use custom skins on your items, you can put in a Base64-Value:
      # You can find Base64-Values here: https://minecraft-heads.com
      # Using a broken value will show steves-head!
      Base64Value: ""
      InventorySlots:
      - 2
      - 3
      - 7
      - 8
      - 9
    # In the following section you are able to create your own items, which can perform commands or just work as additional placeholders/design elements.
    # To add a new item, just follow these format-rules:
    # CustomItems:
    #   CUSTOM_ITEM_<Number>:
    #     Name: ""
    #     Material: ""
    #     Lore: ""
    #     InventorySlot: 46
    #     PerformCommand: <Command> | If you do not want to use a command just let it empty
    #      Base64Value: ""
    CustomItems: []
      
  OptionsInventory:
    InventoryTitle: "&0➭ &8(&0Ayarlar&8)"
    # Available sizes are multiples of 9 up to 54
    # [ 9, 18, 27, 36, 45, 54 ]
    InventorySize: 9
    OptionStatusOn: "&aAçık"
    OptionStatusOff: "&cKapalı"
    BackItem:
      Name: "&7Arkadaşlarına geri dön."
      ItemID: "330"
      # You can split the lines by using '//'
      Lore: ""
      InventorySlot: 1
      # If you want to use custom skins on your items, you can put in a Base64-Value:
      # You can find Base64-Values here: https://minecraft-heads.com
      # Using a broken value will show steves-head!
      Base64Value: "eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZjFmYWIwZTZhZWE4ODc0OGNhM2I1NTEyZWQ1MDJhNmQxOGU3NmQ4YWZjNDc3MGQ5OTUyMzNhYzBkYzUxODYifX19"
    ReceiveMessagesItem:
      ShowItem: true
      Name: "&6Alınan mesajlar"
      ItemID: "339"
      # You can split the lines by using '//'
      Lore: "&r//&7Bekleyen: &8(&f%OPTION_MESSAGES_STATUS%&8)//&r//&7Her türden mesaj almayı aç/kapat.//&7Özel mesajların yanı sıra arkadaş sohbeti//&7ve katılma/çıkma bildirimlerini içerir."
      InventorySlot: 3
      OnlyFavoritesStatus: "&eYalnızca Favoriler"
      # If you want to use custom skins on your items, you can put in a Base64-Value:
      # You can find Base64-Values here: https://minecraft-heads.com
      # Using a broken value will show steves-head!
      Base64Value: ""
    ReceiveRequestsItem:
      ShowItem: true
      Name: "&aİstekleri Al"
      ItemID: "397:3"
      # You can split the lines by using '//'
      Lore: "&r//&7Şu anda: &8(&f%OPTION_REQUESTS_STATUS%&8)//&r//&7Diğer oyunculardan arkadaş istekleri almak//&7isteyip istemediğinizi değiştirin."
      InventorySlot: 5
      # If you want to use custom skins on your items, you can put in a Base64-Value:
      # You can find Base64-Values here: https://minecraft-heads.com
      # Using a broken value will show steves-head!
      Base64Value: ""
    OfflinemodeItem:
      ShowItem: true
      Name: "&cÇevrimdışı mod"
      ItemID: "355"
      # You can split the lines by using '//'
      Lore: "&r//&7Şu anda: &8(&f%OPTION_OFFLINEMODE_STATUS%&8)//&r//&7Etkinleştirilirse, tüm arkadaşlarınıza//&7çevrimdışı olarak gösterileceksiniz."
      InventorySlot: 7
      # If you want to use custom skins on your items, you can put in a Base64-Value:
      # You can find Base64-Values here: https://minecraft-heads.com
      # Using a broken value will show steves-head!
      Base64Value: ""
    StatusItem:
      ShowItem: true
      Name: "&6Durumunuzu değiştirin"
      ItemID: "421"
      # You can split the lines by using '//'
      Lore: "&r//&7Mevcut durumunuz://&f%STATUS%"
      InventorySlot: 9
      # If you want to use custom skins on your items, you can put in a Base64-Value:
      # You can find Base64-Values here: https://minecraft-heads.com
      # Using a broken value will show steves-head!
      Base64Value: ""
    JumpItem:
      ShowItem: true
      Name: "&6Atlama"
      ItemID: "401"
      # You can split the lines by using '//'
      Lore: "&r//&7Şu anda: &8(&f%OPTION_JUMPING_STATUS%&8)//&r//&7Etkinleştirilirse, arkadaşlar bulunduğunuz//&7yere atlayabilir!"
      InventorySlot: 4
      OnlyFavoritesStatus: "&6Yalnızca Favoriler"
      # If you want to use custom skins on your items, you can put in a Base64-Value:
      # You can find Base64-Values here: https://minecraft-heads.com
      # Using a broken value will show steves-head!
      Base64Value: ""
    Placeholders:
      ItemID: "160:7"
      # If you want to use custom skins on your items, you can put in a Base64-Value:
      # You can find Base64-Values here: https://minecraft-heads.com
      # Using a broken value will show steves-head!
      Base64Value: ""
      InventorySlots:
      - 2
      - 4
      - 6
      - 8
    # In the following section you are able to create your own items, which can perform commands or just work as additional placeholders/design elements.
    # To add a new item, just follow these format-rules:
    # CustomItems:
    #   CUSTOM_ITEM_<Number>:
    #     Name: ""
    #     Material: ""
    #     Lore: ""
    #     InventorySlot: 46
    #     PerformCommand: <Command> | If you do not want to use a command just let it empty
    #      Base64Value: ""
    CustomItems: []
 
Son düzenleme:
Başarılı bir paylaşım olmuş dostum eline emeğine sağlık kullanacaklara hayırlı olsun :)
 
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