Advertisement
Guest User

Untitled

a guest
Jan 25th, 2020
193
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.19 KB | None | 0 0
  1. # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
  2. # _____ _ _____ _ #
  3. # | __ \ | | / ____| | | _ #
  4. # | |__) |__ _ _ __ | | _| | __ _ __ __ _ _ __ | |_ _| |_ #
  5. # | _ // _` | '_ \| |/ / | |_ | '__/ _` | '_ \| __|_ _| #
  6. # | | \ \ (_| | | | | <| |__| | | | (_| | | | | |_ |_| #
  7. # |_| \_\__,_|_| |_|_|\_\\_____|_| \__,_|_| |_|\__| #
  8. # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
  9. # |
  10. # CONFIGURATION FILE FOR RANKGRANT+ BY DEMENG7215 #
  11. # This is where you can customize the functions of RankGrant+. #
  12. # Everything in this file should be clearly explained. For questions, use the support options. #
  13. # NOTE: Some rank-related configuration options are in the "ranks.yml" file.
  14. # Below is the configuration example/explanation, followed by the actual configuration. #
  15. # |
  16. # Do not edit this value.
  17. # config-version: 1
  18. # |
  19. # Should RankGrant+ log all grants in the "log.txt" file?
  20. # This value can be either "true" or "false".
  21. # log-grants: true
  22. # |
  23. # The commands that will be executed on grant and ungrant.
  24. # Specific BASED ON YOUR PERMISSIONS PLUGIN.
  25. # You can use the %target% and %rank% placeholders.
  26. # commands:
  27. # grant:
  28. # - "pex user %target% group add %rank%"
  29. # ungrant:
  30. # - "pex user %target% group remove %rank%"
  31. # |
  32. # The sizes of the rank selection GUI and the reason selection GUI.
  33. # MUST be a multiple of nine and 54 or under.
  34. # gui-size:
  35. # ranks: 54
  36. # reasons: 54
  37. # |
  38. # The reasons of grant that will be listed in the reason selection GUI.
  39. # To create a new reason, start a new configuration section under "reasons".
  40. # You can use %target% for the name of the player who is receiving the rank, %rank% for the rank name,
  41. # %duration% for the duration of the grant, and %reason% for the reason (shouldn't really be needed).
  42. # slot = the slot number in the GUI, 1 being the first slot
  43. # item = the material that will be shown in the GUI- use 1.13 material enums
  44. # name = the display name of the item
  45. # lore = the item description
  46. # permission = the permission required to select that reason
  47. # reasons:
  48. # issue:
  49. # slot: 1
  50. # item: "PAPER"
  51. # name: "&2Donation Store Issues"
  52. # lore:
  53. # - "&aThere was an issue in the donation store."
  54. # - "&aThe purchased rank requires to be manually given."
  55. # permission: "rankgrantplus.grant"
  56. # promotion:
  57. # slot: 2
  58. # item: "PAPER"
  59. # name: "&2Promotion"
  60. # lore:
  61. # - "&aPromote &f%target% &ato the &f%rank% &arank!"
  62. # permission: "rankgrantplus.grant"
  63. # demotion:
  64. # slot: 3
  65. # item: "PAPER"
  66. # name: "&2Demotion"
  67. # lore:
  68. # - "&aDemote &f%target% &ato the &f%rank% &arank!"
  69. # permission: "rankgrantplus.grant"
  70. # other:
  71. # slot: 4
  72. # item: "BOOK"
  73. # name: "&2Other"
  74. # lore:
  75. # - "&aThis grant has no reason or the reason is not listed."
  76. # permission: "rankgrantplus.grant"
  77. # |
  78. # This is a long one. This customize every single button in the duration-choosing GUI. Do not add new configuration sections.
  79. # duration-format customizes the format of the duration text.
  80. # The %duration% placeholders in later configurations will be replaced with this text.
  81. # In duration-format, you can use %weeks%, %days%, %hours%, %minutes%, and %seconds%
  82. # for the number of weeks, days, hours, minutes and minutes.
  83. # You can use the %target% placeholder for the person who is receiving the rank in all configurations after the
  84. # duration-format configuration. You can also use %rank% for the display name of the rank that the target is receiving.
  85. # In word-permanent, simply fill out the word that you want %duration% to be replaced with if the grant is permanent.
  86. # slot = the slot number in the GUI, 1 being the first slot
  87. # item = the material that will be shown in the GUI (https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Material.html)
  88. # name = the display name of the item
  89. # lore = the item description
  90. # duration:
  91. # duration-format: "&f%weeks%&7w &f%days%&7d &f%hours%&7h &f%minutes%&7m &f%seconds%&7s"
  92. # word-permanent: "&fPermanent"
  93. # add-week:
  94. # slot: 12
  95. # item: "EMERALD_BLOCK"
  96. # name: "&2Add Week"
  97. # lore:
  98. # - "&aTemporarily grant &f%target% &athe &f%rank% &arank."
  99. # - "&f&m "
  100. # - "&aCurrent Duration:"
  101. # - "%duration%"
  102. # add-day:
  103. # slot: 21
  104. # item: "EMERALD_BLOCK"
  105. # name: "&2Add Day"
  106. # lore:
  107. # - "&aTemporarily grant &f%target% &athe &f%rank% &arank."
  108. # - "&f&m "
  109. # - "&aCurrent Duration:"
  110. # - "%duration%"
  111. # add-hour:
  112. # slot: 30
  113. # item: "EMERALD_BLOCK"
  114. # name: "&2Add Hour"
  115. # lore:
  116. # - "&aTemporarily grant &f%target% &athe &f%rank% &arank."
  117. # - "&f&m "
  118. # - "&aCurrent Duration:"
  119. # - "%duration%"
  120. # add-minute:
  121. # slot: 39
  122. # item: "EMERALD_BLOCK"
  123. # name: "&2Add Minute"
  124. # lore:
  125. # - "&aTemporarily grant &f%target% &athe &f%rank% &arank."
  126. # - "&f&m "
  127. # - "&aCurrent Duration:"
  128. # - "%duration%"
  129. # add-second:
  130. # slot: 48
  131. # item: "EMERALD_BLOCK"
  132. # name: "&2Add Second"
  133. # lore:
  134. # - "&aTemporarily grant &f%target% &athe &f%rank% &arank."
  135. # - "&f&m "
  136. # - "&aCurrent Duration:"
  137. # - "%duration%"
  138. # subtract-week:
  139. # slot: 16
  140. # item: "REDSTONE_BLOCK"
  141. # name: "&4Subtract Week"
  142. # lore:
  143. # - "&cTemporarily grant &f%target% &cthe &f%rank% &crank."
  144. # - "&f&m "
  145. # - "&cCurrent Duration:"
  146. # - "%duration%"
  147. # subtract-day:
  148. # slot: 25
  149. # item: "REDSTONE_BLOCK"
  150. # name: "&4Subtract Day"
  151. # lore:
  152. # - "&cTemporarily grant &f%target% &cthe &f%rank% &crank."
  153. # - "&f&m "
  154. # - "&cCurrent Duration:"
  155. # - "%duration%"
  156. # subtract-hour:
  157. # slot: 34
  158. # item: "REDSTONE_BLOCK"
  159. # name: "&4Subtract Hour"
  160. # lore:
  161. # - "&cTemporarily grant &f%target% &cthe &f%rank% &crank."
  162. # - "&f&m "
  163. # - "&cCurrent Duration:"
  164. # - "%duration%"
  165. # subtract-minute:
  166. # slot: 43
  167. # item: "REDSTONE_BLOCK"
  168. # name: "&4Subtract Minute"
  169. # lore:
  170. # - "&cTemporarily grant &f%target% &cthe &f%rank% &crank."
  171. # - "&f&m "
  172. # - "&cCurrent Duration:"
  173. # - "%duration%"
  174. # subtract-second:
  175. # slot: 52
  176. # item: "REDSTONE_BLOCK"
  177. # name: "&4Subtract Second"
  178. # lore:
  179. # - "&cTemporarily grant &f%target% &cthe &f%rank% &crank."
  180. # - "&f&m "
  181. # - "&cCurrent Duration:"
  182. # - "%duration%"
  183. # permanent:
  184. # slot: 5
  185. # item: "OBSIDIAN"
  186. # name: "&6Permanent"
  187. # lore:
  188. # - "&f%target% &ewill have the &f%rank% &erank forever."
  189. # continue:
  190. # slot: 54
  191. # item: "ARROW"
  192. # name: "&6&lContinue"
  193. # lore:
  194. # - "&eGrant &f%target% &ethe &f%rank% &efor &f%duration%&e."
  195. # - "&eContinue to the reason selection page."
  196. config-version: 4
  197. log-grants: true
  198. commands:
  199. grant:
  200. - lp user %target% parent set %rank%
  201. ungrant:
  202. - lp user %target% parent set default
  203. gui-size:
  204. ranks: 54
  205. reasons: 54
  206. reasons:
  207. issue:
  208. slot: 1
  209. item: PAPER
  210. name: '&2Donation Store Issues'
  211. lore:
  212. - '&aThere was an issue in the donation store.'
  213. - '&aThe purchased rank requires to be manually given.'
  214. permission: rankgrantplus.grant
  215. promotion:
  216. slot: 2
  217. item: PAPER
  218. name: '&2Promotion'
  219. lore:
  220. - '&aPromote &f%target% &ato the &f%rank% &arank!'
  221. permission: rankgrantplus.grant
  222. demotion:
  223. slot: 3
  224. item: PAPER
  225. name: '&2Demotion'
  226. lore:
  227. - '&aDemote &f%target% &ato the &f%rank% &arank!'
  228. permission: rankgrantplus.grant
  229. other:
  230. slot: 4
  231. item: BOOK
  232. name: '&2Other'
  233. lore:
  234. - '&aThis grant has no reason or the reason is not listed.'
  235. permission: rankgrantplus.grant
  236. duration:
  237. duration-format: '&f%weeks%&7w &f%days%&7d &f%hours%&7h &f%minutes%&7m &f%seconds%&7s'
  238. word-permanent: '&fPermanent'
  239. add-week:
  240. slot: 12
  241. item: EMERALD_BLOCK
  242. name: '&2Add Week'
  243. lore:
  244. - '&aTemporarily grant &f%target% &athe &f%rank% &arank.'
  245. - '&f&m '
  246. - '&aCurrent Duration:'
  247. - '%duration%'
  248. add-day:
  249. slot: 21
  250. item: EMERALD_BLOCK
  251. name: '&2Add Day'
  252. lore:
  253. - '&aTemporarily grant &f%target% &athe &f%rank% &arank.'
  254. - '&f&m '
  255. - '&aCurrent Duration:'
  256. - '%duration%'
  257. add-hour:
  258. slot: 30
  259. item: EMERALD_BLOCK
  260. name: '&2Add Hour'
  261. lore:
  262. - '&aTemporarily grant &f%target% &athe &f%rank% &arank.'
  263. - '&f&m '
  264. - '&aCurrent Duration:'
  265. - '%duration%'
  266. add-minute:
  267. slot: 39
  268. item: EMERALD_BLOCK
  269. name: '&2Add Minute'
  270. lore:
  271. - '&aTemporarily grant &f%target% &athe &f%rank% &arank.'
  272. - '&f&m '
  273. - '&aCurrent Duration:'
  274. - '%duration%'
  275. add-second:
  276. slot: 48
  277. item: EMERALD_BLOCK
  278. name: '&2Add Second'
  279. lore:
  280. - '&aTemporarily grant &f%target% &athe &f%rank% &arank.'
  281. - '&f&m '
  282. - '&aCurrent Duration:'
  283. - '%duration%'
  284. subtract-week:
  285. slot: 16
  286. item: REDSTONE_BLOCK
  287. name: '&4Subtract Week'
  288. lore:
  289. - '&cTemporarily grant &f%target% &cthe &f%rank% &crank.'
  290. - '&f&m '
  291. - '&cCurrent Duration:'
  292. - '%duration%'
  293. subtract-day:
  294. slot: 25
  295. item: REDSTONE_BLOCK
  296. name: '&4Subtract Day'
  297. lore:
  298. - '&cTemporarily grant &f%target% &cthe &f%rank% &crank.'
  299. - '&f&m '
  300. - '&cCurrent Duration:'
  301. - '%duration%'
  302. subtract-hour:
  303. slot: 34
  304. item: REDSTONE_BLOCK
  305. name: '&4Subtract Hour'
  306. lore:
  307. - '&cTemporarily grant &f%target% &cthe &f%rank% &crank.'
  308. - '&f&m '
  309. - '&cCurrent Duration:'
  310. - '%duration%'
  311. subtract-minute:
  312. slot: 43
  313. item: REDSTONE_BLOCK
  314. name: '&4Subtract Minute'
  315. lore:
  316. - '&cTemporarily grant &f%target% &cthe &f%rank% &crank.'
  317. - '&f&m '
  318. - '&cCurrent Duration:'
  319. - '%duration%'
  320. subtract-second:
  321. slot: 52
  322. item: REDSTONE_BLOCK
  323. name: '&4Subtract Second'
  324. lore:
  325. - '&cTemporarily grant &f%target% &cthe &f%rank% &crank.'
  326. - '&f&m '
  327. - '&cCurrent Duration:'
  328. - '%duration%'
  329. permanent:
  330. slot: 5
  331. item: OBSIDIAN
  332. name: '&6Permanent'
  333. lore:
  334. - '&f%target% &ewill have the &f%rank% &erank forever.'
  335. continue:
  336. slot: 54
  337. item: ARROW
  338. name: '&6&lContinue'
  339. lore:
  340. - '&eGrant &f%target% &ethe &f%rank% &efor &f%duration%&e.'
  341. - '&eContinue to the reason selection page.'
  342. confirmation:
  343. confirm:
  344. item: EMERALD_BLOCK
  345. name: '&2&lConfirm Grant'
  346. lore:
  347. - '&aConfirm your grant.'
  348. - '&f&m '
  349. - '&aTarget: &f%target%'
  350. - '&aRank: &f%rank%'
  351. - '&aDuration: %duration%'
  352. - '&aReason: &f%reason%'
  353. message: '&aGranted &f%target% &athe &f%rank% &arank for &f%duration% &afor the
  354. reason &f%reason%&a.'
  355. cancel:
  356. item: REDSTONE_BLOCK
  357. name: '&4&lCancel Grant'
  358. lore:
  359. - '&cCancel your grant.'
  360. - '&f&m '
  361. - '&cTarget: &f%target%'
  362. - '&cRank: &f%rank%'
  363. - '&cDuration: %duration%'
  364. - '&cReason: &f%reason%'
  365. message: '&aGrant has been successfully cancelled.'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement