Advertisement
Guest User

ShopGUIPlus

a guest
Jan 17th, 2018
188
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 6.48 KB | None | 0 0
  1. PREFIX: '&aShop > &f'
  2. LANG:
  3.   CONSOLE: Server
  4. MSG:
  5.   ERROR: &7Error occured, please contact a member of staff.
  6.   INGAMEONLY: &7This command can be used only in the game.
  7.   NOACCESS: &4You do not have permission to do that.
  8.   NOTLOADED: &7Your data isn't loaded yet, please try again later.
  9.   NOTLOADEDTARGET: &7This player's data isn't loaded yet, please try again later.
  10.   RELOADED: &7Configuration reloaded.
  11.   USAGE:
  12.     SUBCOMMAND: '&bUsage: &7%usage%'
  13.   CMD:
  14.     SHOP:
  15.       ADDMODIFIER:
  16.         ITEM:
  17.           USAGE: &bUsage: &7/shop addmodifier item <player> <shop> <item> <value> [buy|sell]
  18.           ADDED: &7You set &c%player%&f's %type% price modifier for the %item% item
  19.             in %shop% shop to &c%modifier%&f.
  20.           ADDEDBY: &7Your &b%type%&7 price modifier for the &b%item% &7item in &b%shop% &7shop was
  21.             set to &b%modifier%&7 by &b%player%.
  22.         SHOP:
  23.           USAGE: &bUsage: &7/shop addmodifier shop <player> <shop> <value> [buy|sell]
  24.           ADDED: &7You set &b%player%'s %type%&7 price modifier for all items in &b%shop%
  25.             &7shop to &b%modifier%.
  26.           ADDEDBY: &7Your &b%type% &7price modifier for all items in&b %shop% &7shop was set
  27.             to &b%modifier%&7 by &b%player%.
  28.         GLOBAL:
  29.           USAGE: &bUsage: &7/shop addmodifier global <player> <value> [buy|sell]
  30.           ADDED: &7You set &b%player%'s %type% &7price modifier to &b%modifier%.
  31.           ADDEDBY: &7Your&b %type% &7price modifier was set to &b%modifier%&7 by &b%player%.
  32.       CHECKMODIFIERS:
  33.         VIEW:
  34.           VIEW: |-
  35.             &b%player%'s modifiers:
  36.             &bGlobal modifiers:
  37.            &7%global%
  38.             &bShop modifiers:
  39.            &7%shop%
  40.             &bItem modifiers:
  41.            &7%item%
  42.           ENTRY:
  43.             ITEM: '&bItem: &7%item% &bShop: &7%shop% &bBuy: &7%buy% &bSell: &7%sell%'
  44.             SHOP: '&bShop: &7%shop% &bBuy: &7%buy% &bSell: &7%sell%'
  45.             GLOBAL: '&bBuy: &7%buy% &bSell: &7%sell%'
  46.       RESETMODIFIER:
  47.         ITEM:
  48.           USAGE: &bUsage: &7/shop resetmodifier item <player> <shop> <item> [buy|sell]
  49.           RESET: &7You reset &b%player%'s %type% &7price modifier for the &b%item% &7item
  50.             in &b%shop% &7shop.
  51.           RESETBY: &7Your &b%type%&7 price modifier for the &b%item% &7item in &b%shop% &7shop was
  52.             reset by &b%player%.
  53.         SHOP:
  54.           USAGE: &bUsage: &7/shop resetmodifier shop <player> <shop> [buy|sell]
  55.           RESET: &7You reset &b%player%'s %type% &7price modifier for all items in&b %shop%
  56.             &7shop.
  57.           RESETBY: &7Your &b%type% &7price modifier for all items in &b%shop% &7shop was set
  58.             to by &b%player%.
  59.         GLOBAL:
  60.           USAGE: &bUsage: &7/shop resetmodifier global <player> [buy|sell]
  61.           RESET: &7You reset &b%player%'s %type% &7price modifier.
  62.           RESETBY: &7Your &b%type% &&price modifier was set to &b%modifier%&7 by &b%player%.
  63.   MODIFIER:
  64.     INVALIDAMOUNT: &7Invalid modifier value specified. Valid values are for instance&b
  65.       0.50 which is 50%, 2.0 which is 200% etc.
  66.     INVALIDTYPE: &7Invalid modifier type specified. Valid values are buy, sell and both.
  67.     BUY: buy
  68.     SELL: sell
  69.     BOTH: buy & sell
  70.   INVALIDPLAYER: &7Invalid player name specified.
  71.   INVALIDSHOP: &7Shop with ID &b%shop%&7 not found.
  72.   INVALIDITEM: &7Item with ID &b%item%&7 not found in &b%shop%.
  73.   NOACCESSTOSHOP: &4You do not have permission to do that.
  74.   NODIRECTACCESSTOSHOP: &4You do not have permission to do that.
  75.   MAINMENUDISABLED: &bUsage: &7/shop <id> instead.
  76.   WORLDBLACKLISTED: &4You do not have permission to do that.
  77.   WORLDBANNED: &4You do not have permission to do that.
  78.   WORLDBANNEDTARGET: '&b%player% &7can''t access the shop in that world.'
  79.   GAMEMODEBANNED: &7You can't access the shop when in gamemode &b%gamemode%.
  80.   GAMEMODEBANNEDTARGET: '&b%player% &7can''t access the shop when in gamemode &b%gamemode%.'
  81.   ITEM:
  82.     FULLINVENTORY: &7You don't have enough free space in your inventory.
  83.     CANNOTAFFORD: &7You need &b%price%$&7 to buy &b%amount% x %item%.
  84.     CANNOTBUY: &7You can't buy this item.
  85.     CANNOTSELL: &7You can't sell this item.
  86.     BOUGHT: &7You bought &b%amount% x %item%&7 for &b$%price%.
  87.     BOUGHTFREE: &7You received &b%amount% x %item%.
  88.     NOTENOUGH: &7You don't have &b%amount% x %item%&7 to sell.
  89.     SOLD: &7You sold &b%amount% x %item%&7 for &b$%price%.
  90.     SOLDFREE: &7You gave away &b%amount% x %item%.
  91.     SOLDALL: &7You sold all &b%item%& (%amount% x %item%) &7for &b$%price%.
  92.     SOLDALLFREE: &7You gave away all &b%item% (%amount% x %item%).
  93.     NOACCESS: &4You do not have permission to do that.
  94.   ENCHANT:
  95.     CANNOTAPPLY: &7Enchantment &b%enchantment%&7 cannot be applied to the item you're
  96.       holding.
  97.     ALREADYAPPLIED: &7This item already has &b%enchantment%&7 applied.
  98.     LEVELDIFF: &7You need an item with at least &b%enchantment% %level%&7 applied.
  99.     CANNOTAFFORD: &7You need &b$%price%&7 to buy &b%enchantment%.
  100.     MAX: &7This item already has the maximum amount of enchantments &b(%amount%).
  101.     TOOMANY: &7You can't enchant more than &b%amount% &7items at once.
  102.     BOUGHT: &7You bought &b%enchantment%&7 enchantment for &b$%price%.
  103.   PERMISSION:
  104.     PERMISSIONSDISABLED: &7Permissions are disabled, please contact a member of staff.
  105.     ALREADYHAVE: &7You already have the &b%permission%&7 permission.
  106.     CANNOTAFFORD: &7You need &b%price%$&7 to buy &b%permission%.
  107.     BOUGHT: &7You bought &b%permission%&7 permission for &b$%price%.
  108.   COMMAND:
  109.     BOUGHT: &7You bought the command for &b$%price%.
  110.     CANNOTAFFORD: &7You need &b$%price%&7 to buy this command.
  111.   SELLHAND:
  112.     NOITEM: &7You have to hold an item in your hand in order to sell it.
  113.     INVALIDQUANTITY: &7Invalid quantity specified. Must be between &b1 and %max%.
  114.     CANNOTSELL: &7You can't sell this item.
  115.     MULTIPLEQUANTITYONLY: &7You can't sell that quantity. Only multiples of &b%quantity%
  116.       &7are allowed for this item.
  117.   SELLHANDALL:
  118.     SOLD: &7You sold &b%quantity% x %item% &7for a total of &b$%price%.
  119.   SELLALL:
  120.     NOITEMS: &7You don't have any items you can sell.
  121.     SOLD: &7You sold &b%quantity% &7items for a total of &b$%price%.
  122. DIALOG:
  123.   AMOUNTSELECTION:
  124.     BUY:
  125.       NAME: '&bBuying %item%'
  126.     SELL:
  127.       NAME: '&bSelling %item%'
  128.     BULKBUY:
  129.       NAME: '&bBuying stacks of %item%'
  130.     BULKSELL:
  131.       NAME: '&bSelling stacks of %item%'
  132. SHOP:
  133.   PERMISSION:
  134.     ALREADYOWNED: '&7(Already owned)'
  135.     NOTOWNED: '&b(Not owned)'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement