Guest User

Untitled

a guest
May 9th, 2017
186
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.78 KB | None | 0 0
  1. virtualchest {
  2. TextTitle = "&4&lChoose a Starter"
  3. Rows = 2
  4. Position-3-1 {
  5. Item {
  6. Count = 1
  7. ItemType = "pixelmon:pixelmon_sprite"
  8. UnsafeDamage = 0
  9. DisplayName = "&a&lBulbasaur"
  10. ItemLore = [
  11. "&fBulbasaur, the Seed Pokémon."
  12. "&fA young Bulbasaur uses the nutrients from its seed for the energy it needs to grow."
  13. ]
  14. UnsafeData {
  15. SpriteName = "pixelmon:sprites/pokemon/001"
  16. }
  17. }
  18. KeepOpen = true
  19. PrimaryAction = "virtualchest open bulbasaur"
  20. SecondaryAction = "virtualchest open bulbasaur"
  21. IgnoredPermissions = [
  22. "virtualchest.open.self.starter"
  23. ]
  24. },
  25. Position-5-1 {
  26. Item {
  27. Count = 1
  28. ItemType = "pixelmon:pixelmon_sprite"
  29. UnsafeDamage = 0
  30. DisplayName = "&c&lCharmander"
  31. ItemLore = [
  32. "&fCharmander, the Lizard Pokémon."
  33. "&fWhen the tip of Charmander's tail burns brightly, that indicates it's in good health."
  34. ]
  35. UnsafeData {
  36. SpriteName = "pixelmon:sprites/pokemon/004"
  37. }
  38. }
  39. KeepOpen = true
  40. PrimaryAction = "virtualchest open charmander"
  41. SecondaryAction = "virtualchest open charmander"
  42. IgnoredPermissions = [
  43. "virtualchest.open.self.starter"
  44. ]
  45. },
  46. Position-7-1 {
  47. Item {
  48. Count = 1
  49. ItemType = "pixelmon:pixelmon_sprite"
  50. UnsafeDamage = 0
  51. DisplayName = "&9&lSquirtle"
  52. ItemLore = [
  53. "&fSquirtle, the Tiny Turtle Pokémon."
  54. "&fDuring battle, Squirtle hides in its shell that sprays water at its opponent whenever it can."
  55. ]
  56. UnsafeData {
  57. SpriteName = "pixelmon:sprites/pokemon/007"
  58. }
  59. }
  60. KeepOpen = true
  61. PrimaryAction = "virtualchest open squirtle"
  62. SecondaryAction = "virtualchest open squirtle"
  63. IgnoredPermissions = [
  64. "virtualchest.open.self.starter"
  65. ]
  66. }
  67. Position-5-2 {
  68. Item {
  69. Count = 1
  70. ItemType = "minecraft:nether_star"
  71. UnsafeDamage = 0
  72. DisplayName = "&4&lReturn to Main Category"
  73. ItemLore = [
  74. "&fChoose from a different generation"
  75. ]
  76. }
  77. KeepOpen = true
  78. PrimaryAction = "virtualchest open genmenu"
  79. SecondaryAction = "virtualchest open genmenu"
  80. IgnoredPermissions = [
  81. "virtualchest.open.self.starter"
  82. ]
  83. }
  84. TriggerItem {
  85. ItemType = ""
  86. EnablePrimaryAction = false
  87. EnableSecondaryAction = false
  88. }
  89. }
Add Comment
Please, Sign In to add comment