Advertisement
Guest User

Untitled

a guest
Aug 21st, 2021
653
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 4.89 KB | None | 0 0
  1. PREFIX: '&6Player shop > &f'
  2. LANG:
  3.   CONSOLE: Console
  4. MSG:
  5.   ERROR: Error occured, please contact the server owner.
  6.   INGAMEONLY: This command can be used only in the game.
  7.   NOACCESS: You don't have access to do this.
  8.   SHOPSNOTLOADED: Shops aren't loaded yet, please try again later.
  9.   NOTLOADED: Your data isn't loaded yet, please try again later.
  10.   WORLDBANNED: Player shops have been disabled in this world.
  11.   GAMEMODEBANNED: You can't access player shops when in the %gamemode% gamemode.
  12.   USAGE:
  13.     PLAYERSHOP: 'Invalid command usage. Correct usage: /playershop [reload]'
  14.     SUBCOMMAND: 'Invalid command usage. Correct usage: %usage%'
  15.   PLAYERSHOP:
  16.     RELOAD:
  17.       RELOADED: Configuration reloaded!
  18.     SELL:
  19.       QUANTITY: quantity
  20.       PRICE: price
  21.       VALUEINVALID: Invalid %setting% specified.
  22.       VALUETOOLOW: Too small %setting% specified. You have to specify at least %value%.
  23.       VALUETOOHIGH: Too high %setting% specified. You can't specify more than %value%.
  24.       TOOFEWITEM: You need at least %quantity% x %item%&f to sell it.
  25.       NOITEM: You must hold an item in your hand to sell it.
  26.       BANNEDITEM: You can't put up this item for sale.
  27.       LIMIT: You can't sell more than %limit% items at the same time.
  28.       UNCLAIMEDLIMIT: Please claim your expired/unclaimed items first.
  29.       CREATED: You put up %quantity% x %item%&f for sale for %price%.
  30.       BROADCAST: '%player% put up %quantity% x %item%&f for sale for %price%!'
  31.   BUY:
  32.     BOUGHTBY: '%player% bought %quantity% x %item%&f from you for %price%.'
  33.   SHOPITEM:
  34.     EXPIRED: Your sale offer (%quantity% x %item%) has expired.
  35.   SEARCHSHOPS:
  36.     ENTER: Enter the name of the shop to search. Type "%cancel%" to abort.
  37.     CANCELLED: You've cancelled the shop search.
  38.   SEARCHITEMS:
  39.     ENTER: Enter the name of the item to search. Type "%cancel%" to abort.
  40.     CANCELLED: You've cancelled the item search.
  41.   EDITSHOPNAME:
  42.     ENTER: Enter the new name of the shop. Type "%cancel%" to abort.
  43.     CANCELLED: You've cancelled the shop name edit.
  44.   ITEMLOT:
  45.     CANCELLED: Your %quantity% x %item% sell lot was cancelled by %player%.
  46. SHOPITEM:
  47.   SELLER:
  48.     NONE: none
  49. NOTIFICATION:
  50.   CONFIRM: '&a&lOK'
  51.   BUY:
  52.     CANNOTBUYOWN:
  53.       TITLE: Couldn't buy item
  54.       MESSAGE: '&c&lCan''t buy own item'
  55.       DESC: '&7You can''t buy your own item.'
  56.     CANNOTAFFORD:
  57.       TITLE: Couldn't buy item
  58.       MESSAGE: '&c&lCan''t afford to buy the item.'
  59.       DESC: '&7You need %price% to buy %quantity% x %item%&7.'
  60.     FULLINVENTORY:
  61.       TITLE: Couldn't buy item
  62.       MESSAGE: '&c&lYour inventory is full'
  63.       DESC: '&7You don''t have enough free space in your inventory.'
  64.     BOUGHT:
  65.       TITLE: Item purchased
  66.       MESSAGE: '&a&lItem purchased successfully.'
  67.       DESC: |-
  68.         &7You purchased %quantity%
  69.         &7x %item%&7 from %owner%
  70.         &7for %price%.
  71.   CANCEL:
  72.     CANCELLED:
  73.       TITLE: Item lot cancelled
  74.       MESSAGE: '&a&lItem lot cancelled successfully.'
  75.       DESC: |-
  76.         &7You cancelled %owner%'s
  77.         &7%quantity% x %item%
  78.         &7item lot.
  79.   CLAIM:
  80.     FULLINVENTORY:
  81.       TITLE: Couldn't claim item
  82.       MESSAGE: '&c&lYour inventory is full'
  83.       DESC: '&7You don''t have enough free space in your inventory.'
  84.     CLAIMED:
  85.       TITLE: Item claimed
  86.       MESSAGE: '&a&lItem claimed successfully.'
  87.       DESC: |-
  88.         &7You claimed %quantity%
  89.         &7x %item%&7.
  90.   SEARCHSHOPS:
  91.     NOTFOUND:
  92.       TITLE: No shops found
  93.       MESSAGE: '&c&lNo shops found'
  94.       DESC: |-
  95.         &7No shops with specified
  96.         &7name or owner found.
  97.   SEARCHITEMS:
  98.     NOTFOUND:
  99.       TITLE: No items found
  100.       MESSAGE: '&c&lNo items found'
  101.       DESC: |-
  102.         &7No items with specified
  103.         &7name or owner found.
  104.   EDITSHOPNAME:
  105.     BANNEDNAME:
  106.       TITLE: Couldn't rename the shop
  107.       MESSAGE: '&c&lCouldn''t rename the shop'
  108.       DESC: |-
  109.         &7You can't use this
  110.         &7shop name.
  111.     EDITED:
  112.       TITLE: Shop name changed
  113.       MESSAGE: '&a&lShop name changed'
  114.       DESC: |-
  115.         &7Shop name was changed
  116.         &7successfully to
  117.         &7%name%.
  118.   EXPIRED:
  119.     TITLE: Item expired
  120.     MESSAGE: '&c&lItem expired'
  121.     DESC: |-
  122.       &7This item is no longer
  123.       &7available.
  124.   NOACCESS:
  125.     TITLE: No access
  126.     MESSAGE: '&a&lYou don''t have access'
  127.     DESC: |-
  128.       &7You don't have access
  129.       &7to do this.
  130. TIME:
  131.   NOW: now
  132.   LESSTHAN: less than %time%
  133.   YEARS:
  134.     SINGULAR: year
  135.     PLURAL: years
  136.     SHORT: y
  137.   MONTHS:
  138.     SINGULAR: month
  139.     PLURAL: months
  140.     SHORT: mo
  141.   WEEKS:
  142.     SINGULAR: week
  143.     PLURAL: weeks
  144.     SHORT: w
  145.   DAYS:
  146.     SINGULAR: day
  147.     PLURAL: days
  148.     SHORT: d
  149.   HOURS:
  150.     SINGULAR: hour
  151.     PLURAL: hours
  152.     SHORT: h
  153.   MINUTES:
  154.     SINGULAR: minute
  155.     PLURAL: minutes
  156.     SHORT: m
  157.   SECONDS:
  158.     SINGULAR: second
  159.     PLURAL: seconds
  160.     SHORT: s
  161.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement