Advertisement
AurasPrivate

Arcaneeee

Jul 1st, 2017
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.87 KB | None | 0 0
  1. command /test:
  2. trigger:
  3. teleport player to {spawn}
  4. make console execute "minecraft:clear %player%"
  5. wait 5 ticks
  6. apply blindness 999 to player for 999 days
  7. open chest with 3 rows named "&8Class Selection" to player
  8. format slot 11 of player with stick named "&e&lKNIGHT CLASS" with lore "||&eKnight Class:||||&8 Kit:|| &7Leather Armor|| &7Stone Sword||||&8 Perks:|| &7&l* &7On left click with &rWarriors Spirit&7 ||&7 gain strength I for 3 seconds|||| &7&l* &7Every 3 kills gain speed I for 3 ||&7 seconds" to close then run [make player execute "¶knightclass"]
  9.  
  10. format slot 15 of player with bow named "&e&lARCHER CLASS" with lore "||&eArcher Class:||||&8 Kit:|| &7Leather & Chain Armor|| &7Wooden Sword|| &7Bow (x64 Arrows)||||&8 Perks:|| &7&l* &7On left click with &rArchers Will&7 ||&7 gain speed II for 5 seconds|||| &7&l* &7Every kill gain 8 arrows|||| &7&l* &7Every 3 kills gain regeneration II for 3 ||&7 seconds" to close then run [make player execute "¶archerclass"]
  11.  
  12. command /¶knightclass:
  13. trigger:
  14. set {class.%player%} to "knight"
  15. message "&2&m==================================================="
  16. message ""
  17. message ""
  18. message "&7Successfully chosen class &e&lKnight"
  19. message ""
  20. message ""
  21. message "&2&m==================================================="
  22. remove blindness from player
  23. teleport player to {knight}
  24. set hunger of player to 20
  25. heal player
  26. give player stone sword named "&7Knights Sword" with lore "&8 Perks:|| &7&l* &7On left click with &rWarriors Spirit&7 ||&7 gain strength I for 3 seconds|||| &7&l* &7Every 3 kills gain speed I for 3 ||&7 seconds"
  27. give player dye:1 named "&7Warriors Spirit"
  28. set helmet of player to leather helmet
  29. set chestplate of player to leather chestplate
  30. set leggings of player to leather leggings
  31. set boots of player to leather boots
  32. message ""
  33. message "&eKnight Class Equipped"
  34. message ""
  35. apply resistance 999 to player for 1.5 seconds
  36. push player up at speed 0.75
  37. launch creeper firework colored red at player timed 1
  38.  
  39. command /¶archerclass:
  40. trigger:
  41. set {class.%player%} to "archer"
  42. message "&2&m==================================================="
  43. message ""
  44. message ""
  45. message "&7Successfully chosen class &e&lArcher"
  46. message ""
  47. message ""
  48. message "&2&m==================================================="
  49. remove blindness from player
  50. teleport player to {archer}
  51. set hunger of player to 20
  52. heal player
  53. give player wooden sword named "&7Archers Sword" with lore "&8 Perks:|| &7&l* &7On left click with &rArchers Will&7 ||&7 gain speed II for 5 seconds|||| &7&l* &7Every 3 kills gain regeneration II for 3 ||&7 seconds"
  54. give player bow named "&7Archers Bow" with lore "&8 Perks:|| &7&l* &7Every kill gain 8 arrows"
  55. give player dye:1 named "&7Archers Will"
  56. give player 64 arrows
  57. set helmet of player to leather helmet
  58. set chestplate of player to chainmail chestplate
  59. set leggings of player to chainmail leggings
  60. set boots of player to leather boots
  61. message ""
  62. message "&eArcher Class Equipped"
  63. message ""
  64. apply resistance 999 to player for 1.5 seconds
  65. push player up at speed 0.75
  66. launch creeper firework colored red at player timed 1
  67.  
  68. on rightclick:
  69. if player is holding dye:1 named "&7Archers Will":
  70. remove 1 dye:1 from player's inventory
  71. apply speed 2 to player for 5 seconds
  72. wait 15 seconds
  73. give 1 dye:1 named "&7Archers Will" to player
  74. message "&eArchers Will has regenerated!"
  75.  
  76. on rightclick:
  77. if player is holding dye:1 named "&7Warriors Spirit":
  78. remove 1 dye:1 from player's inventory
  79. apply strength 1 to player for 3 seconds
  80. wait 15 seconds
  81. give 1 dye:1 named "&7Warriors Spirit" to player
  82. message "&eWarriors Spirit has regenerated!"
  83.  
  84. command /location [<text>]:
  85. permission: arcane.location
  86. permission message: &cYou do not have permission to execute this command!
  87. trigger:
  88. if arg-1 is set:
  89. if arg-1 is "spawn":
  90. set {spawn} to location of player
  91. message "&5&lARCANE &7» Successfully set the &rlocation &7of SPAWN to your location!"
  92. else if arg-1 is "archer":
  93. set {archer} to location of player
  94. message "&5&lARCANE &7» Successfully set the &rlocation &7of to your location!"
  95.  
  96. command /createnpc [<text>]:
  97. permission: arcane.createnpc
  98. permission message: &cYou do not have permission to execute this command!
  99. trigger:
  100. if arg-1 is set:
  101. if arg-1 is "archer1":
  102. set {_archer1} to location of player
  103. spawn a Villager at {_archer1}
  104. apply slowness 999 to last spawned entity for 999 days
  105. set name of spawned entity to "&bGeorge"
  106. delete {_archer1}
  107. else if arg-1 is "classtree":
  108. set {_classtree} to location of player
  109. spawn a Villager at {_classtree}
  110. apply slowness 999 to last spawned entity for 999 days
  111. set name of spawned entity to "&bClass Moderation!"
  112. delete {_classtree}
  113.  
  114. command /corerl:
  115. permission: arcane.corerl
  116. permission message: &cYou do not have permission to execute this command!
  117. trigger:
  118. make console execute "sk reload all"
  119. broadcast "&5Server core has been reloaded..."
  120.  
  121. command /removenpc:
  122. permission: arcane.createnpc
  123. permission message: &cYou do not have permission to execute this command!
  124. trigger:
  125. loop villagers in player's world:
  126. kill loop-entity
  127.  
  128. command /streak:
  129. trigger:
  130. set {killstreak.%player%} to 2
  131. message "&esuccessfully set kill streak to 2 &o(noob)"
  132.  
  133.  
  134. on respawn:
  135. teleport player to {spawn}
  136.  
  137. on death of player:
  138. if attacker is a player:
  139. set the death message to ""
  140. message ""
  141. send "&e%victim% &chas been slain by &e%attacker%" to attacker
  142. send "&e%victim% &chas been slain by &e%attacker%" to victim
  143. message "&6+50 Coins" to attacker
  144. message "&6+25 Coins" to victim
  145. add 50 to {coins.%attacker%}
  146. add 25 to {coins.%victim%}
  147. teleport victim to {spawn}
  148.  
  149.  
  150. on rightclick on villager:
  151. if name of villager is "&bClass Moderation!":
  152. make player execute "¶classtree"
  153. cancel event
  154.  
  155. on rightclick on villager:
  156. if name of villager is "&bGeorge":
  157. cancel event
  158.  
  159. on damage:
  160. repair tool of victim
  161. repair helmet of victim
  162. repair chestplate of victim
  163. repair leggings of victim
  164. repair boots of victim
  165. repair tool of attacker
  166. repair helmet of attacker
  167. repair chestplate of attacker
  168. repair leggings of attacker
  169. repair boots of attacker
  170.  
  171. on damage:
  172. if victim is a villager:
  173. if name of victim is "&aGeorge":
  174. cancel event
  175.  
  176. on first join:
  177. teleport player to {spawn}
  178. make console execute "minecraft:clear %player%"
  179. set join message to "%{rank.%player's uuid%}%%player% &7has just connected"
  180.  
  181. on join:
  182. teleport player to {spawn}
  183. make console execute "minecraft:clear %player%"
  184. set join message to "%{rank.%player's uuid%}%%player% &7has just connected"
  185. wait 5 ticks
  186. open chest with 5 rows named "&8Class Selection" to player
  187.  
  188. command /rank [<offline player>]:
  189. permission: server.rank
  190. trigger:
  191. if arg-1 is not set:
  192. send "&cInvalid usage!"
  193. else if arg-1 is set:
  194. open chest with 5 rows named "&7Rank Selection &7(&n%arg-1%)" to player
  195. format slot 4 of player with arg-1's skull named "&bModifying %arg-1%" with lore "||&rIn this GUI you can modify||&r%arg-1%'s rank.||||&bCurrent Rank||&r &r● &r%{shortrank.%arg-1%}%" to be unstealable
  196. format slot 22 of player with paper named "&bRanks" to be unstealable
  197. format slot 28 of player with book named "&4Owner" with lore "||&rClick to change %arg-1%'s rank||&rto owner." to close then run [make player execute "¶rank %arg-1% owner"]
  198. format slot 29 of player with book named "&cAdministrator" with lore "||&rClick to change %arg-1%'s rank||&rto admin." to close then run [make player execute "¶rank %arg-1% admin"]
  199. format slot 31 of player with book named "&2Moderator" with lore "||&rClick to change %arg-1%'s rank||&rto mod." to close then run [make player execute "¶rank %arg-1% mod"]
  200. format slot 32 of player with book named "&9Trainee" with lore "||&rClick to change %arg-1%'s rank||&rto trainee." to close then run [make player execute "¶rank %arg-1% trainee"]
  201. format slot 34 of player with book named "&7User" with lore "||&rClick to change %arg-1%'s rank||&rto user." to close then run [make player execute "¶rank %arg-1% user"]
  202. format slot 30 of player with book named "&6Manager" with lore "||&rClick to change %arg-1%'s rank||&rto manager." to close then run [make player execute "¶rank %arg-1% manager"]
  203. format slot 33 of player with book named "&3Builder" with lore "||&rClick to change %arg-1%'s rank||&rto builder." to close then run [make player execute "¶rank %arg-1% builder"]
  204.  
  205. on chat:
  206. cancel event
  207. set tab list name of player to "%{rank.%player's uuid%}%%player%"
  208. broadcast "%{rank.%player's uuid%}%%player% &r%message%"
  209.  
  210. command /¶rank [<offline player>] [<text>]:
  211. trigger:
  212. if arg-1 isn't set:
  213. message "&cWoah! Please use the correct usage for &4/rank!"
  214. message ""
  215. message "&c/rank (user) (rank)"
  216. if arg-1 is set:
  217. if arg-2 is "admin":
  218. if player has permission "server.rank":
  219. set {rank.%arg-1's uuid%} to "&c[ADMIN] &c"
  220. set {shortrank.%arg-1's uuid%} to "&rAdministrator"
  221. set tab list name of arg 1 to "&c[ADMIN] &c%player%"
  222. send "&eSuccessfully updated &b%arg-1%'s &euser rank to &bAdmin &eprevious rank removed."
  223. send "&eYour server rank has been set to &bAdmin&e!" to arg 1
  224. if player doesn't have permission "server.manager":
  225. send "&cYou're not allowed to execute this command!"
  226. if arg-2 is "manager":
  227. if player has permission "server.rank":
  228. set {rank.%arg-1's uuid%} to "&6[MANAGER] &6"
  229. set {shortrank.%arg-1's uuid%} to "&rManager"
  230. set tab list name of arg 1 to "&6[MANAGER] &6%player%"
  231. send "&eSuccessfully updated &b%arg-1%'s &euser rank to &bManager &eprevious rank removed."
  232. send "&eYour server rank has been set to &bManager&e!" to arg 1
  233. if player doesn't have permission "server.manager":
  234. send "&cYou're not allowed to execute this command!"
  235. if arg-2 is "mod":
  236. if player has permission "server.rank":
  237. set {rank.%arg-1's uuid%} to "&2[MOD] &2"
  238. set {shortrank.%arg-1's uuid%} to "&rModerator"
  239. set tab list name of arg 1 to "&2[MOD] &2%player%"
  240. send "&eSuccessfully updated &b%arg-1%'s &euser rank to &bMod &eprevious rank removed."
  241. send "&eYour server rank has been set to &bMod&e!" to arg 1
  242. if player doesn't have permission "server.manager":
  243. send "&cYou're not allowed to execute this command!"
  244. if arg-2 is "trainee":
  245. if player has permission "server.rank":
  246. set {rank.%arg-1's uuid%} to "&9[TRAINEE] &9"
  247. set {shortrank.%arg-1's uuid%} to "&rTrainee"
  248. set tab list name of arg 1 to "&9[TRAINEE] &9%player%"
  249. send "&eSuccessfully updated &b%arg-1%'s &euser rank to &bTrainee &eprevious rank removed."
  250. send "&eYour server rank has been set to &bTrainee&e!" to arg 1
  251. if player doesn't have permission "server.manager":
  252. send "&cYou're not allowed to execute this command!"
  253. if arg-2 is "builder":
  254. if player has permission "server.rank":
  255. set {rank.%arg-1's uuid%} to "&3[BUILD TEAM] &3"
  256. set {shortrank.%arg-1's uuid%} to "&rBuilder"
  257. set tab list name of arg 1 to "&3[BUILD TEAM] &3%player%"
  258. send "&eSuccessfully updated &b%arg-1%'s &euser rank to &bBuilder &eprevious rank removed."
  259. send "&eYour server rank has been set to &bBuilder&e!" to arg 1
  260. if player doesn't have permission "server.manager":
  261. send "&cYou're not allowed to execute this command!"
  262. if arg-2 is "owner":
  263. if player has permission "server.rank":
  264. set {rank.%arg-1's uuid%} to "&4[OWNER] &4"
  265. set {shortrank.%arg-1's uuid%} to "&rOwner"
  266. set tab list name of arg 1 to "&4[OWNER] &4%player%"
  267. send "&eSuccessfully updated &b%arg-1%'s &euser rank to &bOwner &eprevious rank removed."
  268. send "&eYour server rank has been set to &bOwner&e!" to arg 1
  269. if player doesn't have permission "server.manager":
  270. send "&cYou're not allowed to execute this command!"
  271. if arg-2 is "user":
  272. if player has permission "server.rank":
  273. set {rank.%arg-1's uuid%} to "&a &a"
  274. set {shortrank.%arg-1's uuid%} to "&rUser"
  275. set tab list name of arg 1 to "&r%player%"
  276. send "&eSuccessfully updated &b%arg-1%'s &euser rank to &bUser &eprevious rank removed."
  277. send "&eYour server rank has been set to &bUser&e!" to arg 1
  278. if player doesn't have permission "server.manager":
  279. send "&cYou're not allowed to execute this command!"
  280.  
  281. on first join:
  282. set {rank.%player's uuid%} to "&a &a"
  283. set {shortrank.%player's uuid%} to "&rUser"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement