Advertisement
Guest User

Untitled

a guest
Jan 26th, 2020
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.20 KB | None | 0 0
  1. # PlayerWarps by Olzie-12
  2. # https://www.spigotmc.org/resources/player-warps-1-8-1-13.66692/
  3. # We also have a discord server for help: https://discord.gg/bAHuRJq
  4. # Also if you find any bugs be happy to report them i will fix them :)
  5. # Made with love
  6.  
  7. pwarp:
  8. # Should we enable the gui?
  9. enabled: true
  10. # The title of the gui (Can use color codes) the variable "%category%" will only work if it is enabled.
  11. title: '&8&lPlayer Warps - [category] ([page]/[pages])'
  12. # should /pwarp open the gui? if so you just do /pwarp open (if enabled)
  13. override-pwarp: true
  14. icon:
  15. # Should the default icon of the item be their skull?
  16. skull: true
  17. # If the option is disabled above, you can choose the default item here.
  18. # What is the item material?
  19. item: DIAMOND_AXE
  20. # What is the item id?
  21. item-id: 0
  22.  
  23. # This is the name of the skull in the gui. IT NEEDS THE [warp] PLACEHOLDER OTHERWISE IT
  24. # WILL BREAK AND YOU WONT BE ABLE TO TELEPORT TO IT IN THE GUI!
  25. name: '&3[warp]'
  26. # you can add multiple lores bc i god <3
  27. lore:
  28. - '&b[safe]'
  29. - ''
  30. - '&bOwner: &d[owner]'
  31. - '&bLocation: &d[world], [location]'
  32. - '&bVisits: &d[visits]'
  33. - '&bDescription: &d[desc]'
  34. - '&bTime Created: &d[date]'
  35. - '&bCategory: &d[category]'
  36. - '&bRates: &d[rates]'
  37. - '&bRates Average: [rates_average]'
  38.  
  39. # The variable "[safe]" will display the message below if the warp is safe
  40. warp-safe: '&bClick to teleport to &d[warp]'
  41. # The variable "[safe]" will display the message below if the warp is not safe
  42. warp-not-safe: '&cThis warp is not safe, click twice to teleport to &d[warp]'
  43. clickable-items:
  44. # This is the name of the next page item
  45. next-page-name: '&bNext Page'
  46. # this is the material of the next page item. valid material names: https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Material.html
  47. next-page-material: ARROW
  48. next-page-material-data: 0
  49. next-lore:
  50. - '&dClick&b to go to the next page.'
  51.  
  52. # This is the name of the previous page item.
  53. previous-page-name: '&bPrevious page'
  54. # this is the material of the previous page item. valid material names: https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Material.html
  55. previous-page-material: BARRIER
  56. previous-page-material-data: 0
  57. previous-lore:
  58. - '&dClick&b to go to the previous page.'
  59.  
  60. # This is the name of the refresh button.
  61. refresh-name: '&bRefresh'
  62. refresh-material: DOUBLE_PLANT
  63. refresh-material-data: 0
  64. refresh-lore:
  65. - '&dClick&b to refresh the panel.'
  66.  
  67. # If you have enabled the category GUI then this item wil appear into the GUI.
  68. category-name: '&bGo back to category menu'
  69. category-material: BOOK
  70. category-material-data: 0
  71. category-lore:
  72. - '&dClick&a to go back to the category menu.'
  73. items:
  74. # These are the items that have no slots aka the bottom of the gui :)
  75. 1:
  76. # This is the name of the item.
  77. name: ' '
  78. # This is the item material. To disable set this to AIR
  79. material: STAINED_GLASS_PANE
  80. # This is the data item
  81. data: 2
  82. # You can add lores!
  83. # example of what you can do:
  84. # lore:
  85. # - "&bThis is a pane."
  86. slot: 45
  87. 2:
  88. name: ' '
  89. material: STAINED_GLASS_PANE
  90. data: 3
  91. # lore:
  92. # - "&bThis is a pane."
  93. slot: 46
  94. 3:
  95. name: ' '
  96. material: STAINED_GLASS_PANE
  97. data: 2
  98. # lore:
  99. # - "&bThis is a pane."
  100. slot: 47
  101. 4:
  102. name: ' '
  103. material: STAINED_GLASS_PANE
  104. data: 2
  105. # lore:
  106. # - "&bThis is a pane."
  107. slot: 51
  108. 5:
  109. name: ' '
  110. material: STAINED_GLASS_PANE
  111. data: 3
  112. # lore:
  113. # - "&bThis is a pane."
  114. slot: 52
  115. 6:
  116. name: ' '
  117. material: STAINED_GLASS_PANE
  118. data: 2
  119. # lore:
  120. # - "&bThis is a pane."
  121. slot: 53
  122.  
  123. category:
  124. # Should you enable a category gui meaning players will have to sort their warp into a category.
  125. enabled: true
  126. # The title of the gui (Can use color codes)
  127. title: '&3&lServer Warps'
  128. # What is the size of this GUI? (multiples of 9 can only go up to 54)
  129. size: 27
  130. # What is the default category for a warp to be placed into?
  131. default: other
  132. items:
  133. # What are the items that are placed into the GUI to make it more pretty?
  134. 1:
  135. # This is the name of the item.
  136. name: ' '
  137. # This is the item material.
  138. material: BLACK_STAINED_GLASS_PANE
  139. # This is the data item
  140. data: 0
  141. # You can add lores!
  142. # example of what you can do:
  143. # lore:
  144. # - "&bThis is a pane."
  145. slot: 0
  146. # What is the stack amount?
  147. amount: 1
  148. 2:
  149. name: ' '
  150. material: BLACK_STAINED_GLASS_PANE
  151. data: 0
  152. # lore:
  153. # - "&bThis is a pane."
  154. slot: 1
  155. amount: 1
  156. 3:
  157. name: ' '
  158. material: BLACK_STAINED_GLASS_PANE
  159. data: 0
  160. # lore:
  161. # - "&bThis is a pane."
  162. slot: 2
  163. amount: 1
  164. 4:
  165. name: ' '
  166. material: BLACK_STAINED_GLASS_PANE
  167. data: 0
  168. # lore:
  169. # - "&bThis is a pane."
  170. slot: 3
  171. amount: 1
  172. 5:
  173. name: ' '
  174. material: BLACK_STAINED_GLASS_PANE
  175. data: 0
  176. # lore:
  177. # - "&bThis is a pane."
  178. slot: 4
  179. amount: 1
  180. 6:
  181. name: ' '
  182. material: BLACK_STAINED_GLASS_PANE
  183. data: 0
  184. # lore:
  185. # - "&bThis is a pane."
  186. slot: 5
  187. amount: 1
  188. 7:
  189. name: ' '
  190. material: BLACK_STAINED_GLASS_PANE
  191. data: 0
  192. # lore:
  193. # - "&bThis is a pane."
  194. slot: 6
  195. amount: 1
  196. 8:
  197. name: ' '
  198. material: BLACK_STAINED_GLASS_PANE
  199. data: 0
  200. # lore:
  201. # - "&bThis is a pane."
  202. slot: 7
  203. amount: 1
  204. 9:
  205. name: ' '
  206. material: BLACK_STAINED_GLASS_PANE
  207. data: 0
  208. # lore:
  209. # - "&bThis is a pane."
  210. slot: 8
  211. amount: 1
  212. 10:
  213. name: ' '
  214. material: BLACK_STAINED_GLASS_PANE
  215. data: 0
  216. # lore:
  217. # - "&bThis is a pane."
  218. slot: 9
  219. amount: 1
  220. 11:
  221. name: ' '
  222. material: BLACK_STAINED_GLASS_PANE
  223. data: 0
  224. # lore:
  225. # - "&bThis is a pane."
  226. slot: 10
  227. amount: 1
  228. 12:
  229. name: ' '
  230. material: BLACK_STAINED_GLASS_PANE
  231. data: 0
  232. # lore:
  233. # - "&bThis is a pane."
  234. slot: 11
  235. amount: 1
  236. 13:
  237. name: ' '
  238. material: BLACK_STAINED_GLASS_PANE
  239. data: 0
  240. # lore:
  241. # - "&bThis is a pane."
  242. slot: 12
  243. amount: 1
  244. 14:
  245. name: ' '
  246. material: BLACK_STAINED_GLASS_PANE
  247. data: 0
  248. # lore:
  249. # - "&bThis is a pane."
  250. slot: 13
  251. amount: 1
  252. 15:
  253. name: ' '
  254. material: BLACK_STAINED_GLASS_PANE
  255. data: 0
  256. # lore:
  257. # - "&bThis is a pane."
  258. slot: 14
  259. amount: 1
  260. 16:
  261. name: ' '
  262. material: BLACK_STAINED_GLASS_PANE
  263. data: 0
  264. # lore:
  265. # - "&bThis is a pane."
  266. slot: 15
  267. amount: 1
  268. 17:
  269. name: ' '
  270. material: BLACK_STAINED_GLASS_PANE
  271. data: 0
  272. # lore:
  273. # - "&bThis is a pane."
  274. slot: 16
  275. amount: 1
  276. 18:
  277. name: ' '
  278. material: BLACK_STAINED_GLASS_PANE
  279. data: 0
  280. # lore:
  281. # - "&bThis is a pane."
  282. slot: 17
  283. amount: 1
  284. 19:
  285. name: ' '
  286. material: BLACK_STAINED_GLASS_PANE
  287. data: 0
  288. # lore:
  289. # - "&bThis is a pane."
  290. slot: 18
  291. amount: 1
  292. 20:
  293. name: ' '
  294. material: BLACK_STAINED_GLASS_PANE
  295. data: 0
  296. # lore:
  297. # - "&bThis is a pane."
  298. slot: 19
  299. amount: 1
  300. 21:
  301. name: ' '
  302. material: BLACK_STAINED_GLASS_PANE
  303. data: 0
  304. # lore:
  305. # - "&bThis is a pane."
  306. slot: 20
  307. amount: 1
  308. 22:
  309. name: ' '
  310. material: BLACK_STAINED_GLASS_PANE
  311. data: 0
  312. # lore:
  313. # - "&bThis is a pane."
  314. slot: 21
  315. amount: 1
  316. 23:
  317. name: ' '
  318. material: BLACK_STAINED_GLASS_PANE
  319. data: 0
  320. # lore:
  321. # - "&bThis is a pane."
  322. slot: 22
  323. amount: 1
  324. 24:
  325. name: ' '
  326. material: BLACK_STAINED_GLASS_PANE
  327. data: 0
  328. # lore:
  329. # - "&bThis is a pane."
  330. slot: 23
  331. amount: 1
  332. 25:
  333. name: ' '
  334. material: BLACK_STAINED_GLASS_PANE
  335. data: 0
  336. # lore:
  337. # - "&bThis is a pane."
  338. slot: 24
  339. amount: 1
  340. 26:
  341. name: ' '
  342. material: BLACK_STAINED_GLASS_PANE
  343. data: 0
  344. # lore:
  345. # - "&bThis is a pane."
  346. slot: 25
  347. amount: 1
  348. 27:
  349. name: ' '
  350. material: BLACK_STAINED_GLASS_PANE
  351. data: 0
  352. # lore:
  353. # - "&bThis is a pane."
  354. slot: 26
  355. amount: 1
  356. category-items:
  357. # What are the items to click on to go to a certain category?
  358. # The first category that is used here will be counted as the ALL category where ALL the warps are displayed. You can change the category names if you want.
  359.  
  360. all:
  361. name: '&aAll Warps'
  362. material: BOOK
  363. data: 0
  364. lore:
  365. - '&dClick&b to view all the warps.'
  366. slot: 4
  367. amount: 1
  368. houses:
  369. name: '&5House Warps'
  370. material: WOOD
  371. data: 0
  372. lore:
  373. - '&dClick&b to view all the house warps.'
  374. slot: 11
  375. amount: 1
  376. Offical:
  377. name: '&2Offical Warps'
  378. material: ENCHANTED_BOOK
  379. data: 0
  380. lore:
  381. - '&dClick&b to view all the Offical Warps.'
  382. slot: 19
  383. amount: 1
  384. Playground:
  385. name: '&4Wreckeds Playground'
  386. material: SKELETON_SKULL
  387. data: 0
  388. lore:
  389. - '&dClick&b to view all Wreckeds Warps.'
  390. slot: 21
  391. amount: 1
  392. POI:
  393. name: '&ePoints of Interest'
  394. material: ENCHANTED_GOLDEN_APPLE
  395. data: 0
  396. lore:
  397. - '&dClick&b to view all Points of Interst'
  398. slot: 23
  399. amount: 1
  400. Users:
  401. name: '&3User Warps'
  402. material: PAPER
  403. data: 0
  404. lore:
  405. - '&dClick&b to view all User Warps.'
  406. slot: 25
  407. amount: 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement