Advertisement
Creatism

Untitled

Nov 25th, 2017
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.74 KB | None | 0 0
  1. #=============================================================================#
  2. # #
  3. # Elegance Data #
  4. # Version 0.3.8 #
  5. # #
  6. #=============================================================================#
  7.  
  8. Variables:
  9.  
  10. #=============================================================================#
  11. # #
  12. # Configuration #
  13. # #
  14. #=============================================================================#
  15.  
  16. on right click:
  17. if player is holding a book named "&5Elegance &8(&7+1&8)" with lore "&7Right click me":
  18. if {booster.%player%} is true:
  19. add 2 to {clicks::%player%}
  20. add 2 to player's balance
  21. if {booster.%player%} is false:
  22. add 1 to {clicks::%player%}
  23. add 1 to player's balance
  24.  
  25. on sign change:
  26. if line 1 of block is "+5":
  27. set line 1 of block to "&8(&5Elegance&8)"
  28. set line 3 of block to "&5+5"
  29. set line 4 of block to "&8Cost: &5$500"
  30.  
  31. on right click on sign:
  32. if line 1 of block is "&8(&5Elegance&8)":
  33. if line 3 of block is "&5+5":
  34. if line 4 of block is "&8Cost: &5$500":
  35. if player's money is less than 500:
  36. message "&8(&5&l!&8) &7Purchase denied!"
  37. execute console command "playsound minecraft:entity.villager.no master %player% ~ ~ ~ 1000000"
  38. if player's money is greater than or equal to 500:
  39. message "&8(&5&l!&8) &7Purchase successful!"
  40. set slot 0 of player's inventory to book named "&5Elegance &8(&7+5&8)" with lore "&7Right click me"
  41. execute console command "playsound minecraft:entity.experience_orb.pickup master %player% ~ ~ ~ 1000000"
  42. remove 500 from player's money
  43.  
  44. on right click:
  45. if player is holding a book named "&5Elegance &8(&7+5&8)" with lore "&7Right click me":
  46. if {booster.%player%} is true:
  47. add 4 to {clicks::%player%}
  48. add 10 to player's balance
  49. if {booster.%player%} is false:
  50. add 2 to {clicks::%player%}
  51. add 5 to player's balance
  52.  
  53. on sign change:
  54. if line 1 of block is "+10":
  55. set line 1 of block to "&8(&5Elegance&8)"
  56. set line 3 of block to "&5+10"
  57. set line 4 of block to "&8Cost: &5$1.8K"
  58.  
  59. on right click on sign:
  60. if line 1 of block is "&8(&5Elegance&8)":
  61. if line 3 of block is "&5+10":
  62. if line 4 of block is "&8Cost: &5$1.8K":
  63. if player's money is less than 1800:
  64. message "&8(&5&l!&8) &7Purchase denied!"
  65. execute console command "playsound minecraft:entity.villager.no master %player% ~ ~ ~ 1000000"
  66. if player's money is greater than or equal to 1800:
  67. message "&8(&5&l!&8) &7Purchase successful!"
  68. set slot 0 of player's inventory to book named "&5Elegance &8(&7+10&8)" with lore "&7Right click me"
  69. execute console command "playsound minecraft:entity.experience_orb.pickup master %player% ~ ~ ~ 1000000"
  70. remove 1800 from player's money
  71.  
  72. on right click:
  73. if player is holding a book named "&5Elegance &8(&7+10&8)" with lore "&7Right click me":
  74. if {booster.%player%} is true:
  75. add 6 to {clicks::%player%}
  76. add 20 to player's balance
  77. if {booster.%player%} is false:
  78. add 3 to {clicks::%player%}
  79. add 10 to player's balance
  80.  
  81. on sign change:
  82. if line 1 of block is "+25":
  83. set line 1 of block to "&8(&5Elegance&8)"
  84. set line 3 of block to "&5+25"
  85. set line 4 of block to "&8Cost: &5$6.2K"
  86.  
  87. on right click on sign:
  88. if line 1 of block is "&8(&5Elegance&8)":
  89. if line 3 of block is "&5+25":
  90. if line 4 of block is "&8Cost: &5$6.2K":
  91. if player's money is less than 6200:
  92. message "&8(&5&l!&8) &7Purchase denied!"
  93. execute console command "playsound minecraft:entity.villager.no master %player% ~ ~ ~ 1000000"
  94. if player's money is greater than or equal to 6200:
  95. message "&8(&5&l!&8) &7Purchase successful!"
  96. set slot 0 of player's inventory to book named "&5Elegance &8(&7+25&8)" with lore "&7Right click me"
  97. execute console command "playsound minecraft:entity.experience_orb.pickup master %player% ~ ~ ~ 1000000"
  98. remove 6200 from player's money
  99.  
  100. on right click:
  101. if player is holding a book named "&5Elegance &8(&7+25&8)]" with lore "&7Right click me":
  102. if {booster.%player%} is true:
  103. add 8 to {clicks::%player%}
  104. add 50 to player's balance
  105. if {booster.%player%} is false:
  106. add 4 to {clicks::%player%}
  107. add 25 to player's balance
  108.  
  109. on sign change:
  110. if line 1 of block is "+50":
  111. set line 1 of block to "&8(&5Elegance&8)"
  112. set line 3 of block to "&5+50"
  113. set line 4 of block to "&8Cost: &5$17.7K"
  114.  
  115. on right click on sign:
  116. if line 1 of block is "&8(&5Elegance&8)":
  117. if line 3 of block is "&5+50":
  118. if line 4 of block is "&8Cost: &5$17.7K":
  119. if player's money is less than 17700:
  120. message "&8(&5&l!&8) &7Purchase denied!"
  121. execute console command "playsound minecraft:entity.villager.no master %player% ~ ~ ~ 1000000"
  122. if player's money is greater than or equal to 17700:
  123. message "&8(&5&l!&8) &7Purchase successful!"
  124. set slot 0 of player's inventory to book named "&5Elegance &8(&7+50&8)" with lore "&7Right click me"
  125. execute console command "playsound minecraft:entity.experience_orb.pickup master %player% ~ ~ ~ 1000000"
  126. remove 17700 from player's money
  127.  
  128. on right click:
  129. if player is holding a book named "&5Elegance &8(&7+50&8)" with lore "&7Right click me":
  130. if {booster.%player%} is true:
  131. add 10 to {clicks::%player%}
  132. add 100 to player's balance
  133. if {booster.%player%} is false:
  134. add 5 to {clicks::%player%}
  135. add 50 to player's balance
  136.  
  137. on sign change:
  138. if line 1 of block is "+75":
  139. set line 1 of block to "&8(&5Elegance&8)"
  140. set line 3 of block to "&5+75"
  141. set line 4 of block to "&8Cost: &5$32.4K"
  142.  
  143. on right click on sign:
  144. if line 1 of block is "&8(&5Elegance&8)":
  145. if line 3 of block is "&5+75":
  146. if line 4 of block is "&8Cost: &5$32.4K":
  147. if player's money is less than 32400:
  148. message "&8(&5&l!&8) &7Purchase denied!"
  149. execute console command "playsound minecraft:entity.villager.no master %player% ~ ~ ~ 1000000"
  150. if player's money is greater than or equal to 32400:
  151. message "&8(&5&l!&8) &7Purchase successful!"
  152. set slot 0 of player's inventory to book named "&5Elegance &8(&7+75&8)" with lore "&7Right click me"
  153. execute console command "playsound minecraft:entity.experience_orb.pickup master %player% ~ ~ ~ 1000000"
  154. remove 32400 from player's money
  155.  
  156. on right click:
  157. if player is holding a book named "&5Elegance &8(&7+75&8)" with lore "&7Right click me":
  158. if {booster.%player%} is true:
  159. add 12 to {clicks::%player%}
  160. add 150 to player's balance
  161. if {booster.%player%} is false:
  162. add 6 to {clicks::%player%}
  163. add 75 to player's balance
  164.  
  165. on sign change:
  166. if line 1 of block is "+100":
  167. set line 1 of block to "&8(&5Elegance&8)"
  168. set line 3 of block to "&5+100"
  169. set line 4 of block to "&8Cost: &5$71.1K"
  170.  
  171. on right click on sign:
  172. if line 1 of block is "&8(&5Elegance&8)":
  173. if line 3 of block is "&5+100":
  174. if line 4 of block is "&8Cost: &5$71.1K":
  175. if player's money is less than 71100:
  176. message "&8(&5&l!&8) &7Purchase denied!"
  177. execute console command "playsound minecraft:entity.villager.no master %player% ~ ~ ~ 1000000"
  178. if player's money is greater than or equal to 71100:
  179. message "&8(&5&l!&8) &7Purchase successful!"
  180. set slot 0 of player's inventory to book named "&5Elegance &8(&7+100&8)" with lore "&7Right click me"
  181. execute console command "playsound minecraft:entity.experience_orb.pickup master %player% ~ ~ ~ 1000000"
  182. remove 71100 from player's money
  183.  
  184. on right click:
  185. if player is holding a book named "&5Elegance &8(&7+100&8)" with lore "&7Right click me":
  186. if {booster.%player%} is true:
  187. add 14 to {clicks::%player%}
  188. add 200 to player's balance
  189. if {booster.%player%} is false:
  190. add 7 to {clicks::%player%}
  191. add 100 to player's balance
  192.  
  193. on sign change:
  194. if line 1 of block is "+200":
  195. set line 1 of block to "&8(&5Elegance&8)"
  196. set line 3 of block to "&5+200"
  197. set line 4 of block to "&8Cost: &5$124.7K"
  198.  
  199. on right click on sign:
  200. if line 1 of block is "&8(&5Elegance&8)":
  201. if line 3 of block is "&5+200":
  202. if line 4 of block is "&8Cost: &5$124.7K":
  203. if player's money is less than 124700:
  204. message "&8(&5&l!&8) &7Purchase denied!"
  205. execute console command "playsound minecraft:entity.villager.no master %player% ~ ~ ~ 1000000"
  206. if player's money is greater than or equal to 124700:
  207. message "&8(&5&l!&8) &7Purchase successful!"
  208. set slot 0 of player's inventory to book named "&5Elegance &8(&7+200&8)" with lore "&7Right click me"
  209. execute console command "playsound minecraft:entity.experience_orb.pickup master %player% ~ ~ ~ 1000000"
  210. remove 124700 from player's money
  211.  
  212. on right click:
  213. if player is holding a book named "&5Elegance &8(&7+200&8)" with lore "&7Right click me":
  214. if {booster.%player%} is true:
  215. add 16 to {clicks::%player%}
  216. add 400 to player's balance
  217. if {booster.%player%} is false:
  218. add 8 to {clicks::%player%}
  219. add 200 to player's balance
  220.  
  221. on sign change:
  222. if line 1 of block is "+500":
  223. set line 1 of block to "&8(&5Elegance&8)"
  224. set line 3 of block to "&5+500"
  225. set line 4 of block to "&8Cost: &5$415.7K"
  226.  
  227. on right click on sign:
  228. if line 1 of block is "&8(&5Elegance&8)":
  229. if line 3 of block is "&5+500":
  230. if line 4 of block is "&8Cost: &5$415.7K":
  231. if player's money is less than 415700:
  232. message "&8(&5&l!&8) &7Purchase denied!"
  233. execute console command "playsound minecraft:entity.villager.no master %player% ~ ~ ~ 1000000"
  234. if player's money is greater than or equal to 415700:
  235. message "&8(&5&l!&8) &7Purchase successful!"
  236. set slot 0 of player's inventory to book named "&5Elegance &8(&7+500&8)" with lore "&7Right click me"
  237. execute console command "playsound minecraft:entity.experience_orb.pickup master %player% ~ ~ ~ 1000000"
  238. remove 415700 from player's money
  239.  
  240. on right click:
  241. if player is holding a book named "&5Elegance &8(&7+500&8)" with lore "&7Right click me":
  242. if {booster.%player%} is true:
  243. add 18 to {clicks::%player%}
  244. add 1000 to player's balance
  245. if {booster.%player%} is false:
  246. add 9 to {clicks::%player%}
  247. add 500 to player's balance
  248.  
  249. on sign change:
  250. if line 1 of block is "+750":
  251. set line 1 of block to "&8(&5Elegance&8)"
  252. set line 3 of block to "&5+750"
  253. set line 4 of block to "&8Cost: &5$1.25M"
  254.  
  255. on right click on sign:
  256. if line 1 of block is "&8(&5Elegance&8)":
  257. if line 3 of block is "&5+750":
  258. if line 4 of block is "&8Cost: &5$1.25M":
  259. if player's money is less than 1250000:
  260. message "&8(&5&l!&8) &7Purchase denied!"
  261. execute console command "playsound minecraft:entity.villager.no master %player% ~ ~ ~ 1000000"
  262. if player's money is greater than or equal to 1250000:
  263. message "&8(&5&l!&8) &7Purchase successful!"
  264. set slot 0 of player's inventory to book named "&5Elegance &8(&7+750&8)" with lore "&7Right click me"
  265. execute console command "playsound minecraft:entity.experience_orb.pickup master %player% ~ ~ ~ 1000000"
  266. remove 1250000 from player's money
  267.  
  268. on right click:
  269. if player is holding a book named "&5Elegance &8(&7+750&8)" with lore "&7Right click me":
  270. if {booster.%player%} is true:
  271. add 20 to {clicks::%player%}
  272. add 1500 to player's balance
  273. if {booster.%player%} is false:
  274. add 10 to {clicks::%player%}
  275. add 750 to player's balance
  276.  
  277. on sign change:
  278. if line 1 of block is "+1000":
  279. set line 1 of block to "&8(&5Elegance&8)"
  280. set line 3 of block to "&5+1K"
  281. set line 4 of block to "&8Cost: &5$3.8M"
  282.  
  283. on right click on sign:
  284. if line 1 of block is "&8(&5Elegance&8)":
  285. if line 3 of block is "&5+1K":
  286. if line 4 of block is "&8Cost: &5$3.8M":
  287. if player's money is less than 3800000:
  288. message "&8(&5&l!&8) &7Purchase denied!"
  289. execute console command "playsound minecraft:entity.villager.no master %player% ~ ~ ~ 1000000"
  290. if player's money is greater than or equal to 3800000:
  291. message "&8(&5&l!&8) &7Purchase successful!"
  292. set slot 0 of player's inventory to book named "&5Elegance &8(&7+1K&8)" with lore "&7Right click me"
  293. execute console command "playsound minecraft:entity.experience_orb.pickup master %player% ~ ~ ~ 1000000"
  294. remove 3800000 from player's money
  295.  
  296. on right click:
  297. if player is holding a book named "&5Elegance &8(&7+1K&8)" with lore "&7Right click me":
  298. if {booster.%player%} is true:
  299. add 22 to {clicks::%player%}
  300. add 2000 to player's balance
  301. if {booster.%player%} is false:
  302. add 11 to {clicks::%player%}
  303. add 1000 to player's balance
  304.  
  305. on sign change:
  306. if line 1 of block is "+1500":
  307. set line 1 of block to "&8(&5Elegance&8)"
  308. set line 3 of block to "&5+1.5K"
  309. set line 4 of block to "&8Cost: &5$7.35M"
  310.  
  311. on right click on sign:
  312. if line 1 of block is "&8(&5Elegance&8)":
  313. if line 3 of block is "&5+1.5K":
  314. if line 4 of block is "&8Cost: &5$7.35M":
  315. if player's money is less than 7350000:
  316. message "&8(&5&l!&8) &7Purchase denied!"
  317. execute console command "playsound minecraft:entity.villager.no master %player% ~ ~ ~ 1000000"
  318. if player's money is greater than or equal to 7350000:
  319. message "&8(&5&l!&8) &7Purchase successful!"
  320. set slot 0 of player's inventory to book named "&5Elegance &8(&7+1.5K&8)" with lore "&7Right click me"
  321. execute console command "playsound minecraft:entity.experience_orb.pickup master %player% ~ ~ ~ 1000000"
  322. remove 7350000 from player's money
  323.  
  324. on right click:
  325. if player is holding a book named "&5Elegance &8(&7+1.5K&8)" with lore "&7Right click me":
  326. if {booster.%player%} is true:
  327. add 24 to {clicks::%player%}
  328. add 3000 to player's balance
  329. if {booster.%player%} is false:
  330. add 12 to {clicks::%player%}
  331. add 1500 to player's balance
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement