Çözüldü oyuncular kit alamıyor

Durum
Üzgünüz bu konu cevaplar için kapatılmıştır...
şuan localhosstan tasarlıyorum serverı hostinge geçirmedim
 
Kesinlikle essentials kullanmanızı öneririm.Yoksa bu sorunu çözemezsiniz.Essentials için şöyle örnek bir şey atiyim.
Kod:
kits:
  aletler: #Kitin adı
    delay: 43200 #Kitin süresi (Saniye): Kaç saniye de bir alınsın?
    items:
      - 268 1 # Başa eşyanın kodunu veya adını boşluk yaparakta miktarını yazıyoruz
      - 270 1 name:&cEl_emeği_kılıcı # Mesela burası 1 adet El emeği kılıcı adında tahta kılıç veriyor.
      - 271 1 name:&cEl_emeği_kılıcı
      - 269 1 name:&cEl_emeği_kılıcı
      - 290 1 name:&cEl_emeği_kılıcı
      - 4 16 # 16 adet kırıktaş veriyor
      - 3 4 # 4 adet toprak veriyor.
      - 405 1 name:&cBronz # Bronz adında nether tuğlası veriyor.

Çok karmaşık bir şey değil bu örnek ile daha rahat sorununu çözeceğine inanıyorum.Kiti hazırladıktan sonra oyun içerisinde /ess reload komutunu kullan ardından /mangaddp [Grubun Adı] essentials.kits.[Kitinadı örnek veriyorum yukarda aletler koyduk: essentials.kits.aletler]
 
Şimdi baktım benim kit adderdan oluşturdugum kitler essentials a geçmiş
 
yine aynı hatayı verdı :(
 
hiçbir çözümü yok bunun ne yapsak olmadı
 
Discord dan ekler misin ekleyemiyorsan hatanı ss alıp atar mısın
Discord: BlackKpoT#3087
 
wowser1 Bunu nasıl kullanmaya yetki vericem yani sadece o kiti vipler alabilir
bahsettiğim pluginde viplere oyunculara ayrı kitler ayarlayıp permlerinide ayrı yapabiliyorsun ve en iyi özelliği türkçe dil dosyasıylka geliyor
kitleri oyun içinden düzenliyor essentialsda daha önceden kit ayarlamışşan onları içine otematikmen aktarıyor / ayrıyetten daha detaylı bilgi istersen dc gelebilirsin = WowserTR#2143
 
Discord dan ekler misin ekleyemiyorsan hatanı ss alıp atar mısın
Discord: BlackKpoT#3087
79180
 
bahsettiğim pluginde viplere oyunculara ayrı kitler ayarlayıp permlerinide ayrı yapabiliyorsun ve en iyi özelliği türkçe dil dosyasıylka geliyor
kitleri oyun içinden düzenliyor essentialsda daha önceden kit ayarlamışşan onları içine otematikmen aktarıyor / ayrıyetten daha detaylı bilgi istersen dc gelebilirsin = WowserTR#2143
olablir buna çözüm bulamassam dediginiz pl ye geçebilirim
 
Değerli ziyaretçimiz, içeriği görebilmek için şimdi giriş yapın veya kayıt olun.
size önerebilirim. Sorunsuz çalışıyor ve ayriyeten birçok kit eklentisinin büyük sorunu olan config'i tam bir şekilde mevcut.

Kod:
################################################################################################
#                                                                                      #
#                              Copyright Kizeko_                                         #
#                            GreatKits 2.9.0                                          #
#                                                                                              #
################################################################################################

#This plugin supports PlaceholderAPI
#https://www.spigotmc.org/resources/placeholderapi.6245/
#This is not obliged to have it

#Settings
settings:
  #Set this to true if you want the /kit to be a GUI
  enable-gui-kit-displaying: false
  #True if you want to be able to preview a kit by right clicking the item (option above needs to be enable)
  enable-gui-kit-previewing: false
  #Kits will still be displayed in the /kit GUI even though you don't have the permission
  kit-display-without-perm: true
  #Enable or disable the help-item (you have to enable both options above if you want to enable this one)
  enable-help-item: false


#Here you can change the lang
lang:
  #This is the message you receive when the player doesn't have access to any kit
  no-access: "&eThere are no kit available for you"

  #Here you can change the message of /kit help.
  list-help:
    - "&7-------------------------------------"
    - "&e/kit &8- &7Shows your kits"
    - "&e/kit &6<name>"
    - "&e/kit list &8- &7Shows all kits"
    - "&e/kit preview &6<name> &8- &7Preview a kit"
    - "&7-------------------------------------"

  #This is the message you get when the player types /kit preview
  preview-usage-error: "&cUsage : /kit preview <name>"

  #Message received when there is 0 kit created on the server
  no-kit-server: "&cThere is no kit on this server"

  #When the player doesn't have the permission
  no-permission: "&cYou don't have permission to do that"

  #When a player is trying to receive a 'OneTimeUse' kit that he already received
  already-got-one-time-use-kit: "&cYou already received this kit"

  #The kit doesn't exist, he hasn't been created
  kit-doesnt-exist: "&cThis kit doesn't exist"

  #When the player receives a kit
  received-kit: "&aYou successfully received the kit&e :kitname:"

  #Cooldown message
  cooldown-message: "&cYou will be able to receive this kit in&e :cooldown:"

#Permission section
permission:
  #If true --> the player must have greatkits.list permission to get the list of all the kits | If false --> No permission required to get the list of all the kits
  kit-list: false
  #If true --> the player must have greatkits.preview permission to preview a kit | If false --> No permission required to preview a kit
  kit-preview: false


GUItems:
  HelpItem:
    ==: org.bukkit.inventory.ItemStack
    type: TRIPWIRE_HOOK
    meta:
      ==: ItemMeta
      meta-type: UNSPECIFIC
      display-name: §cHelp
      lore:
        - '§9Left click to get the kit'
        - '§7Right click to preview the kit'
  NextButton:
    ==: org.bukkit.inventory.ItemStack
    type: STONE_BUTTON
    meta:
      ==: ItemMeta
      meta-type: UNSPECIFIC
      display-name: §cNext
  PreviousButton:
    ==: org.bukkit.inventory.ItemStack
    type: STONE_BUTTON
    meta:
      ==: ItemMeta
      meta-type: UNSPECIFIC
      display-name: §cPrevious
  ExitButton:
    ==: org.bukkit.inventory.ItemStack
    type: STONE_BUTTON
    meta:
      ==: ItemMeta
      meta-type: UNSPECIFIC
      display-name: §cExit
  SelectButton:
    ==: org.bukkit.inventory.ItemStack
    type: STONE_BUTTON
    meta:
      ==: ItemMeta
      meta-type: UNSPECIFIC
      display-name: §cSelect

Bu da config'i.
 
Değerli ziyaretçimiz, içeriği görebilmek için şimdi giriş yapın veya kayıt olun.
size önerebilirim. Sorunsuz çalışıyor ve ayriyeten birçok kit eklentisinin büyük sorunu olan config'i tam bir şekilde mevcut.

Kod:
################################################################################################
#                                                                                      #
#                              Copyright Kizeko_                                         #
#                            GreatKits 2.9.0                                          #
#                                                                                              #
################################################################################################

#This plugin supports PlaceholderAPI
#https://www.spigotmc.org/resources/placeholderapi.6245/
#This is not obliged to have it

#Settings
settings:
  #Set this to true if you want the /kit to be a GUI
  enable-gui-kit-displaying: false
  #True if you want to be able to preview a kit by right clicking the item (option above needs to be enable)
  enable-gui-kit-previewing: false
  #Kits will still be displayed in the /kit GUI even though you don't have the permission
  kit-display-without-perm: true
  #Enable or disable the help-item (you have to enable both options above if you want to enable this one)
  enable-help-item: false


#Here you can change the lang
lang:
  #This is the message you receive when the player doesn't have access to any kit
  no-access: "&eThere are no kit available for you"

  #Here you can change the message of /kit help.
  list-help:
    - "&7-------------------------------------"
    - "&e/kit &8- &7Shows your kits"
    - "&e/kit &6<name>"
    - "&e/kit list &8- &7Shows all kits"
    - "&e/kit preview &6<name> &8- &7Preview a kit"
    - "&7-------------------------------------"

  #This is the message you get when the player types /kit preview
  preview-usage-error: "&cUsage : /kit preview <name>"

  #Message received when there is 0 kit created on the server
  no-kit-server: "&cThere is no kit on this server"

  #When the player doesn't have the permission
  no-permission: "&cYou don't have permission to do that"

  #When a player is trying to receive a 'OneTimeUse' kit that he already received
  already-got-one-time-use-kit: "&cYou already received this kit"

  #The kit doesn't exist, he hasn't been created
  kit-doesnt-exist: "&cThis kit doesn't exist"

  #When the player receives a kit
  received-kit: "&aYou successfully received the kit&e :kitname:"

  #Cooldown message
  cooldown-message: "&cYou will be able to receive this kit in&e :cooldown:"

#Permission section
permission:
  #If true --> the player must have greatkits.list permission to get the list of all the kits | If false --> No permission required to get the list of all the kits
  kit-list: false
  #If true --> the player must have greatkits.preview permission to preview a kit | If false --> No permission required to preview a kit
  kit-preview: false


GUItems:
  HelpItem:
    ==: org.bukkit.inventory.ItemStack
    type: TRIPWIRE_HOOK
    meta:
      ==: ItemMeta
      meta-type: UNSPECIFIC
      display-name: §cHelp
      lore:
        - '§9Left click to get the kit'
        - '§7Right click to preview the kit'
  NextButton:
    ==: org.bukkit.inventory.ItemStack
    type: STONE_BUTTON
    meta:
      ==: ItemMeta
      meta-type: UNSPECIFIC
      display-name: §cNext
  PreviousButton:
    ==: org.bukkit.inventory.ItemStack
    type: STONE_BUTTON
    meta:
      ==: ItemMeta
      meta-type: UNSPECIFIC
      display-name: §cPrevious
  ExitButton:
    ==: org.bukkit.inventory.ItemStack
    type: STONE_BUTTON
    meta:
      ==: ItemMeta
      meta-type: UNSPECIFIC
      display-name: §cExit
  SelectButton:
    ==: org.bukkit.inventory.ItemStack
    type: STONE_BUTTON
    meta:
      ==: ItemMeta
      meta-type: UNSPECIFIC
      display-name: §cSelect

Bu da config'i.
bu plugini nasıl kullanıcagım anlatırmısınız hiç görmedim
 
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