Advertisement
Soshiba

Untitled

Jul 9th, 2019
190
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.25 KB | None | 0 0
  1. aliases {
  2. blue-pane-item {
  3. Item {
  4. Count = 1
  5. ItemType = "minecraft:stained_glass_pane"
  6. UnsafeDamage = 11
  7. DisplayName = "&b"
  8. ItemLore = ["&bThese Plush will be available until the 1st September"]
  9. }
  10. }
  11. yellow-pane-item {
  12. Item {
  13. Count = 1
  14. ItemType = "minecraft:stained_glass_pane"
  15. UnsafeDamage = 4
  16. DisplayName = "&b"
  17. ItemLore = ["&bThese Plush will be available until the 1st September"]
  18. }
  19. }
  20. }
  21. virtualchest {
  22. TextTitle = "&l&3VoteShop > Seasonal Plushs"
  23. Rows = 5
  24. UpdateIntervalTick = 10
  25. ############################################################
  26. ###############################################################
  27. #################################################################
  28. Slot0 = [
  29. ${aliases.yellow-pane-item}
  30. ]
  31. ############################################################
  32. ###############################################################
  33. #################################################################
  34. Slot1 = [
  35. ${aliases.blue-pane-item}
  36. ]
  37. ############################################################
  38. ###############################################################
  39. #################################################################
  40. Slot2 = [
  41. ${aliases.yellow-pane-item}
  42. ]
  43. ############################################################
  44. ###############################################################
  45. #################################################################
  46. Slot3 = [
  47. ${aliases.blue-pane-item}
  48. ]
  49. ############################################################
  50. ###############################################################
  51. #################################################################
  52. Slot4 = [
  53. ${aliases.yellow-pane-item}
  54. ]
  55. ############################################################
  56. ###############################################################
  57. #################################################################
  58. Slot5 = [
  59. ${aliases.blue-pane-item}
  60. ]
  61. ############################################################
  62. ###############################################################
  63. #################################################################
  64. Slot6 = [
  65. ${aliases.yellow-pane-item}
  66. ]
  67. ############################################################
  68. ###############################################################
  69. #################################################################
  70. Slot7 = [
  71. ${aliases.blue-pane-item}
  72. ]
  73. ############################################################
  74. ###############################################################
  75. #################################################################
  76. Slot8 = [
  77. ${aliases.yellow-pane-item}
  78. ]
  79. ############################################################
  80. ###############################################################
  81. #################################################################
  82. Slot9 = [
  83. ${aliases.blue-pane-item}
  84. ]
  85. ############################################################
  86. ###############################################################
  87. #################################################################
  88. Slot10 = [
  89. {
  90. Item {
  91. Count = 1
  92. ItemType = "minecraft:skull"
  93. UnsafeDamage = 3
  94. UnsafeData {
  95. SkullOwner {
  96. Id = "13634c62-d560-4d68-8546-ee1326cc6f5f"
  97. Properties {
  98. textures = [{
  99. Value = "eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvM2MyZTk5YWE1MWQyNDJiYTcxN2M3MWU0ZWEyMTQ0ODJjYjg2ODcyNTNhNWQ5NTQyOWM2MTU0YzJjYWEzOTgxIn19fQ=="
  100. }]
  101. }
  102. }
  103. DisplayName = "&l&aTurtwig Plush"
  104. ItemLore = ["&bClick here to purchase &e1 Turtwig Plush&b!"
  105. ""
  106. "&aCost: 50 Votepoints"
  107. "&aYou currently have &6%economy_balance_votepoint% Votepoints&a."]
  108. }
  109. Requirements = "%economy_balance_votepoint% >= 50"
  110. PrimaryAction {
  111. Command = "cost: economylite:votepoint:50; console: give %player% skull 1 3 {display:{Name:"Tapu Koko"},SkullOwner:{Id:"13634c62-d560-4d68-8546-ee1326cc6f5f",Properties:{textures:[{Value:"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvM2MyZTk5YWE1MWQyNDJiYTcxN2M3MWU0ZWEyMTQ0ODJjYjg2ODcyNTNhNWQ5NTQyOWM2MTU0YzJjYWEzOTgxIn19fQ=="}]}}}"
  112. KeepInventoryOpen = true
  113. }
  114. }, {
  115. Item {
  116. Count = 1
  117. ItemType = "minecraft:skull"
  118. UnsafeDamage = 3
  119. UnsafeData {
  120. SkullOwner {
  121. Id = "13634c62-d560-4d68-8546-ee1326cc6f5f"
  122. Properties {
  123. textures = [{
  124. Value = "eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvM2MyZTk5YWE1MWQyNDJiYTcxN2M3MWU0ZWEyMTQ0ODJjYjg2ODcyNTNhNWQ5NTQyOWM2MTU0YzJjYWEzOTgxIn19fQ=="
  125. }]
  126. }
  127. }
  128. DisplayName = "&l&aTurtwig Plush"
  129. ItemLore = ["&bClick here to purchase &e1 Turtwig Plush&b!"
  130. ""
  131. "&cCost: 50 Votepoints"
  132. "&cYou don't have enough vote points. &5/vote &cto earn more!"
  133. "&cYou currently have &6%economy_balance_votepoint% Votepoints&a."]
  134. }
  135. }]
  136. TriggerItem {
  137. ItemType = "minecraft:compass"
  138. EnablePrimaryAction = false
  139. EnableSecondaryAction = true
  140. }
  141. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement