Advertisement
Soshiba

Untitled

Jul 18th, 2019
286
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.16 KB | None | 0 0
  1. Slot22 = [
  2. {
  3. Item {
  4. Count = 1
  5. ItemType = "pixelmon:whipped_dream"
  6. UnsafeDamage = 0
  7. DisplayName = "&l&dCandy Store"
  8. ItemLore = ["&bEvolution Stones &fand &6Evolution Items &fcan be bought here!"
  9. ""
  10. "&cshortcut: /warp candystore"]
  11. }
  12. PrimaryAction {
  13. Command = "console: sudo %player% warp candystore"
  14. KeepInventoryOpen = false
  15. }
  16. }]
  17. ############################################################
  18. ###############################################################
  19. #################################################################
  20. Slot23 = [
  21. {
  22. Item {
  23. Count = 1
  24. ItemType = "pixelmon:pokeball"
  25. UnsafeDamage = 0
  26. DisplayName = "&l&9Pokemart"
  27. ItemLore = ["&fAll kinds of &4PokéBalls &fcan be bought here!"
  28. ""
  29. "&cshortcut: /warp pokemart2"]
  30. }
  31. PrimaryAction {
  32. Command = "console: sudo %player% warp pokemart2"
  33. KeepInventoryOpen = false
  34. }
  35. }]
  36. ############################################################
  37. ###############################################################
  38. #################################################################
  39. Slot24 = [
  40. {
  41. Item {
  42. Count = 1
  43. ItemType = "pixelmon:pokemail_air"
  44. UnsafeDamage = 0
  45. DisplayName = "&l&aPost Office"
  46. ItemLore = ["&fAll kinds of &4Mail &fcan be bought here!"
  47. ""
  48. "&cshortcut: /warp postoffice"]
  49. }
  50. PrimaryAction {
  51. Command = "console: sudo %player% warp postoffice"
  52. KeepInventoryOpen = false
  53. }
  54. }]
  55. ############################################################
  56. ###############################################################
  57. #################################################################
  58. Slot25 = [
  59. {
  60. Item {
  61. Count = 1
  62. ItemType = "minecraft:comparator"
  63. UnsafeDamage = 0
  64. DisplayName = "&l&4Redstone Shop"
  65. ItemLore = ["&cRedstone&f, &4Redstone Machines &fand &6Pixelmon Machines &fcan be bought here!"
  66. ""
  67. "&cshortcut: /warp redstoneshop"]
  68. }
  69. PrimaryAction {
  70. Command = "console: sudo %player% warp redstoneshop"
  71. KeepInventoryOpen = false
  72. }
  73. }]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement