mkhansen981017

Untitled

Mar 5th, 2023
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.12 KB | None | 0 0
  1. # Settings on how permissions should be handled
  2. permission-settings:
  3. # If the wrap inventory open permission should be checked on wraps inventory open
  4. inventory-permission: false
  5. # If the preview should be disabled if the player doesn't have the permission for the wrap
  6. preview-permission: false
  7. # If permission checks should be performed during usage for...
  8. # ...physical wraps
  9. check-permission-physical: true
  10. # ...virtual wraps
  11. check-permission-virtual: true
  12. # If permissions should be checked on appliance for...
  13. # ...physical wraps
  14. permission-physical: true
  15. # ...virtual wraps
  16. permission-virtual: true
  17.  
  18. # Preview settings
  19. preview:
  20. # Duration of the preview in seconds
  21. duration: 5
  22. # Rotation per tick (50ms)
  23. rotation: 5
  24. # Sneak to cancel preview settings
  25. sneak-cancel:
  26. # If the preview should be cancelled when sneaking
  27. enabled: true
  28. # If the configured message should be sent as an action bar while previewing
  29. action-bar: true
  30. # Lets the preview item move up and down
  31. bobbing:
  32. # If the item should bob while previewing
  33. enabled: true
  34. # How fast it should bob up and down
  35. speed: 7
  36. # How far it should bob up and down
  37. intensity: 0.25
  38.  
  39. # The items with wraps
  40. # You can configure them here or in a wrap file, which are located in plugins/HMCWraps/wraps/
  41. items:
  42. # Wraps of every item in the 'SWORDS' collection
  43. SWORDS:
  44. # Wrap list
  45. wraps:
  46. 1:
  47. # The permission to virtually apply this wrap (inventory) (nullable)
  48. permission: 'hmcwraps.fire_sword'
  49. # The UUID (global identifier), has to be unique in ALL wraps!
  50. uuid: 'fire_sword'
  51. # Either custom model id or a hook to get the custom model id
  52. id: 'itemsadder:hmcwraps:fire_sword'
  53. # The color of the item (this won't do anything now because this isn't dye able) (nullable, just here for demonstration)
  54. color: '#ffffff'
  55. # The name in the wraps inventory
  56. name: '<red>Fire <gray>Wrap'
  57. # The name in the wraps inventory, if the player doesn't have the permission above (nullable)
  58. locked-name: '<red><bold>Locked!'
  59. # The lore in the wraps inventory (nullable)
  60. lore:
  61. - '<gray>Apply this wrap to make your sword look fire!'
  62. # The lore in the wraps inventory, if the player doesn't have the permission above (nullable)
  63. locked-lore:
  64. - '<gray>You need to buy this item in our <red>store<gray>!'
  65. # If it should glow in the wraps inventory (nullable)
  66. glow: true
  67. # The flags the item should have in the wraps inventory (nullable)
  68. flags:
  69. - 'HIDE_ATTRIBUTES'
  70. model-id-include: []
  71. model-id-exclude: []
  72. # Item actions, all possible action triggers are listed below. For a full list of actions, see the wiki.
  73. # Examples: TITLE: ['0.5 5 1 <red>HMCWRaps'], COMMAND: ['me is mega sus'], PARTICLE: ['heart']
  74. # Note: The actions entry and all action lists are nullable, so you can just remove this section if you don't need it
  75. actions:
  76. wrap: { }
  77. wrap-virtual: { }
  78. wrap-physical: { }
  79. unwrap: { }
  80. unwrap-virtual: { }
  81. unwrap-physical: { }
  82. preview: { }
  83. # The physical wrap to apply (nullable)
  84. physical:
  85. # The Bukkit material or a hook
  86. id: 'itemsadder:hmcwraps:fire_sword_wrap'
  87. # Name displayed
  88. name: '<red>Fire <gray>Wrap for <red>swords'
  89. # If the wrap should be given to the player after they unwrap the item or re wrap it
  90. keep-after-unwrap: true
  91. # Lore displayed
  92. lore:
  93. - '<green>Apply this to an item to wrap it!'
  94. # Wraps of every item in the 'PICKAXES' collection
  95. PICKAXES:
  96. wraps:
  97. 1:
  98. permission: 'hmcwraps.fire_pickaxe'
  99. uuid: 'fire_pickaxe'
  100. id: 'itemsadder:hmcwraps:fire_pickaxe'
  101. name: '<red>Fire <gray>Wrap'
  102. lore:
  103. - '<gray>Apply this wrap to make your pickaxe look fire!'
  104. glow: true
  105. flags:
  106. - 'HIDE_ATTRIBUTES'
  107. locked-item:
  108. id: 'BARRIER'
  109. name: '<red><bold>Locked!'
  110. lore:
  111. - '<gray>You need to buy this item in our <red>store!'
  112. physical:
  113. id: 'itemsadder:hmcwraps:fire_pickaxe_wrap'
  114. name: '<red>Fire <gray>Wrap for <blue>Diamond Pickaxe'
  115. keep-after-unwrap: true
  116. lore:
  117. - '<green>Apply this to an item to wrap it!'
  118.  
  119. collections:
  120.  
  121. # The unwrapper configuration
  122. unwrapper:
  123. # The Bukkit material or a hook
  124. id: 'itemsadder:hmcwraps:unwrapper'
  125. # Name displayed
  126. name: '<green><bold>Unwrapper'
  127. # Lore displayed
  128. lore:
  129. - '<green>Apply this to an item to unwrap it!'
  130. - '<gray>You may get the physical wrap back.'
  131.  
  132. # Store a players preference set using actions (SET_FAVORITE) and apply it on pick up and inventory move
  133. # This feature shouldn't do anything if you don't use the action, but if you have and don't want it anymore, disable this again
  134. favorites:
  135. # If the feature should be enabled
  136. enabled: false
  137.  
  138. # The inventory filter configuration
  139. # This feature shouldn't do anything if you don't use the action, but if you have and don't want it anymore, disable this
  140. # If you want the inventory to only show wraps the player owns, enable this feature and set default to 'true' and don't change it using actions
  141. filter:
  142. # If the feature should be enabled
  143. enabled: true
  144. # If the inventory should be filtered by default
  145. default: false
  146.  
  147. # Settings for model id & color preservation
  148. preservation:
  149. model-id:
  150. # If the model id should be restored after it gets unwrapped from before the item got wrapped
  151. # NOTE: If there is an original model id stored on the item, that will get preferred over original model ids
  152. # NOTE: Disabling both options will result in all items ending up with the model id '-1' when unwrapped
  153. original-enabled: true
  154. # If the model id should be set to the id below when the item is unwrapped
  155. default-enabled: false
  156. # The default model ids for items that get unwrapped
  157. defaults:
  158. # Every item in the 'PICKAXES' collection will end up with the model id 0 after getting unwrapped
  159. PICKAXES: 0
  160. # Iron shovels will end up with the model id 0 after getting unwrapped
  161. IRON_SHOVEL: 0
  162. # Basically the same as model-id preservation, but with the color
  163. color:
  164. original-enabled: true
  165. default-enabled: false
  166. defaults: { }
  167. # Still the same, but with the name
  168. name:
  169. original-enabled: true
  170. default-enabled: false
  171. defaults: {}
  172. # I think you get the idea
  173. lore:
  174. original-enabled: false
  175. default-enabled: false
  176. defaults: {}
  177.  
  178. # The version checker configuration
  179. updater:
  180. # If the version checker should be enabled
  181. enabled: true
  182. # How often the version checker should check for updates
  183. frequency: 20h
  184. # Where the version checker should check for updates (POLYMART, SPIGOT_MC)
  185. platform: SPIGOT_MC
  186.  
  187. # The inventory (/wraps)
  188. inventory:
  189. # Shortcut settings
  190. shortcut:
  191. # If the shortcut to open the wrap inventory when shift & right-clicking should be enabled
  192. enabled: true
  193. # What items can't be used to open the inventory
  194. exclude: []
  195. # The title
  196. title: :offset_-8:<white>Ꮉ
  197. # Type of inventory, SCROLLING or PAGINATED
  198. type: PAGINATED
  199. # How many rows the inventory should have
  200. rows: 6
  201. # Actions executed when clicking a wrap
  202. actions: {}
  203. # The slot to set the item the player is holding to (-1 to disable)
  204. target-item-slot: 40
  205. # The set items in the inventory, every empty slot will be filled with wraps
  206. items:
  207. 0:
  208. id: 'PAPER'
  209. model-id: 10007
  210. name: ''
  211. 8:
  212. id: 'PAPER'
  213. model-id: 10007
  214. name: ''
  215. 9:
  216. id: 'PAPER'
  217. model-id: 10007
  218. name: ''
  219. 17:
  220. id: 'PAPER'
  221. model-id: 10007
  222. name: ''
  223. 18:
  224. id: 'PAPER'
  225. model-id: 10007
  226. name: ''
  227. 26:
  228. id: 'PAPER'
  229. model-id: 10007
  230. name: ''
  231. 27:
  232. id: 'PAPER'
  233. model-id: 10007
  234. name: ''
  235. 35:
  236. id: 'PAPER'
  237. model-id: 10007
  238. name: ''
  239. 36:
  240. id: 'PAPER'
  241. model-id: 10007
  242. name: ''
  243. 37:
  244. id: 'PAPER'
  245. model-id: 10007
  246. name: '<green>Previous'
  247. actions:
  248. any:
  249. SCROLL_BACK:
  250. - ''
  251. 38:
  252. id: 'PAPER'
  253. model-id: 10007
  254. name: '<green>Previous'
  255. actions:
  256. any:
  257. SCROLL_BACK:
  258. - ''
  259. 39:
  260. id: 'PAPER'
  261. model-id: 10007
  262. name: '<red>Unwrap'
  263. lore:
  264. - '<gray>Unwrap your current item'
  265. actions:
  266. any:
  267. UNWRAP:
  268. - ''
  269. 41:
  270. id: 'PAPER'
  271. model-id: 10007
  272. name: '%hmcwraps_filter%'
  273. lore:
  274. - '<gray>Toggle to see all'
  275. - '<gray>or only owned wraps.'
  276. actions:
  277. any:
  278. TOGGLE_FILTER:
  279. - ''
  280. 42:
  281. id: 'PAPER'
  282. model-id: 10007
  283. name: '<green>Next'
  284. actions:
  285. any:
  286. SCROLL_FORTH:
  287. - ''
  288. 43:
  289. id: 'PAPER'
  290. model-id: 10007
  291. name: '<green>Next'
  292. actions:
  293. any:
  294. SCROLL_FORTH:
  295. - ''
  296. 44:
  297. id: 'PAPER'
  298. model-id: 10007
  299. name: ''
  300. # Slots start from 0
  301. 45:
  302. id: 'PAPER'
  303. model-id: 10007
  304. name: ''
  305. 46:
  306. # The Bukkit material or hook
  307. id: 'PAPER'
  308. model-id: 10007
  309. # The name
  310. name: ''
  311. 47:
  312. id: 'PAPER'
  313. model-id: 10007
  314. name: ''
  315. 48:
  316. id: 'PAPER'
  317. model-id: 10007
  318. name: ''
  319. 49:
  320. id: 'PAPER'
  321. model-id: 10007
  322. name: ''
  323. 50:
  324. id: 'PAPER'
  325. model-id: 10007
  326. name: ''
  327. # No arguments are needed
  328. 51:
  329. id: 'PAPER'
  330. model-id: 10007
  331. name: ''
  332. 52:
  333. id: 'PAPER'
  334. model-id: 10007
  335. name: ''
  336. 53:
  337. id: 'PAPER'
  338. model-id: 10007
  339. name: ''
  340.  
Add Comment
Please, Sign In to add comment