sora200507

Untitled

Dec 28th, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.61 KB | None | 0 0
  1. Items:
  2. SuperPickAxe:
  3. # (REQUIRED) Item price in Jobs Points
  4. Price: 1000000.0
  5. Icon:
  6. # (REQUIRED) Icon item id
  7. Id: 278
  8. # (Optional - Default: 0) Icon item data value
  9. Data: 0
  10. # (Optional - Default: 1) Icon item amount
  11. Amount: 1
  12. # (Optional) Icon name. Supports usual color codes
  13. Name: "&eさいきょーのつるはし"
  14. # (Optional) Icon lore. Supports usual color codes
  15. Lore:
  16. - "&6範囲採掘3*3*3"
  17. - "&6破壊不可"
  18. - "&6幸運3"
  19. # (Optional - default: false) Hides icon if player dont have permission to get this item
  20. HideWithoutPermission: true
  21. # (Optional) List of permissions required to buy this item
  22. # (Optional) List of jobs and levels to buy this item
  23. RequiredJobLevels:
  24. - Miner-50
  25. - Woodcutter-10
  26. # (Optional) Total level from all jobs player currently in
  27. RequiredTotalLevels: 100
  28. # (Optional) Performs comands on item purchase
  29. # use 'msg ' at start of command to send nice message to player
  30. # all other commands will be performed normaly as they would be executed from console
  31. # use [player] variable to include buyers name
  32. PerformCommands:
  33. - "msg &eThanks for buying this super pick axe!"
  34. # (Optional) Gives items by defined criteria
  35. GiveItems:
  36. # Can be any word
  37. PickAxe:
  38. # (Required) Item id
  39. Id: 278
  40. # (Optional - Default: 0) Item data
  41. Data: 0
  42. # (Optional - Default: 1) Item amount
  43. Amount: 1
  44. # (Optional) Item name
  45. Name: "&eEnchanted Diamond Pickaxe"
  46. # (Optional) Item lore
  47. Lore:
  48. - "&6範囲採掘3*3*3"
  49. - "&6破壊不可"
  50. # (Optional) Item enchants
  51. Enchants:
  52. - DIG_SPEED=10
  53. - DURABILITY=6
  54. - FORTUNE=3
  55. # Can be any word
  56. Apple:
  57. # (Required) Item id
  58. Id: 260
  59. Amount: 1
  60. sabanushihead:
  61. Price:1.0
  62. Icon:
  63. Id: 397
  64. Name: "&e鯖主(そらまめ)の頭"
  65. HideWithoutPermission: true
  66. RequiredPermission:
  67. - jobs.item.ownerhead
  68. RequiredJobLevels:
  69. - Miner-100
  70. PerformCommands:
  71. - "give [player] head 1 3 {SkullOwner:soramame_256}"
  72. - "msg [player] コレクションお疲れ様です"
  73. WoodenShovel:
  74. Price: 100.0
  75. Icon:
  76. Id: 269
  77. Name: "&e普通の木のシャベル"
  78. HideWithoutPermission: true
  79. RequiredPermission:
  80. - jobs.item.shovel
  81. RequiredJobLevels:
  82. - Digger-5
  83. PerformCommands:
  84. - "msg &eThanks [player] for buying this shovel!"
  85. - "give [player] 269 1"
  86. LureEnchantBook:
  87. Price: 100.0
  88. Icon:
  89. Id: 403
  90. Name: "&eEnchant book"
  91. Lore:
  92. - "&eLure3のついたエンチャントブックです"
  93. HideWithoutPermission: true
  94. RequiredPermission:
  95. - jobs.item.LureBook
  96. RequiredJobLevels:
  97. - Fisherman-100
  98. PerformCommands:
  99. - "msg &eThanks [player] for buying this book!"
  100. # (Optional) Gives items by defined criteria
  101. GiveItems:
  102. # Can be any word
  103. Book:
  104. # (Required) Item id
  105. Id: 403
  106. # (Optional) Item enchants
  107. Enchants:
  108. - LURE=3
  109. Elytra:
  110. Price: 1000000000.0
  111. Icon:
  112. Id: 443
  113. Name: "&eAngel wings"
  114. HideWithoutPermission: true
  115. RequiredPermission:
  116. - jobs.item.elytra
  117. PerformCommands:
  118. - "msg &eThanks [player] for buying Angel Wings!"
  119. # (Optional) Gives items by defined criteria
  120. GiveItems:
  121. # Can be any word
  122. Elytra:
  123. # (Required) Item id
  124. Id: 443
Add Comment
Please, Sign In to add comment