Advertisement
Guest User

Untitled

a guest
May 22nd, 2019
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.23 KB | None | 0 0
  1. CMD:
  2. SHOP:
  3. ADDMODIFIER:
  4. ITEM:
  5. USAGE: /shop addmodifier item <player> <shop> <item> <value> [buy|sell]
  6. ADDED: You set &c%player%&7's %type% price modifier for the %item% item in %shop% shop to &c%modifier%&7.
  7. ADDEDBY: Your %type% price modifier for the %item% item in %shop% shop was set to &c%modifier%&7 by &c%player%&7.
  8. SHOP:
  9. USAGE: /shop addmodifier shop <player> <shop> <value> [buy|sell]
  10. ADDED: You set &c%player%&7's %type% price modifier for all items in %shop% shop to &c%modifier%&7.
  11. ADDEDBY: Your %type% price modifier for all items in %shop% shop was set to &c%modifier%&7 by &c%player%&7.
  12. GLOBAL:
  13. USAGE: /shop addmodifier global <player> <value> [buy|sell]
  14. ADDED: You set &c%player%&7's %type% price modifier to &c%modifier%&7.
  15. ADDEDBY: Your %type% price modifier was set to &c%modifier%&7 by &c%player%&7.
  16. CHECKMODIFIERS:
  17. VIEW:
  18. VIEW: |-
  19. &c%player%&7's modifiers:
  20. Global modifiers:
  21. %global%
  22. Shop modifiers:
  23. %shop%
  24. Item modifiers:
  25. %item%
  26. ENTRY:
  27. ITEM: 'Item: &c%item%&7, shop: &c%shop%&7, buy: &c%buy%&7, sell: &c%sell%&7'
  28. SHOP: 'Shop: &c%shop%&7, buy: &c%buy%&7, sell: &c%sell%&7'
  29. GLOBAL: 'Buy: &c%buy%&7, sell: &c%sell%&7'
  30. RESETMODIFIER:
  31. ITEM:
  32. USAGE: /shop resetmodifier item <player> <shop> <item> [buy|sell]
  33. RESET: You reset &c%player%&7's %type% price modifier for the %item% item in %shop% shop.
  34. RESETBY: Your %type% price modifier for the %item% item in %shop% shop was reset by &c%player%&7.
  35. SHOP:
  36. USAGE: /shop resetmodifier shop <player> <shop> [buy|sell]
  37. RESET: You reset &c%player%&7's %type% price modifier for all items in %shop% shop.
  38. RESETBY: Your %type% price modifier for all items in %shop% shop was set to by &c%player%&7.
  39. GLOBAL:
  40. USAGE: /shop resetmodifier global <player> [buy|sell]
  41. RESET: You reset &c%player%&7's %type% price modifier.
  42. RESETBY: Your %type% price modifier was set to &c%modifier%&7 by &c%player%&7.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement