Advertisement
Guest User

Untitled

a guest
Feb 23rd, 2020
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. version: 5.1.0
  2. options:
  3. prevent-crafting-with-gems: true
  4. prevent-multiple-name-changes-from-sockets: false
  5. use-attacker-item-in-hand: true
  6. use-attacker-armor-equipped: false
  7. use-defender-item-in-hand: false
  8. use-defender-armor-equipped: true
  9. socket-gem-material-ids:
  10. - PAPER
  11. default-socket-name-color-on-items: GOLD
  12. use-tier-color-for-socket-name: true
  13. items:
  14. socketed-item:
  15. socket: '%tiercolor%[Slot]'
  16. lore:
  17. - '&7Find a &6Scroll&7 to fill a &F%tiercolor%[Slot]&7'
  18. socket-gem:
  19. name: '&6Scroll - %socketgem%'
  20. lore:
  21. - '%sockettypelore%'
  22. - '%socketfamilylore%'
  23. - ''
  24. - '&7Right-click while holding this scroll'
  25. - '&7in your hand to began scrolling!'
  26. - '&8%type%'
  27. family-lore:
  28. - "&7Family: &F%family% &7(&F%level%&7)"
  29. socket-type-lore:
  30. - "&7Type(s): &F%type%"
  31. any-of-socket-type-lore:
  32. - " &7Requires One Of: &F%type%"
  33. all-of-socket-type-lore:
  34. - " &7Requires All: &F%type%"
  35. none-of-socket-type-lore:
  36. - " &7Requires None: &F%type%"
  37. socket-gem-combiner:
  38. name: '&4Socket Gem Combiner'
  39. buffer:
  40. name: '&aClick a &6Socket Gem &ato begin!'
  41. material: 'IRON_BARS'
  42. lore: []
  43. click-to-combine:
  44. name: '&E&LClick to combine!'
  45. material: 'NETHER_STAR'
  46. lore: []
  47. ineligible-to-combine:
  48. name: '&C&LIneligible to combine!'
  49. material: 'BARRIER'
  50. same-family-lore:
  51. - '&7You need to have four &6Socket Gems'
  52. - '&7from the same family'
  53. - '&7in order to combine them!'
  54. same-level-lore:
  55. - '&7You need to have four &6Socket Gems'
  56. - '&7from the same level'
  57. - '&7in order to combine them!'
  58. same-family-and-level-lore:
  59. - '&7You need to have four &6Socket Gems'
  60. - '&7from the same family and level'
  61. - '&7in order to combine them!'
  62. no-gem-found-lore:
  63. - '&7Unable to find a gem for that'
  64. - '&7combination of gems!'
  65. combining:
  66. require-same-family: false
  67. require-same-level: false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement