Advertisement
Guest User

Untitled

a guest
Nov 15th, 2019
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.84 KB | None | 0 0
  1. crate:
  2. reward-inventory-name: Collect reward?
  3. take-reward-item-name: Take reward
  4. take-reward-item-lore:
  5. - Take the reward
  6. - with you.
  7. reroll-reward-item-name: Reroll reward
  8. reroll-reward-item-lore:
  9. - Reroll for a chance
  10. - of a different reward.
  11. - ''
  12. - Can only be used once
  13. preview-inventory-name: Crate Items Preview
  14. min-changes: 3
  15. max-changes: 10
  16. ticks-between-change: 10
  17. ticks-to-close: 60
  18. change-effect: FIREWORKS_SPARK
  19. change-effect-amount: 10
  20. change-sound: CHICKEN_EGG_POP
  21. end-sound: ORB_PICKUP
  22. virtual: true
  23. virtual-duration: true
  24. crates:
  25. test-crate:
  26. name: Example Crate
  27. key:
  28. ==: CrateKey
  29. material: TRIPWIRE_HOOK
  30. damage: 0
  31. meta:
  32. name: Example Crate Key
  33. flags:
  34. - HIDE_ENCHANTS
  35. lore:
  36. - Use this key to
  37. - open Example Crate
  38. enchantments:
  39. DURABILITY: 1
  40. items:
  41. - ==: CrateItem
  42. damage: 0
  43. amount: 16
  44. material: DIRT
  45. meta: {}
  46. commands: null
  47. - ==: CrateItem
  48. damage: 0
  49. amount: 1
  50. material: DIRT
  51. meta:
  52. name: Set of dirt
  53. lore:
  54. - Technically 1 dirt
  55. - but practically 64
  56. commands:
  57. - give {player} minecraft:dirt 64
  58. - ==: CrateItem
  59. damage: 0
  60. amount: 32
  61. material: BRICK_STAIRS
  62. meta: {}
  63. commands: null
  64. - ==: CrateItem
  65. damage: 1
  66. amount: 64
  67. material: STONE
  68. meta:
  69. name: Some item with a custom name
  70. commands: null
  71. locations:
  72. - ==: org.bukkit.Location
  73. world: world
  74. x: 911.0
  75. y: 81.0
  76. z: 467.0
  77. pitch: 0.0
  78. yaw: 0.0
  79. - ==: org.bukkit.Location
  80. world: world
  81. x: 192.0
  82. y: 70.0
  83. z: -111.0
  84. pitch: 0.0
  85. yaw: 0.0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement