Sztiggi

QUESTYYTYTY

Feb 7th, 2020
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.98 KB | None | 0 0
  1. # Categories are a way of grouping up quests.
  2. # When a player uses /quests, a menu of categories will be presented to them.
  3. # When a player clicks on a category, a list of quests under that category will show.
  4. # If categories are disabled, all quests will be shown under one big GUI.
  5. # Players can access specific categories by command using /quests c [category].
  6. # If a quest does not have a category, it will not be shown.
  7. categories:
  8. farming:
  9. display:
  10. name: '&8&m+------------------------------------------+'
  11. lore:
  12. - "&r &a&l&m---&r&8&l&m[--&r &8â—† &a&k;&2&k;&r &a&nFarmy&r &2&k;&a&k;&r &8â—†&r &8&l&m--]&a&l&m---"
  13. - "&r"
  14. - "&7Zadania ktore wymagaja zebrania rzeczy"
  15. - "&7 Ktore moga obejmowac tylko rolnictwo."
  16. - "&r"
  17. - "&7➤ Ilosc zadan w tej kategori: &a&n78"
  18. - "&r"
  19. - "&7Trudnosc zadan: &aLatwe &7- &cTrudne"
  20. - "&7â—† Ukoncz zadanie aby zdobyc nagrode!"
  21. - '&8&m+------------------------------------------+'
  22. type: "MELON_SEEDS"
  23. mining:
  24. display:
  25. name: '&8&m+--------------------------------+'
  26. lore:
  27. - "&r&b&l&m---&r&8&l&m[-&r &8â—† &b&k;&3&k;&r &b&nZadania Gornicze&r &3&k;&b&k;&r &8â—†&r &8&l&m-]&b&l&m---"
  28. - "&r"
  29. - "&7Zadania ktore wymagaja wykopania blokow"
  30. - "&7 Znajdziesz w tej kategori."
  31. - "&r"
  32. - "&7➤ Ilosc zadan w tej kategori: &b&n31"
  33. - "&r"
  34. - "&7Trudnosc zadan: &aLatwe &7- &cTrudne"
  35. - "&7â—† Ukoncz zadanie aby zdobyc nagrode!"
  36. - '&8&m+--------------------------------+'
  37. type: "IRON_PICKAXE"
  38. nightmare:
  39. display:
  40. name: '&8&m+-------------------------------------+'
  41. lore:
  42. - " &r&4&l&m---&r&8&l&m[-&r &8â—† &4&k;&c&k;&r &4&nZadania Zagadki&r &c&k;&4&k;&r &8â—†&r &8&l&m-]&4&l&m---"
  43. - "&r"
  44. - "&7Zadania i zagadki ktore tu sa"
  45. - "&7 Moga byc bardzo trudne do ukonczenia!"
  46. - "&r"
  47. - "&7➤ Rozwiaz zagadke i posiadaj niezbedne"
  48. - "&7przedmioty aby ukonczyc zadanie!"
  49. - "&r"
  50. - "&7➤ Ilosc zadan w tej kategori: &4&n22"
  51. - "&r"
  52. - "&7Quest Difficulty: &4Zagadka"
  53. - "&7â—† Ukoncz zadanie aby zdobyc &nNIESAMOWITA&r&7 nagrode!"
  54. - '&8&m+-------------------------------------+'
  55. type: "WITHER_SKELETON_SKULL"
  56. gathering:
  57. display:
  58. name: '&8&m+-------------------------------------+'
  59. lore:
  60. - "&r &f&l&m---&r&8&l&m[-&r &8â—† &f&k;&7&k;&r &f&nZbieranie Przedmiotow&r &7&k;&f&k;&r &8â—†&r &8&l&m-]&f&l&m---"
  61. - "&r"
  62. - "&7Zadania ktore wymagaja zebrania roznego rodzaju przedmiotow"
  63. - "&7 Znajdziesz w tej kategori!"
  64. - "&r"
  65. - "&7➤ Ilosc zadan w tej kategori: &f&n29"
  66. - "&r"
  67. - "&7Trudnosc zadan: &aLatwa &7- &eTrudny"
  68. - "&7â—† Ukoncz zadanie aby otrzymac nagrode!"
  69. - '&8&m+-------------------------------------+'
  70. type: "BUCKET"
  71. extreme:
  72. display:
  73. name: '&8&m+------------------------------------+'
  74. lore:
  75. - "&r &e&l&m---&r&8&l&m[-&r &8â—† &e&k;&6&k;&r &e&nEkstremalne Zadania&r &6&k;&e&k;&r &8â—†&r &8&l&m-]&e&l&m---"
  76. - "&r"
  77. - "&7Zadania ktore wymagaja zebrania WIELU"
  78. - "&7 rzeczy znajdziesz w tej kategori!"
  79. - "&r"
  80. - "&7➤ Ilosc zadan w tej kategori: &e&n55"
  81. - "&r"
  82. - "&7Trudnosc zadan: &eLatwe &7- &cTrudne"
  83. - "&7â—† Ukoncz zadanie aby otrzymac nagrode!"
  84. - '&8&m+------------------------------------+'
  85. type: "DIAMOND"
  86. combat:
  87. display:
  88. name: '&8&m+----------------------------------+'
  89. lore:
  90. - "&r&c&l&m---&r&8&l&m[-&r &8â—† &4&k;&c&k;&r &c&nZadania Walki&r &4&k;&c&k;&r &8â—†&r &8&l&m-]&c&l&m---"
  91. - "&r"
  92. - "&7 Zadania ktore wymagaja od ciebie zabijania innych"
  93. - "&7graczy i potworow sa tutaj."
  94. - "&r"
  95. - "&7➤ Ilosc zadan w tej kategori: &c&n51"
  96. - "&r"
  97. - "&7Trudnosc zadan: &aLatwe &7- &cTrudne"
  98. - "&7â—† Ukoncz zadanie aby otrzymac nagrode!"
  99. - '&8&m+----------------------------------+'
  100. type: "GOLDEN_APPLE"
  101. misc:
  102. display:
  103. name: '&8&m+-----------------------------------+'
  104. lore:
  105. - " &d&l&m---&r&8&l&m[-&r &8â—† &d&k;&5&k;&r &d&nRozne zadanias&r &5&k;&d&k;&r &8â—†&r &8&l&m-]&d&l&m---"
  106. - "&r"
  107. - "&7Zadania ktore nie pasuja do innych kategori"
  108. - "&7 sa tutaj."
  109. - "&r"
  110. - "&7➤ Ilosc zadan w tej kategori: &d&n19"
  111. - "&r"
  112. - "&7Trudnosc zadan: &aLatwe &7- &cTrudne"
  113. - "&7â—† Ukoncz zadanie aby otrzymac nagrode!"
  114. - '&8&m+-----------------------------------+'
  115. type: "STRING"
  116. building:
  117. display:
  118. name: "&8&m+-----------------------------------+"
  119. lore:
  120. - "&9&l&m---&r&8&l&m[-&r &8â—† &9&k;&3&k;&r &9&nZadania zwiazane z budowaniem&r &3&k;&9&k;&r &8â—†&r &8&l&m-]&9&l&m---"
  121. - "&r"
  122. - "&7Zadania ktore wymagaja zbudowania czegos"
  123. - "&7 znajduja sie w tej kategori."
  124. - "&r"
  125. - "&7➤ Ilosc zadan w tej kategori: &9&n14"
  126. - "&r"
  127. - "&7Trudnosc zadan: &aLatwe &7- &cTrudne"
  128. - "&7â—† Ukoncz zadanie aby otrzymac nagrode!"
  129. - '&8&m+-----------------------------------+'
  130. type: "OAK_LOG"
  131. animal:
  132. display:
  133. name: '&8&m+--------------------------------------+'
  134. lore:
  135. - " &3&l&m---&r&8&l&m[-&r &8â—† &3&k;&9&k;&r &3&nZadania ze zwierzetami&r &9&k;&3&k;&r &8â—†&r &8&l&m-]&3&l&m---"
  136. - "&r"
  137. - "&7Zadania ktore wymagaja od Ciebie pracy ze zwierzetami"
  138. - "&7 znajdziesz w tej kategori."
  139. - "&r"
  140. - "&7➤ Ilosc zadan w tej kategori: &3&n12"
  141. - "&r"
  142. - "&7Trudnosc zadan: &aLatwe &7- &cTrudne"
  143. - "&7â—† Ukoncz zadanie aby otrzymac nagrode!"
  144. - '&8&m+--------------------------------------+'
  145. type: "BEEF"
  146. # This category needs the permission "quests.category.permissionexample", because the category ID is 'permissionexample'.
  147. # The permission for other categories is: "quests.category.<id>".
  148. permission-required: false
  149.  
  150. # The items listed below are placeholder items for quests which the player cannot start.
  151. gui:
  152. back-button:
  153. name: "&c&nPowrot"
  154. lore:
  155. - "&7Powrot do menu kategorie."
  156. type: "BARRIER"
  157. page-prev:
  158. name: "&e&nPoprzednia Strona"
  159. lore:
  160. - "&7Zamien strone na &e{prevpage}."
  161. type: "ARROW"
  162. page-next:
  163. name: "&e&nNastepna Strona"
  164. lore:
  165. - "&7Zamien strone na &e{nextpage}."
  166. type: "ARROW"
  167. page-desc:
  168. name: "&6&nStrona:&r &f#{page}"
  169. lore:
  170. - "&7Aktualnie przegladasz strone &f{page}."
  171. type: "PAPER"
  172. quest-locked-display:
  173. name: "&c&nZadanie zablokowane"
  174. lore:
  175. - "&7Nie spelniasz wymagan"
  176. - "&7dla tego zadania (&c{quest}&7)."
  177. - ""
  178. - "&7Requires: &c{requirements}"
  179. - "&7do ukonczenia by odblokowac."
  180. type: "RED_STAINED_GLASS_PANE"
  181. quest-cooldown-display:
  182. name: "&e&nCooldown"
  183. lore:
  184. - "&7Niedawno ukonczyles te misje"
  185. - "&7(&e{quest}&7) i musisz "
  186. - "&7poczekac jeszcze &e{time} &7zeby odbloklowac ponownie."
  187. type: "ORANGE_STAINED_GLASS_PANE"
  188. quest-completed-display:
  189. name: "&a&nZadanie ukonczone"
  190. lore:
  191. - "&7Ukonczyles juz ta misje"
  192. - "&7(&a{quest}&7) i nie mozesz."
  193. - "&7jej powtorzyc."
  194. type: "LIME_STAINED_GLASS_PANE"
  195. quest-cancel-yes:
  196. name: "&a&nPotwierdz"
  197. lore:
  198. - "&7Potwierdz jezeli chcesz anulowac"
  199. - "&7i stracic caly"
  200. - "&7progres."
  201. type: "LIME_STAINED_GLASS_PANE"
  202. quest-cancel-no:
  203. name: "&c&nAnuluj"
  204. lore:
  205. - "&7Powroc do menu zadan."
  206. type: "RED_STAINED_GLASS_PANE"
  207. quest-permission-display:
  208. name: "&c&nNo Permission"
  209. lore:
  210. - "&7Nie posiadasz permisji dla tego zadania"
  211. - "&7quest (&6{quest}&7)."
  212. type: "RED_STAINED_GLASS_PANE"
  213.  
  214. options:
  215. # If categories are disabled, quests will be put into one big gui.
  216. categories-enabled: true
  217. # If true, the gui size will automatically change based on the amount of quests inside it.
  218. trim-gui-size: true
  219. # Enable/disable titles
  220. titles-enabled: true
  221. # Players cannot start any more quests than this at a single time
  222. quest-started-limit: 5
  223. # Hide locked quests, quests on cooldown and completed (but not repeatable) quests
  224. gui-hide-locked: false
  225. # Allow players to cancel a quest
  226. allow-quest-cancel: true
  227. # Titles for the GUIs
  228. guinames:
  229. quests-category: "&nQuest Categories"
  230. quests-menu: "&nQuests"
  231. daily-quests: "&nDaily Quests"
  232. quest-cancel: "&nCancellation"
  233. # Show when quests register in console. Disable if you want less console spam at startup.
  234. show-quest-registrations: false
  235. # Hide quests which a player cannot start due to permissions.
  236. gui-hide-quests-nopermission: true
  237. # Hide categories which a player cannot open due to permissions.
  238. gui-hide-categories-nopermission: true
  239. # Make it so players do not have to start quest themselves
  240. quest-autostart: false
  241.  
  242. # This switches up the entire quest system.
  243. # By enabling daily-quests, players will no longer be presented with the standard Quest GUI.
  244. # Instead, they will be presented with 5 random quests.
  245. # The 'requirements' section in each quest does not apply here.
  246. # The 'cooldown' section in each quest does not apply here - if it's done, it's done (and will be repeatable next time they get the quest).
  247. # The 'repeatable' section in each quest does not apply here. It will NOT be repeatable until the next day.
  248. # Enabling this MAY cause previous quest progress to be modified, wiped or changed irreversibly! If you're testing this on a live server, it is wise to backup
  249. # the Quests/playerdata/ folder! You've been warned!
  250. #
  251. # Quests BETA: this feature is a work in progress, it does not work yet!
  252. daily-quests:
  253. enabled: false
  254.  
  255. # Configure titles
  256. titles:
  257. quest-start:
  258. title: "&a&nZadanie rozpoczete"
  259. subtitle: "&7{quest}"
  260. quest-complete:
  261. title: "&2&nZadanie ukonczone"
  262. subtitle: "&7{quest}"
  263.  
  264. # Configure messages
  265. messages:
  266. quest-start: "&e(!) Quest &7{quest} &ehas been started."
  267. quest-complete: "&a(!) You have completed the quest: &7{quest}&a."
  268. quest-cancel: "&c(!) You have cancelled the quest: &7{quest}&c."
  269. quest-start-limit: "&c(!) You are limited to &7{limit} &7started quests at a time."
  270. quest-start-disabled: "&c(!) You cannot repeat this quest."
  271. quest-start-locked: "&c(!) You have not unlocked this quest yet."
  272. quest-start-cooldown: "&c(!) You have recently completed this quest. You have to wait &7{time} &cuntil you are able to start it."
  273. quest-start-started: "&e(!) You have already started this quest."
  274. quest-start-permission: "&c(!) You do not have permission to start this quest."
  275. quest-category-permission: "&c(!) You do not have permission to view this category."
  276. quest-category-quest-permission: "&c(!) You do not have permission to start this quest since it is in a category you do not have permission to view."
  277. quest-cancel-notstarted: "&c(!) You have not started this quest."
  278. quest-updater: "&e(!) A new version &7{newver} &ewas found on Spigot. Update the plugin here: &7{link}"
  279. command-quest-start-doesntexist: "&c(!) The quest &7{quest}&c does not exist."
  280. command-category-open-disabled: "&c(!) Categories are currently disabled."
  281. command-category-open-doesntexist: "&c(!) The specified category: &7{category}&c, does not exist."
  282. command-quest-admin-playernotfound: "&c(!) &7{player}&c could not be found."
  283. command-quest-openquests-admin-success: "&e(!) The quest inventory has been opened for &7{player}&e."
  284. command-quest-opencategory-admin-success: "&e(!) The &7{category} &ehas been opened for &7{player}&e."
  285. command-taskview-admin-fail: "&c(!) The task type &7{task}&c does not exist."
  286. beta-reminder: "&e(!) You are using a beta version of the quest plugin. Please report any bugs you find."
  287. command-quest-admin-loaddata: "&e(!) Quest data for &7{player}&e is being loaded."
  288. command-quest-admin-nodata: "&c(!) No data could be found for &7{player}&c."
  289. command-quest-admin-fullreset: "&a(!) Data for &7{player}&a has been reset."
  290. command-quest-admin-start-faillocked: "&c(!) Quest &7{quest}&c could not be started for &7{player}&c. They have not yet unlocked it."
  291. command-quest-admin-start-failcooldown: "&c(!) Quest &7{quest}&c could not be started for &7{player}&c. It is still on cooldown for them."
  292. command-quest-admin-start-failcomplete: "&c(!) Quest &7{quest}&c could not be started for &7{player}&c. They have already completed it."
  293. command-quest-admin-start-faillimit: "&c(!) Quest &7{quest}&c could not be started for &7{player}&c. They have reached their quest start limit."
  294. command-quest-admin-start-failstarted: "&c(!) Quest &7{quest}&c could not be started for &7{player}&c. It is already started."
  295. command-quest-admin-start-failpermission: "&c(!) Quest &7{quest}&c could not be started for &7{player}&c. They do not have permission."
  296. command-quest-admin-start-failcategorypermission: "&c(!) Quest &7{quest}&c could not be started for &7{player}&c. They do not have permission for the category which the quest is in."
  297. command-quest-admin-start-failother: "&c(!) Quest &7{quest}&c could not be started for &7{player}&c."
  298. command-quest-admin-start-success: "&a(!) Quest &7{quest} &ahas been started for &7{player}&a."
  299. command-quest-admin-category-permission: "&c(!) Category &7{category} &ccould not be opened for &7{player}&c. They do not have permission to view it."
  300. command-quest-admin-complete-success: "&a(!) Quest &7{quest} &acompleted for &7{player}&a."
  301. command-quest-admin-reset-success: "&a(!) Successfully reset quest &7{quest}&a for &7{player}&a."
Add Comment
Please, Sign In to add comment