Advertisement
Guest User

Untitled

a guest
Mar 10th, 2021
34
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 3.71 KB | None | 0 0
  1. prefix: "&f[&bAuctions&f]"
  2. main:
  3. - "&6-----[ &eAuction Help Menu &6]-----"
  4. - "{permission:auctions.start}&e/auction start &7<amount> <price> [increment] [autowin] - &fStart an auction"
  5. - "{permission:auctions.info}&e/auction info &7- &fDisplays current auction information"
  6. - "{permission:auctions.bid}&e/auction bid &7[increment] - &fBid on an auction"
  7. - "{permission:auctions.end}&e/auction end &7 - &fEnd the current auction"
  8. - "{permission:auctions.cancel}&e/auction cancel &7 - &fCancel the current auction"
  9. - "{permission:auctions.impound}&e/auction impound &7- &fImpound the currently auctioned items"
  10. - "{permission:auctions.ignore}&e/auction ignore &7- &fIgnore plugin messages"
  11. - "{permission:auctions.queue}&e/auction queue &7- &fView all queued auctions"
  12. - "{permission:auctions.claim}&e/auction claim &7- &fClaim stored items"
  13. - "{permission:auctions.reload}&e/auction reload &7<settings, auctions, storage, language> - &fReload the files"
  14. - "&ePlugin remade by Kadnick | Tom."
  15. not_enough_arguments: "{prefix} &fNot enough arguments."
  16. no_item_in_main_hand: "{prefix} &fYou are not holding an item in your hand."
  17. not_in_available_world: "{prefix} &fSorry, but your can't auction anything in this world."
  18. not_enough_items: "{prefix} &fSorry, but you don't have enough items."
  19. timeLeft_1: "{prefix} &fThe Auction of &3"
  20. timeLeft_2: " &fhas {seconds} seconds left."
  21. itemName_format: "&b"
  22. no_queue_free: "{prefix} &fYou currently can't start an auction because the queue is full."
  23. your_auction_got_queued: "{prefix} &fYour auction got queued."
  24. no_perms: "{prefix} &fYou don't have permissions."
  25. wrong_arguments: "{prefix} &fWrong arguments."
  26. reload_complete: "{prefix} &fReload complete."
  27. auction_start_1: "{prefix} &b{auctioneer} &fauctions "
  28. auction_start_2: " &ffor {price}$."
  29. increment: " &fThe bid increment amounts {increment}$."
  30. autowin: " &fThe autowin amounts {autowin}$."
  31. nobody_won: "{prefix} &fNobody won the auction."
  32. player_won: "{prefix} &f{winner} won the auction."
  33. offline_player_won: "{prefix} &fThe player who won went offline."
  34. no_auction: "{prefix} &fSorry, but there is currently no auction."
  35. not_enough_money: "{prefix} &fSorry, but you don't have enough money."
  36. bid: "{prefix} &f{bidder} has bid {amount}$."
  37. bid_to_low: "{prefix} &fYou have to bid at least &b{amount}&f$."
  38. no_stored_items: "{prefix} &fSorry, but you don't have stored items."
  39. items_claimed: "{prefix} &fYou successfully claimed your items."
  40. auction_info_1: "{prefix} &b{auctioneer} &fauctions "
  41. auction_info_2: " &ffor currently {price}$."
  42. not_your_auction: "{prefix} &fSorry, but this is not your auction."
  43. not_enough_money_to_end: "{prefix} &fSorry, but you don't have enough money to end this auction."
  44. auction_canceled: "{prefix} &f{auctioneer} canceled his auction."
  45. auction_impounded: "{prefix} &fThe current auction got confiscated."
  46. messages_enabled: "{prefix} &fYou enabled auction messages."
  47. messages_disabled: "{prefix} &fYou disabled auction messages."
  48. no_queued_auctions: "{prefix} &fThere are currently no queued auctions."
  49. auction_queue_1: "{prefix} &b{auctioneer} &fwill auction "
  50. auction_queue_2: " &ffor {price}$."
  51. unknown_command: "{prefix} &fSorry, but the command &b{command} &fis unknown. Type &b/auc help &fto see available commands."
  52. amount: "amount"
  53. price: "price"
  54. increment_format: "increment"
  55. autowin_format: "autowin"
  56. negative_amount: "{prefix} &fYou can't use negative amounts. Additionally, amounts have to amount at least 1."
  57. wrong_argument_format: "{prefix} &fWrong argument format."
  58. cant_bid_own: "{prefix} &fYou can't bid on your own auction."
  59. world_changed: "{prefix} &fYou changed the world. Items will get stored. You can claim them by using &b/auc claim&f."
  60. items_stored: "{prefix} &fYour items got stored."
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement