Résolu Erreur Plugin CrazyAuctions !

Diduck

Bucheron
9 Mars 2017
10
2
0
12
Bonjours , je viens vous posez la question care quand je fait /hdv ou /ah sa ma fiche cette [Erreur] An internal error occurred while attempting to perform this command . Je précise qu'avant de modifier le plugin ( config.yml ) pour faire les traductions sa marcher très bien.

Voici le code dans config.yml :

Code:
Settings:
  Prefix: '&7[&4Vente&7]: ' #Prefix of when you get Crazy Auctions Messages.
  GUIName: '&4Vente&8' #Name of the Main GUI.
  Players-Current-Items: '&8Your Current Listings' #The Name of the Player Current Items GUI.
  Cancelled/Expired-Items: '&8Canceled/Expired Listings' #Name of the Cancelled/Expired GUI.
  Buying-Item: '&8Acheter un Item: ete vous sur de l'acheter ?' #Name of the Buying GUI.
  Bidding-On-Item: '&8You Are Bidding On This Item.' #Name of the Bidding GUI.
  Categories: '&8Categories' #Name of the Category GUI.
  Sell-Time: 2d #The time that each item will sell for.
  Bid-Time: 2m 30s #Time for each item that is biddable.
  Full-Expire-Time: 100d #The full time the item is in the crazy auctions.
  Bid-Winner-Time: 20d #The time the winner of a bid has to claim their prize.
  Minimum-Sell-Price: 1 #Minimum amount you can sell a item for.
  Max-Beginning-Sell-Price: 1000000 #Max amount you can sell a item for.
  Minimum-Bid-Price: 100 #Minimum starting bid.
  Max-Beginning-Bid-Price: 1000000 #Maximum starting bid.
  Allow-Damaged-Items: true #Allow items that have been damaged.
  Category-Page-Opens-First: false #If set to true the categories page will open when they do /CA.
  Feature-Toggle: #Toggle if a feature is on or off.
    Selling: true #Able to use the selling part of the auction house.
    Bidding: true #Able to use the bidding part of the auction house.
  Sounds:
    Toggle: false #Disable the clicking sound.
    Sound: 'CLICK' #Make sure if you use 1.8 or lower you use the 1.8 sound and 1.9 and up use 1.9 sounds. The default sound is 1.8.
    #Sounds are found here: [URL]https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/Sound.html[/URL]
  GUISettings: #Settings for things in the gui.
    SellingItemLore: #The lore on items that are being sold.
      - '&7-------------------------'
      - '&aClick pour Acheter.'
      - ''
      - '&9Prix: &e$%price%'
      - '&9Vendeur: &e%seller%'
      - '&7-------------------------'
    CurrentLore: #Lore on items that are in your current items GUI.
      - '&7-------------------------'
      - '&aClick pour Annuler.'
      - ''
      - '&9Prix: &e$%price%'
      - '&9Expire: &e%time%'
      - '&7-------------------------'
    Cancelled/ExpiredLore: #Lore on items that are in your canceled/expired GUI.
      - '&7-------------------------'
      - '&aClick ici pour vous revenir.'
      - ''
      - '&9Expire completement: &e%time%'
      - '&7-------------------------'
    Bidding: #Lore on Bidding Items.
      - '&7-------------------------'
      - '&aClick ici pour enchérir.'
      - ''
      - '&9Vendeur: &e%seller%'
      - '&9Offre actuelle: &e$%topbid%'
      - '&9Haut soumissionnaire: &e%topbidder%'
      - '&9Temps restant: &e%time%'
      - '&7-------------------------'
    Category-Settings:
      Armor:
        Item: 'GOLDEN_CHESTPLATE'
        Toggle: true
        Slot: 11
        Name: '&6&lArmures'
        Lore:
          - '&7Categorie Armures'
      Weapons:
        Item: 'GOLDEN_SWORD'
        Toggle: true
        Slot: 12
        Name: '&6&lArmes'
        Lore:
          - '&7Categorie Armes'
      Tools:
        Item: 'GOLDEN_PICKAXE'
        Toggle: true
        Slot: 13
        Name: '&6&lOutils'
        Lore:
          - '&7Categorie Outils'
      Food:
        Item: 'GOLDEN_APPLE'
        Toggle: true
        Slot: 14
        Name: '&6&lNourritures'
        Lore:
          - '&7Categorie Nourritures'
      Potions:
        Item: 'POTION'
        Toggle: true
        Slot: 15
        Name: '&6&lPotions'
        Lore:
          - '&7Categorie Potions'
      Blocks:
        Item: 'GRASS_BLOCK'
        Toggle: true
        Slot: 16
        Name: '&6&lBlocks'
        Lore:
          - '&7Categorie Blocks'
      Other:
        Item: 'GOLD_NUGGET'
        Toggle: true
        Slot: 17
        Name: '&6&lAutres'
        Lore:
          - '&7Categorie Autres'
      None:
        Item: 'BARRIER'
        Toggle: true
        Slot: 23
        Name: '&6&lNone'
        Lore:
          - '&7This category contains all'
          - '&7items currently being sold.'
    OtherSettings: #Other Settings for the GUIs.
      SellingItems: #The button for your current items.
        Item: 'DIAMOND' #The item that this button is.
        Toggle: true #If the item is in the gui or not.
        Slot: 46 #The slot it is in. I recommend not changing these. If you do make sure they are still in the bottom row.
        Name: '&6Articles que vous Vendez' #Name of the item.
        Lore: #Lore of the item.
          - '&aClick ici pour les voirs !'
      Cancelled/ExpiredItems: #The button for Cancelled/Expired Items.
        Item: 'POISONOUS_POTATO'
        Toggle: true
        Slot: 47
        Name: '&6Collecter Articles Expirer !'
        Lore:
          - '&aClick ici pour recuperer tes Item Expirer'
      PreviousPage: #The button for Previous Page.
        Item: 'PAPER'
        Toggle: true
        Slot: 49
        Name: '&6⋘ '
        Lore: {}
      Refesh: #The button for Refresh Page.
        Item: 'SUNFLOWER'
        Toggle: true
        Slot: 50
        Name: '&6Refresh Page'
        Lore: {}
      NextPage: #The button for Next Page.
        Item: 'PAPER'
        Toggle: true
        Slot: 51
        Name: '&6⋙ '
        Lore: {}
      Category1: #The button for Next Page.
        Item: 'CHEST'
        Toggle: true
        Slot: 52
        Name: '&6Categories'
        Lore:
          - '&bCategorie actuelle: &6%category%'
      Category2: #The button for Next Page.
        Item: 'CHEST'
        Toggle: true
        Slot: 48
        Name: '&6Categories'
        Lore:
          - '&bCategorie actuelle: &6%category%'
      Bidding/Selling: #Switch between Bidding and Selling.
        Selling:
          Item: 'SLIME_BALL'
          Toggle: true
          Slot: 53
          Name: '&6Actuellement à la recherche d’articles en cours de vente.'
          Lore:
            - '&7&l(&6&l!&7&l) &7Cliquez ici pour voir les articles'
        Bidding:
          Item: 'MAGMA_CREAM'
          Toggle: true
          Slot: 53
          Name: '&6Actuellement en train dexaminer les articles qui peuvent être mis aux encheres.'
          Lore:
            - '&7&l(&6&l!&7&l) &7Cliquez ici pour voir les articles'
      WhatIsThis: #The info on all the Books buttons.
        SellingShop: #The Book in the main shop.
          Item: 'BOOK'
          Toggle: true
          Slot: 54
          Name: '&6What Is This Page?'
          Lore:
            - '&aThis is the crazy auctions, here you can'
            - '&aput items for sale, and buy items'
            - '&athat others have put for sale.'
            - ''
            - '&aThe auction is also a great place to make'
            - '&amoney by selling items that others'
            - '&amay be interested in buying.'
        BiddingShop: #The Book in the main shop.
          Item: 'BOOK'
          Toggle: true
          Slot: 54
          Name: '&6What Is This Page?'
          Lore:
            - '&aThis is the crazy auctions, here you can'
            - '&aput items for sale, and bid on items'
            - '&athat others have put for sale.'
            - ''
            - '&aThe bidding auction is also a great place to'
            - '&amake money by bidding off items that others'
            - '&amay be interested in bidding on.'
        CurrentItems: #The Book in the Current items GUI.
          Item: 'BOOK'
          Toggle: true
          Slot: 54
          Name: '&6What Is This Page?'
          Lore:
            - '&aThese are your current listings, all of'
            - '&athe items you currently have listed on'
            - '&acrazy auctions are displayed here.'
            - ''
            - '&aYou can cancel and view your listings'
            - '&aexpire time here.'
        Cancelled/ExpiredItems: #The Book in the Canceled/Expired Items GUI.
          Item: 'BOOK'
          Toggle: true
          Slot: 54
          Name: '&6What Is This Page?'
          Lore:
            - '&aThis page houses all of your cancelled and'
            - '&aexpired items, when a listings is cancelled'
            - '&aor expires you will be able to return that'
            - '&aitem back to you from this menu.'
            - ''
            - '&aJust click on the item and if you have enough'
            - '&ainventory space you will receive that item.'
        Viewing: #The Book in the Viewing Items GUI.
          Item: 'BOOK'
          Toggle: true
          Slot: 50
          Name: '&6What Is This Page?'
          Lore:
            - '&aThis page shows all the items that'
            - '&aa player has currently on the bidding'
            - '&aand selling market. You can quickly see'
            - '&awhat a specific player is selling.'
        Categories: #The Book in the Viewing Items GUI.
          Item: 'BOOK'
          Toggle: true
          Slot: 54
          Name: '&6What Is This Page?'
          Lore:
            - '&aThis page shows all the categories'
            - '&athat you can choose from. When you click'
            - '&aa category it will open the gui with only'
            - '&aitems that belong to that category.'
      Back: #The Back Buttons.
        Item: 'PAPER'
        Slot: 46
        Name: '&6Back'
      Return: #The Return Buttons.
        Item: 'FLOWER_POT'
        Slot: 50
        Name: '&6Return All'
        Lore:
          - '&aClick here to return all cancelled'
          - '&aand expired items to your inventory.'
      Confirm: #The Confirm Buttons.
        Item: 'LIME_STAINED_GLASS_PANE'
        Name: '&aConfirm'
      Cancel: #The Cancel Buttons.
        Item: 'RED_STAINED_GLASS_PANE'
        Name: '&cCancel'
      Your-Item: #The item that shows when you try to buy/bid on your item.
        Item: 'BARRIER'
        Name: '&cYou Can''t Purchase Your Own Item.'
      Cant-Afford: #The item that shows when you cant afford this item.
        Item: 'BARRIER'
        Name: '&cYou Can''t Afford This Item.'
      Top-Bidder: #The item for when a player is already the top bidder.
        Item: 'BARRIER'
        Name: '&cYou are already the top bidder.'
      Bidding: #The item in the middle when bidding on an item.
        Item: 'BLACK_STAINED_GLASS_PANE'
        Name: '&7Bidding'
        Lore:
          - '&7<--&aAdd &cRemove&7-->'
          - '&9Your Current Bid: &e$%Bid%'
          - '&9Current Top Bid: &e$%topbid%'
      Bid: #The button for when you want to confirm your bid.
        Item: 'LIGHT_BLUE_STAINED_GLASS_PANE'
        Name: '&bBid Now'
        Lore:
          - '&7Click here to Bid Now.'
  BlackList:
    - 'BEDROCK'
    - 'END_PORTAL_FRAME'
 
Dernière édition par un modérateur: