Advertisement
Guest User

ShopChest - French

a guest
Aug 31st, 2015
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 10.06 KB | None | 0 0
  1. # ===============================================
  2. # == Default Configuration File of 'ShopChest' ==
  3. # ===============================================
  4. #
  5. # Lines starting with '#' are comments and are ignored by the server.
  6. #
  7. # Color Codes:
  8. # &0 = Black
  9. # &1 = Dark Blue
  10. # &2 = Dark Green
  11. # &3 = Dark Aqua
  12. # &4 = Dark Red
  13. # &5 = Dark Purple
  14. # &6 = Gold
  15. # &7 = Gray
  16. # &8 = Dark Gray
  17. # &9 = Blue
  18. # &a = Green
  19. # &b = Aqua
  20. # &c = Red
  21. # &d = Light Purple
  22. # &e = Yellow
  23. # &f = White
  24. #
  25. # Formatting Codes:
  26. # &k = Obfuscated
  27. # &l = Bold
  28. # &m = Strikethrough
  29. # &n = Underline
  30. # &o = Italic
  31. # &r = Reset
  32. # \n = Extra line
  33.  
  34. # Set the main command you have to enter to manage the shops (default: "/shop ...")
  35. # DO NOT USE COLOR-/FORMATTING CODES HERE!
  36. main-command-name: "Magasin"
  37.  
  38. # Set the maximal distance to the shop where the player can see the hologram.
  39. # Value MUST be a number (e.g. 1, 1.5, 2.75, ...)
  40. maximal-distance: 5
  41.  
  42. # Set the currency symbol after price values
  43. currency-symbol: $
  44.  
  45. # Set the minimum prices for each individual Item. Not per Stack, per single Item!
  46. # To add an item DELETE THE '[]' after 'minimum-prices:' and follow the format below.
  47. # Important: You must have exactly 2 spaces between the text and the edge (Just like the other properties)
  48. # You can find the item names in the 'item_names.txt' file.
  49. minimum-prices: []
  50. #  "STONE:1": 0.5
  51. #  "DIAMOND_SWORD": 100
  52.  
  53.  
  54. messages:
  55.   # Set the message when a shop is created at the clicked chest.
  56.   shop-created: "&6Magasin créer."
  57.  
  58.   # Set the message when the clicked chest already is a shop.
  59.   chest-already-shop: "&cLe coffre est déjà un magasin."
  60.  
  61.   # Set the message when the clicked shop is removed.
  62.   shop-removed: "&6Magasin supprimér."
  63.  
  64.   # Set the message when the clicked chest is not a shop.
  65.   chest-no-shop: "&cLe coffre n'est pas un magasin."
  66.  
  67.   shop-info:
  68.     # Set the message the player gets in the first row after entering '/shop info'.
  69.     # Usable regex: %VENDOR%
  70.     vendor: "&6Vendeur: %VENDOR%"
  71.  
  72.     # Set the message the player gets in the second row after entering '/shop info'.
  73.     # Usable regex: %AMOUNT%, %ITEMNAME%
  74.     product: "&6Produit: %AMOUNT% x %ITEMNAME%"
  75.  
  76.     # Set the message the player gets in the third row after entering '/shop info' if the item is enchanted
  77.     # Usable regex: %ENCHANTMENT%
  78.     enchantments: "&6Enchantements: %ENCHANTMENT%"
  79.  
  80.     # Set the message the player gets in the third/fourth row after entering '/shop info'.
  81.     # Usable regex: %BUY-PRICE%, %SELL-PRICE%, %CURRENCY-SYMBOL%
  82.     price: "&6Prix: Achat: %BUY-PRICE%%CURRENCY-SYMBOL%, Vente: %SELL-PRICE%%CURRENCY-SYMBOL%"
  83.  
  84.     # If the sell price or buy price is disabled, this message will be displayed instead of the price and the currency symbol in the message above.
  85.     disabled: "&7Désactiver&6"
  86.    
  87.     # Set the message the player gets in the fourth/fifth row after entering '/shop info'...
  88.     # ...when the shop is infinite.
  89.     is-infinite: "&6Type: Infini"
  90.    
  91.     # ...when the shop is not infinite.
  92.     is-not-infinite: "&6Type: Normal"
  93.  
  94.   # Set the message when the clicked block is not a chest.
  95.   block-no-chest: "&cLe bloc n'est pas un magasin."
  96.  
  97.   # Set the message when the player tries to create a shop with sell price and buy price set to 0
  98.   buy-and-sell-disabled: "&cImpossible de créer un magasin avec l'achat et la vente désactivée."
  99.  
  100.   # Set the message when the player successfully bought something.
  101.   # Usable regex: %AMOUNT%, %ITEMNAME%, %BUY-PRICE%, %CURRENCY-SYMBOL%, %VENDOR%
  102.   buy-success: "&aVous avez acheter &6%AMOUNT% x %ITEMNAME%&a pour &6%BUY-PRICE%%CURRENCY-SYMBOL%&a a &6%VENDOR%&a."
  103.  
  104.   # Set the message when the player successfully bought something.
  105.   # Usable regex: %AMOUNT%, %ITEMNAME%, %SELL-PRICE%, %CURRENCY-SYMBOL%, %VENDOR%
  106.   sell-success: "&aVous avez vendu &6%AMOUNT% x %ITEMNAME%&a pour &6%SELL-PRICE%%CURRENCY-SYMBOL%&a a &6%VENDOR%&a."
  107.  
  108.   # Set the message when the inventory is full when the player is buying something.
  109.   not-enough-inventory-space: "&cIl n'y a pas assez d'espace dans votre inventaire."
  110.  
  111.   # Set the message when the shops' inventory is full when the player is selling something.
  112.   chest-not-enough-inventory-space: "&cLe magasin n'a plus assez d'espace."
  113.  
  114.   # Set the message when the player doesn't have enough money to buy something.
  115.   not-enough-money: "&cVous n'avez pas assez d'argent."
  116.  
  117.   # Set the message when the player doesn't have enough items to sell.
  118.   not-enough-items: "&cVous n'avez pas assez d'items."
  119.  
  120.   # Set the message when the shop is out of stock.
  121.   out-of-stock: "&cLe magasin n'a plus de stock."
  122.  
  123.   # Set the message when an error occurred.
  124.   # Usable regex: %ERROR%
  125.   error-occurred: "&cERREUR: %ERROR%"
  126.  
  127.   # Set the message when the arguments <AMOUNT> and <PRICE> of '/shop create' are not a number.
  128.   amount-and-price-not-number: "&cLe montant du prix doit être en chiffre."
  129.  
  130.   # Set the message when the player doesn't hold an item in the hand.
  131.   no-item-in-hand: "&cPas d'item en main."
  132.  
  133.   # Set the message when the player must click a chest to create a shop.
  134.   click-chest-to-create-shop: "&aCliquez sur un coffre pour créer le magasin."
  135.  
  136.   # Set the message when the player must click a shop to remove it.
  137.   click-chest-to-remove-shop: "&aCliquez sur le coffre pour supprimé le magasin."
  138.  
  139.   # Set the message when the player must click a shop to retrieve information.
  140.   click-chest-for-info: "&aCliquez sur le magasin pour voir les infos."
  141.  
  142.   # Set the message when the player opened a shop.
  143.   # Usable regex: %VENDOR%
  144.   opened-shop: "&aVous ouvrez le magasin de %VENDOR%."
  145.  
  146.   # Set the message when the player tries to break a shop.
  147.   cannot-break-shop: "&cImpossible de detruire le magasin."
  148.  
  149.   # Set the message when the player tries to sell a broken item.
  150.   cannot-sell-broken-item: "&cImpossible de vendre un item casse."
  151.  
  152.   # Set the message when the entered buy price is below the minimum price.
  153.   # Usable regex: %MIN-PRICE%, %CURRENCY-SYMBOL%
  154.   buy-price-too-low: "&cLe prix d'achat doit être plus élevé que %MIN-PRICE%%CURRENCY-SYMBOL%."
  155.  
  156.   # Set the message when the entered sell price is below the minimum price.
  157.   # Usable regex: %MIN-PRICE%, %CURRENCY-SYMBOL%
  158.   sell-price-too-low: "&cTLe prix de vente doit être plus élevé que %MIN-PRICE%%CURRENCY-SYMBOL%."
  159.  
  160.   # Set the message when buying is disabled at the shop.
  161.   buying-disabled: "&cL'achat est desactive dans ce magasin."
  162.  
  163.   # Set the message when selling is disabled at the shop.
  164.   selling-disabled: "&cLa vente est desactive dans ce magasin."
  165.  
  166.   # Set the message when reloading is done.
  167.   # Usable regex: %AMOUNT% (Amount of shops)
  168.   reloaded-shops: "&aRechargement de %AMOUNT% magasins."
  169.  
  170.   update:
  171.     # Set the message when an update is available.
  172.     # Unfortunately only the last colored part of the text (if you have multiple colors) becomes clickable (default: only '&chere' is clickable).
  173.     # Usable regex: %VERSION%
  174.     update-available: "&l&6Version &c%VERSION% &6of &cShopChest &6is available &chere."
  175.    
  176.     # Set the message you get when hovering over the available message.
  177.     click-to-download: "Click to download"
  178.    
  179.     # Set the message when no update is available.
  180.     no-update: "&l&6No new update available."
  181.    
  182.     # Set the message when the update checker is started.
  183.     checking: "&l&6Checking for Updates..."
  184.  
  185.   hologram:
  186.  
  187.     # Set the message in the second row of the shops' hologram when the player can buy and sell an item.
  188.     # Usable regex: %BUY-PRICE%, %SELL-PRICE%, %CURRENCY-SYMBOL%
  189.     buy-and-sell: "Achat %BUY-PRICE%%CURRENCY-SYMBOL% | %SELL-PRICE%%CURRENCY-SYMBOL% Vente"
  190.    
  191.     # Set the message in the second row of the shops' hologram when the player can only buy an item.
  192.     # Usable regex: %BUY-PRICE%, %CURRENCY-SYMBOL%
  193.     only-buy: "Achat %BUY-PRICE%%CURRENCY-SYMBOL%"
  194.    
  195.     # Set the message in the second row of the shops' hologram when the player can only sell an item.
  196.     # Usable regex: %SELL-PRICE%, %CURRENCY-SYMBOL%
  197.     only-sell: "Vente %SELL-PRICE%%CURRENCY-SYMBOL%"
  198.    
  199.   no-permission:
  200.     # Set the message when a not permitted player tries to create a shop.
  201.     create: "&cVous n'avez pas la permission de créer un magasin."
  202.  
  203.     # Set the message when a not permitted player tries to create an infinite shop.
  204.     create-infinite: "&cVous n'avez pas la permission de créer un magasin infini."
  205.  
  206.     # Set the message when a not permitted player tries to open another players' shop.
  207.     open-others: "&cVous n'avez pas la permission d'ouvrir ce coffre."
  208.  
  209.     # Set the message when a not permitted player tries to buy something.
  210.     buy: "&cVous n'avez pas la permission d'acheter quelque chose."
  211.  
  212.     # Set the message when a not permitted player tries to sell something.
  213.     sell: "&cVous n'avez pas la permission de vendre quelque chose."
  214.  
  215.     # Set the message when a not permitted player tries to remove another players' shop.
  216.     remove-others: "&cVous n'avez pas la permission de retirer ce magasin."
  217.    
  218.     # Set the message when a not permitted player tries to reload the shops.
  219.     reload: "&cVous n'avez pas la permission de recharger les magasins."
  220.    
  221.     # Set the message when a not permitted player tries to check for updates.
  222.     update: "&cVous n'avez pas la permission de voir les mises a jour."
  223.  
  224.   command-description:
  225.     # Set the command description message for '/<main-command> create' when you type '/<main-command>'.
  226.     create: "créer un magasin."
  227.  
  228.     # Set the command description message for '/<main-command> remove' when you type '/<main-command>'.
  229.     remove: "supprimer un magasin."
  230.  
  231.     # Set the command description message for '/<main-command> info' when you type '/<main-command>'.
  232.     info: "Voir les informations du magasin."
  233.    
  234.     # Set the command description message for '/<main-command> reload' when you type '/<main-command>'.
  235.     reload: "Recharger les magasins."
  236.    
  237.     # Set the command description message for '/<main-command> update' when you type '/<main-command>'.
  238.     update: "Voir les mises a jour."
  239.  
  240. # End of file.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement