Advertisement
Soshiba

Untitled

Jul 9th, 2019
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.51 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 Plush"},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. }aliases {
  142. blue-pane-item {
  143. Item {
  144. Count = 1
  145. ItemType = "minecraft:stained_glass_pane"
  146. UnsafeDamage = 11
  147. DisplayName = "&b"
  148. ItemLore = ["&bThese Plush will be available until the 1st September"]
  149. }
  150. }
  151. yellow-pane-item {
  152. Item {
  153. Count = 1
  154. ItemType = "minecraft:stained_glass_pane"
  155. UnsafeDamage = 4
  156. DisplayName = "&b"
  157. ItemLore = ["&bThese Plush will be available until the 1st September"]
  158. }
  159. }
  160. }
  161. virtualchest {
  162. TextTitle = "&l&3VoteShop > Seasonal Plushs"
  163. Rows = 5
  164. UpdateIntervalTick = 10
  165. ############################################################
  166. ###############################################################
  167. #################################################################
  168. Slot0 = [
  169. ${aliases.yellow-pane-item}
  170. ]
  171. ############################################################
  172. ###############################################################
  173. #################################################################
  174. Slot1 = [
  175. ${aliases.blue-pane-item}
  176. ]
  177. ############################################################
  178. ###############################################################
  179. #################################################################
  180. Slot2 = [
  181. ${aliases.yellow-pane-item}
  182. ]
  183. ############################################################
  184. ###############################################################
  185. #################################################################
  186. Slot3 = [
  187. ${aliases.blue-pane-item}
  188. ]
  189. ############################################################
  190. ###############################################################
  191. #################################################################
  192. Slot4 = [
  193. ${aliases.yellow-pane-item}
  194. ]
  195. ############################################################
  196. ###############################################################
  197. #################################################################
  198. Slot5 = [
  199. ${aliases.blue-pane-item}
  200. ]
  201. ############################################################
  202. ###############################################################
  203. #################################################################
  204. Slot6 = [
  205. ${aliases.yellow-pane-item}
  206. ]
  207. ############################################################
  208. ###############################################################
  209. #################################################################
  210. Slot7 = [
  211. ${aliases.blue-pane-item}
  212. ]
  213. ############################################################
  214. ###############################################################
  215. #################################################################
  216. Slot8 = [
  217. ${aliases.yellow-pane-item}
  218. ]
  219. ############################################################
  220. ###############################################################
  221. #################################################################
  222. Slot9 = [
  223. ${aliases.blue-pane-item}
  224. ]
  225. ############################################################
  226. ###############################################################
  227. #################################################################
  228. Slot10 = [
  229. {
  230. Item {
  231. Count = 1
  232. ItemType = "minecraft:skull"
  233. UnsafeDamage = 3
  234. UnsafeData {
  235. SkullOwner {
  236. Id = "13634c62-d560-4d68-8546-ee1326cc6f5f"
  237. Properties {
  238. textures = [{
  239. Value = "eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvM2MyZTk5YWE1MWQyNDJiYTcxN2M3MWU0ZWEyMTQ0ODJjYjg2ODcyNTNhNWQ5NTQyOWM2MTU0YzJjYWEzOTgxIn19fQ=="
  240. }]
  241. }
  242. }
  243. DisplayName = "&l&aTurtwig Plush"
  244. ItemLore = ["&bClick here to purchase &e1 Turtwig Plush&b!"
  245. ""
  246. "&aCost: 50 Votepoints"
  247. "&aYou currently have &6%economy_balance_votepoint% Votepoints&a."]
  248. }
  249. Requirements = "%economy_balance_votepoint% >= 50"
  250. PrimaryAction {
  251. Command = "cost: economylite:votepoint:50; console: give %player% skull 1 3 {display:{Name:"Tapu Koko Plush"},SkullOwner:{Id:"13634c62-d560-4d68-8546-ee1326cc6f5f",Properties:{textures:[{Value:"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvM2MyZTk5YWE1MWQyNDJiYTcxN2M3MWU0ZWEyMTQ0ODJjYjg2ODcyNTNhNWQ5NTQyOWM2MTU0YzJjYWEzOTgxIn19fQ"}]}}}"
  252. KeepInventoryOpen = true
  253. }
  254. }, {
  255. Item {
  256. Count = 1
  257. ItemType = "minecraft:skull"
  258. UnsafeDamage = 3
  259. UnsafeData {
  260. SkullOwner {
  261. Id = "13634c62-d560-4d68-8546-ee1326cc6f5f"
  262. Properties {
  263. textures = [{
  264. Value = "eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvM2MyZTk5YWE1MWQyNDJiYTcxN2M3MWU0ZWEyMTQ0ODJjYjg2ODcyNTNhNWQ5NTQyOWM2MTU0YzJjYWEzOTgxIn19fQ=="
  265. }]
  266. }
  267. }
  268. DisplayName = "&l&aTurtwig Plush"
  269. ItemLore = ["&bClick here to purchase &e1 Turtwig Plush&b!"
  270. ""
  271. "&cCost: 50 Votepoints"
  272. "&cYou don't have enough vote points. &5/vote &cto earn more!"
  273. "&cYou currently have &6%economy_balance_votepoint% Votepoints&a."]
  274. }
  275. }]
  276. TriggerItem {
  277. ItemType = "minecraft:compass"
  278. EnablePrimaryAction = false
  279. EnableSecondaryAction = true
  280. }
  281. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement