Advertisement
Guest User

Auction

a guest
Mar 31st, 2015
287
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. # Legend:
  2. # %i - item being auctioned
  3. # %a - amount of item being auctioned
  4. # %A - autowin amount
  5. # %t - time remaining in the auction
  6. # %p - player hosting the auction
  7. # %w - the current top bidder of the auction
  8. # %b - the current top bid
  9. # %B - the bidding increment
  10. # %q - the position a player is in the queue (only works with auction-queue-position message)
  11. # %T - tax being charged at the end of auction
  12. # unsupported-item only applies for Firework and Firework Charge right now
  13. reload: '&aAuctions has been reloaded'
  14. insufficient-permissions: '&6You don''t have enough permissions'
  15. unsupported-item: '&6That item can''t be auctioned'
  16. ignoring-on: '&6You are now &cignoring &6auction messages'
  17. ignoring-off: '&6You are no longer ignoring auction messages'
  18. itemColor:
  19. color: c
  20. style: l
  21. auction-menu:
  22. - '&9&lAuction Help Menu - Commands:'
  23. - '&9/auction info &e- &cDisplays current auction information'
  24. - '&9/auction bid &7<amount> &e- &cBid on an auction'
  25. - '&9/auction start &7<amount> <start-price> [bid-incrmnt] [autowin] &e- &cStart an
  26. auction'
  27. - '&9/auction end &e- &cEnd your current auction'
  28. - '&9/auction ignore &e- &cIgnore plugin messages'
  29. - '&9/auction reload &e- &cReload auction configuration'
  30. auction-help:
  31. - You can configure your custom help messages here
  32. - Make sure allow-help-command in config.yml is set to true, otherwise
  33. - you'll just see auction-menu
  34. auction-timer: '&9The auction for &f%a &a%i &9has &c%t &9remaining'
  35. auction-cancelled: '&9The auction for &1%i &9was &ccancelled'
  36. auction-start: '&b%p &9started an auction for &f%a &a%i'
  37. auction-start-price: '&9The &cauction &9begins at &6$%b &9and will last for &c%t'
  38. auction-start-autowin: '&9The host has set the autowin amount to &6$%A'
  39. auction-info-message: '&b%p &9is auctioning &f%a &a%i &9for &6$%b'
  40. auction-ended: '&9Your auction has ended. Received &6$%b'
  41. auction-ended-autowin: '&9The auction for &a%i ended with &b%w &9bidding &6$%b &c&n(autowin)'
  42. auction-end-tax: '&9A tax of &6$%T &9was charged'
  43. auction-end-no-bidders: '&9The auction for &f%a &a%i &9ended with no bids'
  44. auction-end-broadcast: '&b%w &9won &f%a &a%i &9with a bid of &6$%b'
  45. bid-broadcast: '&b%w &9has bid &6$%b &9on &f%a &a%i'
  46. auction-winner: '&aYou won &f%a &a%i &9with a bid of &6$%b'
  47. fail-bid-insufficient-balance: '&cYour bid exceeds your current balance'
  48. fail-bid-no-auction: '&cThere is no auction to bid on'
  49. fail-bid-your-auction: '&cYou cannot bid on your own auction'
  50. fail-bid-top-bidder: '&cYou are already the top bidder'
  51. fail-bid-too-low: '&cYour bid was too low'
  52. fail-bid-syntax: '&cUsage: /auction bid <amount>'
  53. fail-bid-number: '&cInvalid bid'
  54. fail-cancel-not-yours: '&cYou can''t cancel auctions that aren''t your own'
  55. fail-end-no-auction: '&cThere is no auction at this time'
  56. fail-info-no-auction: '&cThere is no auction at this time'
  57. fail-start-cant-yet: '&cYou cannot start at an auction at this time'
  58. fail-start-ignoring: '&cYou have auctions ignored, toggle by using /auction ignore'
  59. fail-start-hand-empty: '&cYou can''t auction air'
  60. fail-start-not-enough-items: '&cYou don''t have enough of that item!'
  61. fail-start-no-funds: '&cYou can''t afford to start an auction'
  62. fail-start-syntax: '&cUsage: /auction start <amount> <initial price> [bid incrmnt]
  63. [autowin]'
  64. fail-start-auction-in-progress: '&cThere is already an auction in progress'
  65. fail-start-creative: '&cYou cannot start an auction in GameMode CREATIVE'
  66. fail-start-unknown: '&cCould not start the auction'
  67. fail-number-format: '&cYou provided an invalid number'
  68. fail-console: '&cConsole can''t use this command'
  69. items-no-space: '&6Not enough space, items have been dropped at your feet'
  70. saved-item-return: '&6Your items were saved and have been returned'
  71. winner-item: '&aYou won the auction and have received your items'
  72. no-bidder-return: '&6Your items were refunded as nobody bid on your auction'
  73. give-item-unknown: '&6Your items have been returned'
  74. broadcast-disable: '&cAuctions are now disabled, only those with permission can start
  75. auctions'
  76. broadcast-enable: '&6Auctions have been re-enabled'
  77. already-disabled: '&cAuctions are already disabled'
  78. already-enabled: '&cAuctions are already enabled'
  79. fail-start-auction-disabled: '&6Auctions are currently disabled'
  80. fail-start-negative-number: '&6You can''t auction a stack with negative size'
  81. fail-end-disallowed: '&6You cannot end this auction'
  82. fail-start-max: '&6Your starting price is too high'
  83. fail-start-min: '&6Your starting price is too low'
  84. anti-snipe-add: '&9ANTI-SNIPE &e- &c%t &9seconds have been added to the auction!'
  85. auction-queued: '&aYour auction has been queued'
  86. auction-queue-position: '&9Your auction is &c#%q &9in the auction queue'
  87. fail-end-not-your-auction: '&6You can''t end other players auctions'
  88. fail-start-already-auctioning: '&6You already have an ongoing auction'
  89. fail-start-already-queued: '&6You already have an ongoing auction'
  90. fail-start-queue-full: '&6The auction queue is currently full'
  91. fail-cancel-no-auction: '&6There is no auction to cancel'
  92. fail-cancel-time: '&6You can''t cancel the auction at this point'
  93. fail-cancel-disabled: '&6Auction cancelling is disabled'
  94. auction-start-increment: '&9The &cbidding increment &9has been set to &c$%B'
  95. fail-start-damaged-item: '&6You can''t auction damaged items!'
  96. fail-start-bid-increment: '&6Your bid increment was either too high or too low'
  97. command-blocked-auctioning: '&6You can''t use this command while auctioning an item'
  98. command-blocked-auction-queued: '&6You can''t use this command while having an auction
  99. queued'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement