Advertisement
AurasPrivate

Arcane

Jun 23rd, 2017
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.65 KB | None | 0 0
  1. on sign change:
  2. if line 1 is "[diamond]":
  3. set line 1 to "&8"
  4. set line 2 to "&5&lARCANE"
  5. set line 3 to "&5Diamond Kit"
  6. set line 4 to "&8"
  7.  
  8. on sign change:
  9. if line 1 is "[archer]":
  10. set line 1 to "&8"
  11. set line 2 to "&5&lARCANE"
  12. set line 3 to "&5Archer Kit"
  13. set line 4 to "&8"
  14.  
  15. on sign change:
  16. if line 1 is "[bard]":
  17. set line 1 to "&8"
  18. set line 2 to "&5&lARCANE"
  19. set line 3 to "&5Bard Kit"
  20. set line 4 to "&8"
  21.  
  22. on sign change:
  23. if line 1 is "[join]":
  24. set line 1 to "&8"
  25. set line 2 to "&5&lARCANE"
  26. set line 3 to "&5Connect to FFA"
  27. set line 4 to "&8"
  28.  
  29. on sign change:
  30. if line 1 is "[kits]":
  31. set line 1 to "&8"
  32. set line 2 to "&5&lARCANE"
  33. set line 3 to "&5Kit Selection"
  34. set line 4 to "&8"
  35.  
  36. on sign change:
  37. if line 1 is "[store]":
  38. set line 1 to "&8"
  39. set line 2 to "&5&lARCANE"
  40. set line 3 to "&5Store"
  41. set line 4 to "&8"
  42.  
  43. on sign change:
  44. if line 1 is "[buy]":
  45. set line 1 to "&8"
  46. set line 2 to "&5&lARCANE"
  47. set line 3 to "&5Webstore"
  48. set line 4 to "&8"
  49.  
  50. click on sign:
  51. if line 3 is "&5Archer Kit":
  52. cancel event
  53. wait 3 ticks
  54. make player execute command "/arcane-kit-archer"
  55.  
  56. click on sign:
  57. if line 3 is "&5Bard Kit":
  58. cancel event
  59. wait 3 ticks
  60. make player execute command "/arcane-kit-bard"
  61.  
  62. click on sign:
  63. if line 3 is "&5Diamond Kit":
  64. cancel event
  65. wait 3 ticks
  66. make player execute command "/arcane-kit-diamond"
  67.  
  68. click on sign:
  69. if line 3 is "&5Connect to FFA":
  70. cancel event
  71. wait 3 ticks
  72. make player execute command "/join"
  73.  
  74. click on sign:
  75. if line 3 is "&5Kit Selection":
  76. cancel event
  77. wait 3 ticks
  78. make player execute command "/kit"
  79.  
  80. click on sign:
  81. if line 3 is "&5Store":
  82. cancel event
  83. wait 3 ticks
  84. make player execute command "/store"
  85.  
  86. click on sign:
  87. if line 3 is "&5Webstore":
  88. cancel event
  89. wait 3 ticks
  90. make player execute command "/buy"
  91.  
  92. command /arcane-kit-diamond:
  93. permission: console
  94. trigger:
  95. clear inventory of player
  96. set {_helmet} to diamond helmet
  97. enchant {_helmet} with protection 1
  98. enchant {_sword} with unbreaking 3
  99. set player's helmet to {_helmet}
  100.  
  101. set {_chestplate} to diamond chestplate
  102. enchant {_chestplate} with protection 1
  103. enchant {_sword} with unbreaking 3
  104. set player's helmet to {_chestplate}
  105.  
  106. set {_leggings} to diamond leggings
  107. enchant {_leggings} with protection 1
  108. enchant {_sword} with unbreaking 3
  109. set player's helmet to {_leggings}
  110.  
  111. set {_boots} to diamond boots
  112. enchant {_boots} with protection 1
  113. enchant {_sword} with unbreaking 3
  114. set player's helmet to {_boots}
  115.  
  116. set {_sword} to diamond sword
  117. enchant {_sword} with sharpness 1
  118. enchant {_sword} with unbreaking 3
  119. give {_sword} to player
  120.  
  121. give 16 enderpearls to player
  122. give 28 373:16421 to player
  123.  
  124. command /location [<text>]:
  125. permission: server.admin
  126. permission message: &cYou do not have permission to execute this command!
  127. trigger:
  128. if arg-1 is set:
  129. if arg-1 is "ffa":
  130. set {ffa} to location of player
  131. message "&b&l(!) &7Successfully set the &bFFA &7spawn point!"
  132. else if arg-1 isn't "ffa":
  133. message "&cAvailable locations » &lFFA"
  134. else if arg-1 isn't set:
  135. message "&cIncorrect Usage » /location (location)"
  136.  
  137. command /join:
  138. trigger:
  139. if {in.ffa.%player%} is true:
  140. message "&5&lARCANE &7» You are currently in the arena!"
  141. else if {in.ffa.%player%} is false:
  142. message "&5&lARCANE &7» Connecting to the FFA arena!"
  143. set {in.ffa.%player%} to true
  144. make player execute "/arcane-join-ffa"
  145. else if {in.ffa.%player%} is not set:
  146. message "&5&lARCANE &7» Connecting to the FFA arena!"
  147. set {in.ffa.%player%} to true
  148. make player execute "/arcane-join-ffa"
  149.  
  150. command /leave:
  151. trigger:
  152. if {in.ffa.%player%} is false:
  153. message "&5&lARCANE &7» You arn't currently in the arena!"
  154. else if {in.ffa.%player%} is not set:
  155. message "&5&lARCANE &7» You arn't currently in the arena!"
  156. else if {in.ffa.%player%} is true:
  157. set {in.ffa.%player%} to false
  158. message "&5&lARCANE &7» Removing you from the FFA arena!"
  159. teleport player to {hub}
  160.  
  161. command /arcane-join-ffa:
  162. permission: console
  163. trigger:
  164. if {first.join.ffa.%player%} is false:
  165. teleport player to {ffa}
  166. clear inventory of player
  167. else if {first.join.ffa.%player%} is not set:
  168. teleport player to {ffa}
  169. clear inventory of player
  170. give player 3 tripwire hooks named "&5&lArcane &7Key"
  171. set {first.join.ffa.%player%} to false
  172.  
  173.  
  174.  
  175. command /kit:
  176. trigger:
  177. open chest with 5 rows named "&5Arcane - Kit" to player
  178. format slot 0 of player with map named "&5&lARCANE &7» Our kits are currently offline!" to be unstealable
  179.  
  180. command /store:
  181. trigger:
  182. open chest with 5 rows named "&5Arcane - Store" to player
  183. format slot 0 of player with map named "&5&lARCANE &7» Our store is currently offline!" to be unstealable
  184.  
  185. command /buy:
  186. trigger:
  187. open chest with 2 rows named "&5Arcane - Choose a category" to player
  188. format slot 0 of player with chest named "&dRanks" with lore "&7ID: 1" to close then run [make player execute "/arcane-category-ranks"]
  189. format slot 1 of player with chest named "&dKits" with lore "&7ID: 2" to close then run [make player execute "/arcane-category-kits"]
  190. format slot 2 of player with chest named "&dKeys" with lore "&7ID: 3" to close then run [make player execute "/arcane-category-keys"]
  191.  
  192. command /buy-category-ranks:
  193. trigger:
  194. message "&5&lARCANE &7» Our webstore is currently offline!"
  195. command /buy-category-kits:
  196. trigger:
  197. message "&5&lARCANE &7» Our webstore is currently offline!"
  198. command /buy-category-keys:
  199. trigger:
  200. message "&5&lARCANE &7» Our webstore is currently offline!"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement