Advertisement
wonka101

Community Quests Language File

Apr 8th, 2021 (edited)
688
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 3.00 KB | None | 0 0
  1. noPermission: "&cYou do not have permission to perform this action!"
  2. invalidCommand: "&cInvalid command! A list of available commands include /cq [start, stop, togglebar, view, reload, donate, help, deposit]"
  3. reloadCommand: "&AThe Community Quests configuration has reloaded successfully!!!"
  4. helpMessage: "&eThe Community Quests plugin allows servers to run quests that the entire server either works together or competes against one another to complete an objective. To view active quests use /cq view, to begin a new quests use /cq start. For donation quests, use the /cq donate command to open up the donation GUI."
  5. noActiveDonateQuests: "&cThere are no active quests that require you to donate items."
  6. invalidQuestName: "&cThe quest name you entered does not exist"
  7. invalidQuestType: "&cYou must enter a quest type; coop or comp"
  8. noActiveQuests: "&cThere are currently no active quests running on the server."
  9. questLimitReached: "&cThe quest could not be created, the number of active quests has reached its limit"
  10. cooperativeQuestMustHaveAGoal: "&cCould not start quest: quests without a goal cannot be cooperative!"
  11.  
  12. # In the below messages the 'questName' value is replaced by the display name set by the quest in the configuration
  13. questCompleteMessage: "&a&lQUEST COMPLETE &f( questName &f) \n Congrats on completing the quest! See the top players below!"
  14. questFailureMessage: "&4&lQUEST FAILED &f( questName &f) \n Unfortunately the quest could not be completed in the given time, better luck next time!"
  15.  
  16. # Message will be broadcast to the server when a quest is completed (questName is replaced with the name of the quest
  17. # AND questDescription is replaced by the specified quest description)
  18. questStartMessage: "&a&lA new server-wide quest has begun &f- questName \n questDescription"
  19.  
  20. # message sent to player when they contribute if communityquests.showmessages permission is set to true.
  21. contributionMessage: "&a+1 for the quest questName"
  22.  
  23. # This message will proceed the list of top players
  24. topContributorsTitle: "&l&eTop Contributors&r"
  25.  
  26. # rewards title - show to player before receiving their rewards
  27. rewardsTitle: "&aRewards"
  28. rewardsMessage: "&bYou have been given a reward for competing in the quest, use /cq rewards to claim them!"
  29. noRewards: "&cYou have no rewards to claim."
  30. cantDonateItem: "&cThe given item does not have an active donation quest"
  31.  
  32. # Single words
  33. experience: "&eexperience"
  34. competitive: "&aCompetitive"
  35. cooperative: "&aCooperative"
  36. goal: "&7Goal"
  37. duration: "&7Duration"
  38. you: "&fYou"
  39. leader: "&n&7Leader"
  40. progress: "&bProgress"
  41. topContributors: "&6Top Contributors"
  42.  
  43. # GUI titles
  44. viewQuests: "Active Quests"
  45. startQuest: "Begin Quest Menu"
  46. stopQuest: "End Quest Menu"
  47. typeMenu: "Select an Event Type"
  48. donateMenu: "Place item in the center slot!"
  49.  
  50. endQuestText: "&eClick to end the quest"
  51. goBack: "&cGo Back"
  52. goBackText: "&7Go back to the event list"
  53. clickToStart: "&eClick to start the quest"
  54. timeRemaining: "&fTime remaining &e"
  55. claimRewards: "&eClick to claim your rewards"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement