Çözüldü Friends3.0 Config türkçe yaptıgımda hata veriyor

Durum
Üzgünüz bu konu cevaplar için kapatılmıştır...

Türk_Craft

Bir Kömür Göründü Kaptanım!
Katılım
5 Mart 2019
Mesajlar
104
Elmaslar
12
Puan
0
Yaş
26
Minecraft
AliHD_YT

Discord:

AliHD#4006

Öncelike iyi günler;

Friends3.0 plugini kullanıyorum pluginin yarsını türkçeleştiridm configte. Ancak hata verdi, An error ile bşalıyorşu anda aklımda değil. Sizlere Config'i atsam türkçeleştirebilir sminiz.


Kod:
#################################################################
#                                                                #
#    This plugin was made by HyChrod(@Spigot: Flocrafter77)        #
#    You're not authorised to re-publish or sell this plugin        #
#                                                                #
#################################################################
Friends:
  Prefix: "&eFriends &7|"
  CheckForUpdates: true
 
  # This options are for server networks and enables BungeeCord
  # To use BungeeMode you have to install "Friends - BungeeAddon" on your Proxy too
  # You can find the Addon here:
  # <https://www.spigotmc.org/resources/friends2-0-mc1-8-1-10-bungeecord-addon.28909/>
  BungeeMode: false
  # If this is enabled the server the player is currently on will be shown under their name in the GUI!
  # Only available if BungeeMode is activated
  ShowServer:
    Enable: true
    Lore: "&3Server: &f%SERVER%"
    
  FriendChat:
    Enable: true
    # The message have to start with this to write in the friend chat!
    Code: "@friends"
    # This allows players to send private messages to their friends using command '/f msg <Player> <Message>'!
    FriendMSG: true
    # If this is enabled player with special permissions are able to see the friendchat of other players
    # This can be used to control the friendchat by admins
    # Permission:
    # - Friends.Commands.SpyChat
    SpyChat:
      Enable: true
      Format: "&3%PLAYER% &6[FRIENDCHAT] &f| %MESSAGE%"
    
  # These options are for an optional partysystem
  # To use the partysystem you have to install my Party plugin on your Proxy too
  # Make sure you also enabled bungeemode!
  # You can find the plugin here:
  # <https://www.spigotmc.org/resources/party.30609/>
  PartySystem:
    Enable: false
 
  Options:
    MaxFriends:
      # This is the amount of friends normal players can have
      Normal: 25
      # This is the amount of friends players with special permissions can have
      # Permission: - Friends.FriendLimit.Extended
      Extended: 50
    # You can disable the jump function
    EnableJumping: true
    # If this is disabled, friends can't hit each other!
    FriendCanPvP: false
    # If this is enabled, players can hit others with the friend-item to send a request!
    HitToRequest: true
    # If this is enabled, players can drop the friend-item!
    CanDropItem: false
    # If this is enabled, players can place the friend-item!
    CanPlaceItem: false
    # If this is enabled, players can move the friend-item in their inventory!
    CanMoveItem: false
    # If this is enabled you get a notification when a friend joins or quits the server!
    JoinQuitMessages: true
    # If this is enabled the world the player is currently on will be shown under their name in the GUI!
    # This only works if BungeeMode is disabled!
    # If this is enabled the player gets notified on join if he has open friend requests
    # The message can be changed in the messages.yml!
    RequestNotification: true
    ShowWorld:
      Enable: true
      Lore: "&3World: &f%WORLD%"
    LastOnline:
      Enable: true
      # Values: %days% %hours% %minutes% %seconds%
      Format: "&cLast Online: &3%days% Days, %hours% Hours and %minutes% Minutes ago"
    Nicknames:
      # If this is enabled, the name of your friends will be replaced in all messages to the nickname
      ReplaceChatMessages: true
      # If this is enabled, the real name of a nicked-player will be shown below his nick in the GUI
      ShowRealName: true
      Lore: "//&7&o(%NAME%)"
    # The status players can set under their name in the gui
    Status:
      Delay:
        # Enable or disbale the delay between changing your status
        Enable: true
        # Time in seconds
        TimeStamp: 600
    
  FriendItem:
    # If this is enabled, every player will get this item on join
    GiveOnJoin: true
    # If this is enabled, the firenditem will have your skin
    PlayersHead: true
    Item:
      ItemID: "397:3"
      Name: "&eFriends &7(Rightclick)"
      # You can split the lines with "//"!
      Lore: "&7Rightclick this item to open the GUI"
      InventorySlot: 8
      
  GUI:
    # If you disable this, all possibilities to open the gui will be removed
    Enable: true
    Title: "&eYour friends:"
    # Available sizes are: 9, 18, 27, 36, 45, 54!
    # WARNING! If you use another number as above, the gui will not work!!
    InventorySize: 54
    FriendHead:
      # If this is enabled the players head in your friend-inventory will change to a skeleton if he turns offline!
      ChangeHeadIfOffline: true
      # If you are using PermissionsEx oder zPermissions, the placeholders %PREFIX% and %SUFFIX% will be replaced
      NameOnline: "%PREFIX%%NAME%%SUFFIX% &a(Online)"
      NameOffline: "%PREFIX%%NAME%%SUFFIX% &8(Offline)"
    Items:
      RequestsItem:
        ItemID: "388:0"
        Name: "&2Requests"
        # You can split the lines with "//"!
        Lore: "&7Click here to see all your requests//&7Currently: &a%REQUESTS%"
        InventorySlot: 46
      BlockedPlayers:
        ItemID: "46:0"
        Name: "&cBlocked Players"
        # You can split the lines with "//"!
        Lore: "&7Click here to see all players//&7you have blocked//&7Currently: &a%BLOCKED%"
        InventorySlot: 47
      OptionsItem:
        ItemID: "404:0"
        Name: "&3Options"
        # You can split the lines with "//"
        Lore: "&7Click here to change some options"
        InventorySlot: 48
      NextPage:
        ItemID: "262:0"
        Name: "&6Next Page"
        # You can split the lines with "//"!
        Lore: "&7Click here to open the next page"
        InventorySlot: 54
      PreviousPage:
        ItemID: "262:0"
        Name: "&6Previous Page"
        # You can split the lines with "//"!
        Lore: "&7Click here to open the previous page"
        InventorySlot: 53
      InventorySorting:
        Enable: true
        Item:
          ItemID: "399:0"
          Name: "&eSorting: &3%SORTING%"
          # You can split the lines with "//"!
          Lore: "%SORTING_DESCRIPTION%////&7Click to change sorting"
          InventorySlot: 50
        # Available sortings: Nothing, Online_Offline, Favorites, Alphabetic
        DefaultSorting: "Nothing"
        SortingMethods:
          Online_Offline:
            Name: "&7Online & Offline"
            # You can split the lines with "//"!
            Description: "&7Your friends are sorted by online / offline"
          Favorites:
            Name: "&7Favorites"
            # You can split the lines with "//"!
            Description: "&7Shows your favorite friends always on top"
          Nothing:
            Name: "&7Nothing"
            # You can split the lines with "//"!
            Description: "&7No sorting"
          Alphabetic:
            Name: "&7Alphabetic"
            # You can split the lines with "//"!
            Description: "&7Your friends will be sorted alphabetic//&7by their name"
      Placeholders:
        ItemID: "160:7"
        Name: " "
        Lore: ""
        # Put in the number of slots, the placeholder should be placed on
        InventorySlots:
        - 49
        - 51
        - 52
    FriendEditInventory:
      InventorySize: 9
      Items:
        Nickname:
          Enable: true
          ItemID: "421:0"
          Name: "&dNickname"
          # You can split the lines with "//"!
          Lore: "&7Leftclick to edit, rightclick to remove nick////&eCurrent Nick: &f%NICKNAME%"
          InventorySlot: 6
        RemoveItem:
          ItemID: "35:14"
          Name: "&cRemove"
          # You can split the lines with "//"!
          Lore: "&7Remove &a%NAME% &7from your friendlist"
          InventorySlot: 9
        FavoriteItem:
          ItemID: "399:0"
          Name: "&6Favorite &7(%VALUE%&7)"
          # You can split the lines with "//"!
          Lore: "&7Add or remove &a%NAME% &7from//&7your favorites"
          InventorySlot: 7
          Values:
            Activated: "&aActivated"
            Deactivated: "&cDeactivated"
        JumpItem:
          ItemID: "368:0"
          Name: "&3Jump"
          # You can split the lines with "//"!
          Lore: "&7Jump to &a%NAME% &7position/server"
          InventorySlot: 4
        PartyItem:
          ItemID: "401:0"
          Name: "&dParty"
          # You can split the lines with "//"!
          Lore: "&7Invite &a%NAME% &7to your party"
          InventorySlot: 3
        BackItem:
          ItemID: "330:0"
          Name: "&7Back to friends"
          # You can split the lines with "//"!
          Lore: ""
          InventorySlot: 1
        Placeholders:
          ItemID: "160:7"
          Name: " "
          # You can split the lines with "//"!
          Lore: ""
          # Put in the number of slots, the placeholder should be placed on
          InventorySlots:
          - 2
          - 3
          - 5
          - 8
    
    RequestsInventory:
      Title: "&3Requests:"
      InventorySize: 54
      Items:
        AcceptAll:
          ItemID: "35:5"
          Name: "&aAccept all Requests"
          # You can split the lines with "//"!
          Lore: "&7Accept all &a&3%REQUESTS% &7requests!"
          InventorySlot: 49
        DenyAll:
          ItemID: "35:14"
          Name: "&cDeny all Requests"
          # You can split the lines with "//"!
          Lore: "&7Deny all &a&3%REQUESTS% &7requests!"
          InventorySlot: 50
        BackItem:
          ItemID: "330:0"
          Name: "&7Back to Friends"
          # You can split the lines with "//"!
          Lore: ""
          InventorySlot: 46
        NextPage:
          ItemID: "262:0"
          Name: "&6Next Page"
          # You can split the lines with "//"!
          Lore: ""
          InventorySlot: 54
        PreviousPage:
          ItemID: "262:0"
          Name: "&6Previous Page"
          # You can split the lines with "//"!
          Lore: ""
          InventorySlot: 53
        Placeholders:
          ItemID: "160:7"
          Name: " "
          # You can split the lines with "//"!
          Lore: ""
          # Put in the number of slots, the placeholder should be placed on
          InventorySlots:
          - 47
          - 48
          - 51
          - 52
      RequestEditInventory:
        InventorySize: 9
        Items:
          AcceptItem:
            ItemID: "35:5"
            Name: "&aAccept"
            # You can split the lines with "//"!
            Lore: "&7Accept the request from &a%NAME%"
            InventorySlot: 4
          DenyItem:
            ItemID: "35:14"
            Name: "&cDeny"
            # You can split the lines with "//"!
            Lore: "&7Deny the request from &a%NAME%"
            InventorySlot: 6
          BackItem:
            ItemID: "330:0"
            Name: "&7Back to requests"
            # You can split the lines with "//"!
            Lore: ""
            InventorySlot: 1
          Placeholders:
            ItemID: "160:7"
            Name: " "
            # You can split the lines with "//"!
            Lore: ""
            InventorySlots:
            - 2
            - 3
            - 5
            - 7
            - 8
            - 9   
          
    BlockedInventory:
      Title: "&cBlocked:"
      InventorySize: 54
      Items:
        UnblockAll:
          ItemID: "35:5"
          Name: "&aUnblock all Players"
          # You can split the lines with "//"!
          Lore: "&7Click to unblock &a%BLOCKED% &7player(s)!"
          InventorySlot: 50
        NextPage:
          ItemID: "262:0"
          Name: "&6Next Page"
          # You can split the lines with "//"!
          Lore: ""
          InventorySlot: 54
        PreviousPage:
          ItemID: "262:0"
          Name: "&6Previous Page"
          # You can split the lines with "//"!
          Lore: ""
          InventorySlot: 53
        BackItem:
          ItemID: "330:0"
          Name: "&7Back to Friends"
          # You can split the lines with "//"!
          Lore: ""
          InventorySlot: 46
        Placeholders:
          ItemID: "160:7"
          Name: " "
          # You can split the lines with "//"!
          Lore: ""
          # Put in the number of slots, the placeholder should be placed on
          InventorySlots:
          - 47
          - 48
          - 49
          - 51
          - 52
      BlockedEditInventory:
        InventorySize: 9
        Items:
          UnblockItem:
            ItemID: "35:5"
            Name: "&aUnblock"
            # You can split the lines with "//"!
            Lore: "&7Click to unblock &a%NAME%"
            InventorySlot: 5
          BackItem:
            ItemID: "330:0"
            Name: "&7Back to blocked"
            # You can split the lines with "//"!
            Lore: ""
            InventorySlot: 1
          Placeholders:
            ItemID: "160:7"
            Name: " "
            # You can split the lines with "//"!
            Lore: ""
            # Put in the number of slots, the placeholder should be placed on
            InventorySlots:
            - 2
            - 3
            - 4
            - 6
            - 7
            - 8
            - 9
    OptionsInventory:
      Title: "&3Options:"
      # Available sizes are: 9, 18, 27, 36, 45, 54!
      # WARNING! If you use another number as above, the gui will not work!!
      InventorySize: 45
      RequestsItems:
        Name: "&aRequests"
        ItemID: "397:3"
        # You can separate the lines with "//"!
        Lore: "&7If this function is disabled//&7players can't send you requests!"
        InventorySlot: 11
        ButtonInventorySlot: 20
      MessagesItems:
        Name: "&3Friend-Chat"
        ItemID: "339:0"
        # You can separate the lines with "//"!
        Lore: "&7If this function is disabled//&7you can't see the friend-chat!"
        InventorySlot: 12
        ButtonInventorySlot: 21
      JumpingItem:
        Name: "&dJumping"
        ItemID: "368:0"
        # You can separate the lines with "//"!
        Lore: "&7If this function is disabled//&7your friends can't jump to you!"
        InventorySlot: 13
        ButtonInventorySlot: 22
      PrivateMessages:
        Name: "&6Private Messages"
        ItemID: "288:0"
        # You can separate the lines with "//"!
        Lore: "&7If this function is disabled//&7you can't receive any//&7private messages"
        InventorySlot: 14
        ButtonInventorySlot: 23
      PartyInvites:
        Name: "&9Party-Invites"
        ItemID: "401:0"
        # You can separate the lines with "//"!
        Lore: "&7If this function is disabled//&7you can't receive any party invites"
        InventorySlot: 15
        ButtonInventorySlot: 24
      PrivateModeItem:
        Name: "&4Private Mode"
        ItemID: "355:0"
        # You can separate the lines with "//"!
        Lore: "&7If this function is enabled//&7you will be shown as offline//&7to all your friends"
        InventorySlot: 16
        ButtonInventorySlot: 25
      StatusItem:
        Enable: true
        Name: "&7Your current Status:"
        ItemID: "421:0"
        # You can separate the lines with "//"!
        NoStatusLore: "&cNo status set!"
        InventorySlot: 37
      ButtonOff:
        Name: "&7Currently (&cDisabled&7)"
        ItemID: "351:8"
        # You can separate the lines with "//"!
        Lore: ""
      ButtonOn:
        Name: "&7Currently (&aEnabled&7)"
        ItemID: "351:10"
        # You can separate the lines with "//"!
        Lore: ""
      BackItem:
        Name: "&8Back to the main-menu!"
        ItemID: "330:0"
        # You can separate the lines with "//"!
        Lore: "&7Click here to go back to the main menu!"
        InventorySlot: 45
      Placeholders:
        ItemID: "160:7"
        Name: " "
        # You can split the lines with "//"!
        Lore: ""
        # Put in the number of slots, the placeholder should be placed on
        InventorySlots:
        - 44
        - 43
        - 42
        - 41
        - 40
        - 39
        - 38
        - 37
        
  # Put in the name of worlds where players should not use the friend-item!
  # If this feature is enabled you have to disable 'EnabledWorlds'!
  DisabledWorlds:
    Enable: true
    Worlds:
    - world_nether
    
  # Put in the name of worlds where players can use the friend-item!
  # The friend-item will be removed on all other worlds!
  # If this feature is enabled you have to disable 'DisabledWorlds'!
  EnabledWorlds:
    Enable: false
    Worlds:
    - world_nether
 
  # Put in the name of servers players should not jump to
  # This list has only affect to the jumping feature of the plugin
  # Only works for BungeeMode!
  # If you want to use this feature you have to disable "EnabledServers"!
  DisabledServers:
    Enable: true
    Servers:
    - silent_hub
    - premium_lobby
 
  # Put in the name of servers players can jump to
  # This list has only affect to the jumping feature of the plugin
  # Only workds for BungeeMode!
  # If you want to use this feature you have to disable "DisabledServer"!
  EnabledServers:
    Enable: false
    Servers:
    - lobby_1
 
#################################################################
#                                                                #
#    All rigths reserved by HyChrod(@Spigot: Flocrafter77)        #
#                                                                #
#################################################################
 
Büyük İhtimal Yanlış Yerleri Düzenliyorsundur. Eğer Prefix Ve Metinler Dışında Birşeyleri Editlediysen Gözden Geçirmelisin
 
Türkçe karakterleri kaldırıp öyle deneyin.

Eğer sorun türkçeleştirmek ise. Google translate gibi yerlerden çevirebilirsiniz.

İyi forumlar!
 
JavaScript:
#################################################################
#                                                                #
#    This plugin was made by HyChrod(@Spigot: Flocrafter77)        #
#    You're not authorised to re-publish or sell this plugin        #
#                                                                #
#################################################################
Friends:
  Prefix: "&eArkadaş &7|"
  CheckForUpdates: true

  # This options are for server networks and enables BungeeCord
  # To use BungeeMode you have to install "Friends - BungeeAddon" on your Proxy too
  # You can find the Addon here:
  # <https://www.spigotmc.org/resources/friends2-0-mc1-8-1-10-bungeecord-addon.28909/>
  BungeeMode: false
  # If this is enabled the server the player is currently on will be shown under their name in the GUI!
  # Only available if BungeeMode is activated
  ShowServer:
    Enable: true
    Lore: "&3Sunucu: &f%SERVER%"
 
  FriendChat:
    Enable: true
    # The message have to start with this to write in the friend chat!
    Code: "@friends"
    # This allows players to send private messages to their friends using command '/f msg <Player> <Message>'!
    FriendMSG: true
    # If this is enabled player with special permissions are able to see the friendchat of other players
    # This can be used to control the friendchat by admins
    # Permission:
    # - Friends.Commands.SpyChat
    SpyChat:
      Enable: true
      Format: "&3%PLAYER% &6[ARKADASSOHBET] &f| %MESSAGE%"
 
  # These options are for an optional partysystem
  # To use the partysystem you have to install my Party plugin on your Proxy too
  # Make sure you also enabled bungeemode!
  # You can find the plugin here:
  # <https://www.spigotmc.org/resources/party.30609/>
  PartySystem:
    Enable: false

  Options:
    MaxFriends:
      # This is the amount of friends normal players can have
      Normal: 25
      # This is the amount of friends players with special permissions can have
      # Permission: - Friends.FriendLimit.Extended
      Extended: 50
    # You can disable the jump function
    EnableJumping: true
    # If this is disabled, friends can't hit each other!
    FriendCanPvP: false
    # If this is enabled, players can hit others with the friend-item to send a request!
    HitToRequest: true
    # If this is enabled, players can drop the friend-item!
    CanDropItem: false
    # If this is enabled, players can place the friend-item!
    CanPlaceItem: false
    # If this is enabled, players can move the friend-item in their inventory!
    CanMoveItem: false
    # If this is enabled you get a notification when a friend joins or quits the server!
    JoinQuitMessages: true
    # If this is enabled the world the player is currently on will be shown under their name in the GUI!
    # This only works if BungeeMode is disabled!
    # If this is enabled the player gets notified on join if he has open friend requests
    # The message can be changed in the messages.yml!
    RequestNotification: true
    ShowWorld:
      Enable: true
      Lore: "&3Dünya: &f%WORLD%"
    LastOnline:
      Enable: true
      # Values: %days% %hours% %minutes% %seconds%
      Format: "&cEn Son Çevrimiçi: &3%days% Days, %hours% Hours and %minutes% Minutes ago"
    Nicknames:
      # If this is enabled, the name of your friends will be replaced in all messages to the nickname
      ReplaceChatMessages: true
      # If this is enabled, the real name of a nicked-player will be shown below his nick in the GUI
      ShowRealName: true
      Lore: "//&7&o(%NAME%)"
    # The status players can set under their name in the gui
    Status:
      Delay:
        # Enable or disbale the delay between changing your status
        Enable: true
        # Time in seconds
        TimeStamp: 600
 
  FriendItem:
    # If this is enabled, every player will get this item on join
    GiveOnJoin: true
    # If this is enabled, the firenditem will have your skin
    PlayersHead: true
    Item:
      ItemID: "397:3"
      Name: "&eArkadaş &7(Rightclick)"
      # You can split the lines with "//"!
      Lore: "&7Sağ tıklayıp Gui'yi açabilirsin!"
      InventorySlot: 8
   
  GUI:
    # If you disable this, all possibilities to open the gui will be removed
    Enable: true
    Title: "&eSenin arkadaşların:"
    # Available sizes are: 9, 18, 27, 36, 45, 54!
    # WARNING! If you use another number as above, the gui will not work!!
    InventorySize: 54
    FriendHead:
      # If this is enabled the players head in your friend-inventory will change to a skeleton if he turns offline!
      ChangeHeadIfOffline: true
      # If you are using PermissionsEx oder zPermissions, the placeholders %PREFIX% and %SUFFIX% will be replaced
      NameOnline: "%PREFIX%%NAME%%SUFFIX% &a(Çevrimiçi)"
      NameOffline: "%PREFIX%%NAME%%SUFFIX% &8(Çevrımdışı)"
    Items:
      RequestsItem:
        ItemID: "388:0"
        Name: "&2Davetler"
        # You can split the lines with "//"!
        Lore: "&7Tıkla ve davetlerini gör//&7Şu an ki davetlerin: &a%REQUESTS%"
        InventorySlot: 46
      BlockedPlayers:
        ItemID: "46:0"
        Name: "&cEngelli Oyuncular"
        # You can split the lines with "//"!
        Lore: "&7Tıklayıp oyuncuları görebilirsin//&7senin engellediğin//&7Şu an ki engellediğin: &a%BLOCKED%"
        InventorySlot: 47
      OptionsItem:
        ItemID: "404:0"
        Name: "&3Ayarlar"
        # You can split the lines with "//"
        Lore: "&7Tıkla ve ayarları değiştir"
        InventorySlot: 48
      NextPage:
        ItemID: "262:0"
        Name: "&6Sonraki sayfa"
        # You can split the lines with "//"!
        Lore: "&7Tıkla ve sonraki sayfayı aç"
        InventorySlot: 54
      PreviousPage:
        ItemID: "262:0"
        Name: "&6Önceki sayfa"
        # You can split the lines with "//"!
        Lore: "&7Tıkla ve önceki sayfayı aç"
        InventorySlot: 53
      InventorySorting:
        Enable: true
        Item:
          ItemID: "399:0"
          Name: "&eSınıflandırma: &3%SORTING%"
          # You can split the lines with "//"!
          Lore: "%SORTING_DESCRIPTION%////&7Tıkla ve envanter sınıflandırmasını değiştir"
          InventorySlot: 50
        # Available sortings: Nothing, Online_Offline, Favorites, Alphabetic
        DefaultSorting: "Hiçbir şey yapma"
        SortingMethods:
          Online_Offline:
            Name: "&7Çevrimiçi & Çevrımdışı"
            # You can split the lines with "//"!
            Description: "&7Senin arkadaşların çevrimiçi & çevrımdışı olarak sınıflandırıldı"
          Favorites:
            Name: "&7Favori arkadaşların"
            # You can split the lines with "//"!
            Description: "&7Favori arkadaşlarını göster"
          Nothing:
            Name: "&7Hiç birşey yapma"
            # You can split the lines with "//"!
            Description: "&7Kısalma yok"
          Alphabetic:
            Name: "&7Alfabetik"
            # You can split the lines with "//"!
            Description: "&7Arkadaşlarının isimlerini alfabetik sırala"
      Placeholders:
        ItemID: "160:7"
        Name: " "
        Lore: ""
        # Put in the number of slots, the placeholder should be placed on
        InventorySlots:
        - 49
        - 51
        - 52
    FriendEditInventory:
      InventorySize: 9
      Items:
        Nickname:
          Enable: true
          ItemID: "421:0"
          Name: "&dKullanıcı adı"
          # You can split the lines with "//"!
          Lore: "&7Sol tıkla düzenle, sağ tıkla kullanıcı adını sil////&eŞu an ki adı: &f%NICKNAME%"
          InventorySlot: 6
        RemoveItem:
          ItemID: "35:14"
          Name: "&cSil"
          # You can split the lines with "//"!
          Lore: "&7Sil &a%NAME% &7arkadaş listesinden"
          InventorySlot: 9
        FavoriteItem:
          ItemID: "399:0"
          Name: "&6Favori &7(%VALUE%&7)"
          # You can split the lines with "//"!
          Lore: "&7Ekle &a%NAME% &7favorilere"
          InventorySlot: 7
          Values:
            Activated: "&aAktif"
            Deactivated: "&cDe-aktif"
        JumpItem:
          ItemID: "368:0"
          Name: "&3Zıpla"
          # You can split the lines with "//"!
          Lore: "&7Zıpla &a%NAME% &7sunucuda"
          InventorySlot: 4
        PartyItem:
          ItemID: "401:0"
          Name: "&dParti"
          # You can split the lines with "//"!
          Lore: "&7Partine &a%NAME% &7davet et"
          InventorySlot: 3
        BackItem:
          ItemID: "330:0"
          Name: "&7Arkadaşlara geri dön"
          # You can split the lines with "//"!
          Lore: ""
          InventorySlot: 1
        Placeholders:
          ItemID: "160:7"
          Name: " "
          # You can split the lines with "//"!
          Lore: ""
          # Put in the number of slots, the placeholder should be placed on
          InventorySlots:
          - 2
          - 3
          - 5
          - 8
 
    RequestsInventory:
      Title: "&3Davetler:"
      InventorySize: 54
      Items:
        AcceptAll:
          ItemID: "35:5"
          Name: "&aTüm davetleri kabul et"
          # You can split the lines with "//"!
          Lore: "&7Tüm davetleri &a&3%REQUESTS% &7kabul et!"
          InventorySlot: 49
        DenyAll:
          ItemID: "35:14"
          Name: "&cTüm davetleri reddet"
          # You can split the lines with "//"!
          Lore: "&7Tüm davetleri &a&3%REQUESTS% &7reddet!"
          InventorySlot: 50
        BackItem:
          ItemID: "330:0"
          Name: "&7Arkadaş listesine dön"
          # You can split the lines with "//"!
          Lore: ""
          InventorySlot: 46
        NextPage:
          ItemID: "262:0"
          Name: "&6Sonraki sayfa"
          # You can split the lines with "//"!
          Lore: ""
          InventorySlot: 54
        PreviousPage:
          ItemID: "262:0"
          Name: "&6Önceki sayfa"
          # You can split the lines with "//"!
          Lore: ""
          InventorySlot: 53
        Placeholders:
          ItemID: "160:7"
          Name: " "
          # You can split the lines with "//"!
          Lore: ""
          # Put in the number of slots, the placeholder should be placed on
          InventorySlots:
          - 47
          - 48
          - 51
          - 52
      RequestEditInventory:
        InventorySize: 9
        Items:
          AcceptItem:
            ItemID: "35:5"
            Name: "&aKabul et"
            # You can split the lines with "//"!
            Lore: "&7Davetini kabul et &a%NAME%"
            InventorySlot: 4
          DenyItem:
            ItemID: "35:14"
            Name: "&cReddet"
            # You can split the lines with "//"!
            Lore: "&7Davetini reddet &a%NAME%"
            InventorySlot: 6
          BackItem:
            ItemID: "330:0"
            Name: "&7Davetlere geri dön"
            # You can split the lines with "//"!
            Lore: ""
            InventorySlot: 1
          Placeholders:
            ItemID: "160:7"
            Name: " "
            # You can split the lines with "//"!
            Lore: ""
            InventorySlots:
            - 2
            - 3
            - 5
            - 7
            - 8
            - 9
       
    BlockedInventory:
      Title: "&cEngellenenler:"
      InventorySize: 54
      Items:
        UnblockAll:
          ItemID: "35:5"
          Name: "&aTüm oyuncuların engelini kaldır"
          # You can split the lines with "//"!
          Lore: "&7Tıkla ve tüm oyuncuların &a%BLOCKED% &7engelini kaldır!"
          InventorySlot: 50
        NextPage:
          ItemID: "262:0"
          Name: "&6Sonraki sayfa"
          # You can split the lines with "//"!
          Lore: ""
          InventorySlot: 54
        PreviousPage:
          ItemID: "262:0"
          Name: "&6Önceki sayfa"
          # You can split the lines with "//"!
          Lore: ""
          InventorySlot: 53
        BackItem:
          ItemID: "330:0"
          Name: "&7Arkadaşlara geri dön"
          # You can split the lines with "//"!
          Lore: ""
          InventorySlot: 46
        Placeholders:
          ItemID: "160:7"
          Name: " "
          # You can split the lines with "//"!
          Lore: ""
          # Put in the number of slots, the placeholder should be placed on
          InventorySlots:
          - 47
          - 48
          - 49
          - 51
          - 52
      BlockedEditInventory:
        InventorySize: 9
        Items:
          UnblockItem:
            ItemID: "35:5"
            Name: "&aEngeli kaldır"
            # You can split the lines with "//"!
            Lore: "&7Tıkla ve engeli kaldır &a%NAME%"
            InventorySlot: 5
          BackItem:
            ItemID: "330:0"
            Name: "&7Engellenenlere geri dön"
            # You can split the lines with "//"!
            Lore: ""
            InventorySlot: 1
          Placeholders:
            ItemID: "160:7"
            Name: " "
            # You can split the lines with "//"!
            Lore: ""
            # Put in the number of slots, the placeholder should be placed on
            InventorySlots:
            - 2
            - 3
            - 4
            - 6
            - 7
            - 8
            - 9
    OptionsInventory:
      Title: "&3Ayarlar:"
      # Available sizes are: 9, 18, 27, 36, 45, 54!
      # WARNING! If you use another number as above, the gui will not work!!
      InventorySize: 45
      RequestsItems:
        Name: "&aDavetler"
        ItemID: "397:3"
        # You can separate the lines with "//"!
        Lore: "&7Davetleri kapatırsanız oyuncular size istek gönderemez!"
        InventorySlot: 11
        ButtonInventorySlot: 20
      MessagesItems:
        Name: "&3Arkadaş-Sohbeti"
        ItemID: "339:0"
        # You can separate the lines with "//"!
        Lore: "&7Arkadaş sohbetini kapatırsan arkadaş sohbetini göremezsin"
        InventorySlot: 12
        ButtonInventorySlot: 21
      JumpingItem:
        Name: "&dZıplama"
        ItemID: "368:0"
        # You can separate the lines with "//"!
        Lore: "&7Zıplama kapatılırsa arkadaşların senin kafana atlayamaz"
        InventorySlot: 13
        ButtonInventorySlot: 22
      PrivateMessages:
        Name: "&6Özel Mesajlar"
        ItemID: "288:0"
        # You can separate the lines with "//"!
        Lore: "&7Özel mesajlar devre dışı bırakılırsa özel mesaj almazsınız"
        InventorySlot: 14
        ButtonInventorySlot: 23
      PartyInvites:
        Name: "&9Parti Davetleri"
        ItemID: "401:0"
        # You can separate the lines with "//"!
        Lore: "&7Bu devre dışı bırakılırsa parti davetleri almazsınız"
        InventorySlot: 15
        ButtonInventorySlot: 24
      PrivateModeItem:
        Name: "&4Gizlilik Modu"
        ItemID: "355:0"
        # You can separate the lines with "//"!
        Lore: "&7Bu kapatılırsa arkadaşların seni çevrımdışı görecektir ama çevrimiçi olacaksın"
        InventorySlot: 16
        ButtonInventorySlot: 25
      StatusItem:
        Enable: true
        Name: "&7Senin şu an ki statülerin:"
        ItemID: "421:0"
        # You can separate the lines with "//"!
        NoStatusLore: "&cNo status set!"
        InventorySlot: 37
      ButtonOff:
        Name: "&7Şu an (&cKapalı&7)"
        ItemID: "351:8"
        # You can separate the lines with "//"!
        Lore: ""
      ButtonOn:
        Name: "&7Şu an (&aAçık&7)"
        ItemID: "351:10"
        # You can separate the lines with "//"!
        Lore: ""
      BackItem:
        Name: "&8Menüye geri dön!"
        ItemID: "330:0"
        # You can separate the lines with "//"!
        Lore: "&7Tıkla ve menüye geri dön!"
        InventorySlot: 45
      Placeholders:
        ItemID: "160:7"
        Name: " "
        # You can split the lines with "//"!
        Lore: ""
        # Put in the number of slots, the placeholder should be placed on
        InventorySlots:
        - 44
        - 43
        - 42
        - 41
        - 40
        - 39
        - 38
        - 37
     
  # Put in the name of worlds where players should not use the friend-item!
  # If this feature is enabled you have to disable 'EnabledWorlds'!
  DisabledWorlds:
    Enable: true
    Worlds:
    - world_nether
 
  # Put in the name of worlds where players can use the friend-item!
  # The friend-item will be removed on all other worlds!
  # If this feature is enabled you have to disable 'DisabledWorlds'!
  EnabledWorlds:
    Enable: false
    Worlds:
    - world_nether

  # Put in the name of servers players should not jump to
  # This list has only affect to the jumping feature of the plugin
  # Only works for BungeeMode!
  # If you want to use this feature you have to disable "EnabledServers"!
  DisabledServers:
    Enable: true
    Servers:
    - silent_hub
    - premium_lobby

  # Put in the name of servers players can jump to
  # This list has only affect to the jumping feature of the plugin
  # Only workds for BungeeMode!
  # If you want to use this feature you have to disable "DisabledServer"!
  EnabledServers:
    Enable: false
    Servers:
    - lobby_1

#################################################################
#                                                                #
#    All rigths reserved by HyChrod(@Spigot: Flocrafter77)        #
#                                                                #
#################################################################

Türkçeleştirmeleri hallettim. Lakin hata verebilir. Bunun için sunucunuzun
.bat dosyasını başlat.bat felandır. Kodu şu şekilde düzenleyin ramı kendiniz ayarlayabilirsiniz 1024 = 1 GB Ram demektir arttırabilirsiniz.

JavaScript:
java -Xmx1G -Dfile.encoding=UTF-8 -jar spigot.jar -o false
 
Son düzenleme:

Şansa bakar mısın? Dünde bu eklenti için uğraşıyordum. ( Sanırım sunucuna arkadaşlık olayı getiriyorsun. ) Aşağı attım Skript ile birleştirebilirsin.
Kod:
command /arkadaş [<text>] [<text>] [<text>]:
    trigger:
        if arg 1 is not set:
            send "&8&m-----&8&l[&r &6Arkadaş &r&8&l]&8&m-----"
            send ""
            send "&e/arkadaş ekle <isim> &8- &7Arkadaş eklemeye yarar."
            send "&e/arkadaş liste &8- &7Arkadaşlıkları gösterir."
            send "&e/arkadaş çıkar <isim> &8- &7Arkadaşlıktan çıkarmaya yarar."
            send "&e/arkadaş sohbet <isim> <mesaj> &8- &7Sohbet etmeye yarar."
            send "&e/arkadaş blokla <isim> &8- &7Insanları bloklamaya yarar."
            send "&e/arkadaş kabulet <isim> &8- &7Arkadaşlık isteğini kabul etmek."
            send "&e/arkadaş reddet <isim> &8- &7Arkadaşlık isteğini reddetmek."
            send ""
            send "&8&m-----&8&l[&r &6Arkadaş &r&8&l]&8&m-----"
            stop
        else if arg 1 is "ekle":
            run player command "/friend add %arg 2%" as op
            stop
        else if arg 1 is "çıkar":
            run player command "/friend remove %arg 2%" as op
            stop
        else if arg 1 is "liste":
            run player command "/friend list" as op
            stop
        else if arg 1 is "sohbet":
            run player command "/friend msg %arg 2% %arg 3%" as op
            stop
        else if arg 1 is "kabulet":
            run player command "/friend accept %arg 2%" as op
            stop
        else if arg 1 is "reddet":
            run player command "/friend deny %arg 2%" as op
            stop
    
command /takım [<text>] [<text>] [<text>]:
    trigger:
        if arg 1 is not set:
            send "&8&m-----&8&l[&r &6Takım &r&8&l]&8&m-----"
            send ""
            send "&e/takım davet <isim> &8- &7Takıma oyuncu davet eder."
            send "&e/takım liste &8- &7Takım isteğini kabul eder."
            send "&e/takım kabul <isim> &8- &7Takıma isteğini kabul eder."
            send "&e/takım ret <isim> &8- &7Takım isteğini reddeder."
            send "&e/takım at <isim> &8- &7Takımdan oyuncuyu atar."
            send "&e/takım sohbet <yazı> &8- &7Takıma yazı yazar."
            send ""
            send "&8&m-----&8&l[&r &6Takım &r&8&l]&8&m-----"
            stop
        else if arg 1 is "davet":
            run player command "/party invite %arg 2%" as op
            stop
        else if arg 1 is "at":
            run player command "/party kick %arg 2%" as op
            stop
        else if arg 1 is "davet":
            run player command "/party invite %arg 2%" as op
            stop
        else if arg 1 is "kabulet":
            run player command "/party accept" as op
            stop
        else if arg 1 is "ret":
            run player command "/party deny" as op
            stop
        else if arg 1 is "sohbet":
            run player command "/party chat %arg 2%" as op
            stop
        else if arg 1 is "liste":
            run player command "/party list" as op
            stop
 
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