Advertisement
Captainkoala72

Untitled

Dec 17th, 2014
212
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.13 KB | None | 0 0
  1. on join:
  2. if {hub} is true:
  3. teleport player to {tele.hub}
  4. clear the player's inventory
  5. message "&5&lWelcome %player% to Lotus UHC :: Owner - Zombieman5257 :: Do /hub to get back to spawn"
  6. give player 1 cyan dye named "&4&lParkour" with lore "&7&lParkour is Bae" with lore "Right Click to join"
  7. give player 1 pink dye named "&4&lPvP Arena" with lore "Right Click to join"
  8. give player 1 gray dye named "&4&lMinecraft2100's Hall of Fame" with lore "Right Click to join"
  9. give player 1 light blue dye named "&4&lAwesomeTackler's Hall of Fame" with lore "Right Click to join"
  10. give player 1 firework star named "&4&lKing of the ladder" with lore "Right Click to join"
  11. give player 1 orange dye named "&4&lHub" with lore "Right Click to join"
  12.  
  13. on respawn:
  14. teleport player to {tele.hub}
  15. clear the player's inventory
  16. message "&5&lWelcome %player% to Nebula PvP :: Owner - CaptainKoala72 :: Do /hub to get back to spawn :: Spawn built by AZZA470 "
  17. give player 1 cyan dye named "&4&lParkour" with lore "&7&lParkour is Bae" with lore "Right Click to join"
  18. give player 1 pink dye named "&4&lPvP Arena" with lore "Right Click to join"
  19. give player 1 gray dye named "&4&lMinecraft2100's Hall of Fame" with lore "Right Click to join"
  20. give player 1 light blue dye named "&4&lAwesomeTackler's Hall of Fame" with lore "Right Click to join"
  21. give player 1 firework star named "&4&lKing of the ladder" with lore "Right Click to join"
  22. give player 1 orange dye named "&4&lHub" with lore "Right Click to join"
  23.  
  24. command /teleplace <text>:
  25. description: teleplace On:Off
  26. usage: /teleplace <on:off>
  27. permission: place.admin
  28. trigger:
  29. if arg 1 is "on":
  30. set {teleplace} to true
  31. message "&cTeleplace Enabled!"
  32. if arg 1 is "off":
  33. set {hub} to false
  34. message "&7Teleplace Disabled!"
  35.  
  36. command /setplace <text>:
  37. description: Set the place of these things - hof1:hof2:hof3:pvp1:pvp2:pvp3:hub:parkour1:parkour2:parkour3:kotl1
  38. usage: /setplace <hof1:hof2:hof3:pvp1:pvp2:pvp3:hub:parkour1:parkour2:parkour3:kotl1>
  39. permission: place.admin
  40. trigger:
  41. if arg 1 is "hof1":
  42. set {tele.hof1} to location of the player
  43. message "hof1 has been set!"
  44. if arg 1 is "hof2":
  45. set {tele.hof2} to location of the player
  46. message "hof2 has been set!"
  47. if arg 1 is "hof3":
  48. set {tele.hof3} to location of the player
  49. message "hof3 has been set!"
  50. if arg 1 is "pvp1":
  51. set {tele.pvp1} to location of the player
  52. message "pvp1 has been set!"
  53. if arg 1 is "pvp2":
  54. set {tele.pvp2} to location of the player
  55. message "pvp2} has been set!"
  56. if arg 1 is "pvp3":
  57. set {tele.pvp3} to location of the player
  58. message "pvp3 has been set!"
  59. if arg 1 is "hub":
  60. set {tele.hub} to location of the player
  61. message "hub has been set!"
  62. if arg 1 is "parkour1":
  63. set {tele.parkour1} to location of the player
  64. message "parkour1 has been set!"
  65. if arg 1 is "parkour2":
  66. set {tele.parkour2} to location of the player
  67. message "parkour2 has been set!"
  68. if arg 1 is "parkour3":
  69. set {tele.parkour3} to location of the player
  70. message "parkour3 has been set!"
  71. if arg 1 is "kotl1":
  72. set {tele.kotl1} to location of the player
  73. message "kotl1 has been set!"
  74.  
  75. on right click holding cyan dye:
  76. if {teleplace} is true:
  77. teleport player to {tele.parkour1}
  78. message "&4Welcome to Parkour!"
  79.  
  80.  
  81. on right click holding pink dye:
  82. if {teleplace} is true:
  83. clear the player's inventory
  84. teleport player to {tele.pvp1}
  85. message "&7Welcome to the PvP Arena"
  86. give player 1 diamond sword of sharpness 1, 1 bow of power 1, 2 golden apples, 64 steak, and 128 arrows
  87. give player 1 orange dye named "&4&lHub" with lore "Right Click to join"
  88. equip player with all iron armour of protection 1
  89. set the max health of player to 10
  90. if {teleplace} is false:
  91. message "&4Teleports are not on right now"
  92.  
  93. on right click holding firework star:
  94. if {teleplace} is true:
  95. clear the player's inventory
  96. teleport player to {tele.kotl1}
  97. message "&7Welcome to the King of the Ladder"
  98. give player 1 fishing rod, 32 snowballs, and 1 stick of knockback 1
  99. give player 1 orange dye named "&4&lHub" with lore "Right Click to join"
  100. equip player with all iron armour of protection 10
  101. set the max health of player to 10
  102. if {teleplace} is false:
  103. message "&4Teleports are not on right now"
  104.  
  105. on right click holding Orange dye:
  106. if {teleplace} is true:
  107. teleport player to {tele.hub}
  108. clear the player's inventory
  109. give player 1 cyan dye named "&4&lParkour" with lore "&7&lParkour is Bae" with lore "Right Click to join"
  110. give player 1 pink dye named "&4&lPvP Arena" with lore "Right Click to join"
  111. give player 1 gray dye named "&4&lMinecraft2100's Hall of Fame" with lore "Right Click to join"
  112. give player 1 light blue dye named "&4&lAwesomeTackler's Hall of Fame" with lore "Right Click to join"
  113. give player 1 firework star dye named "&4&lKing of the ladder" with lore "Right Click to join"
  114. give player 1 orange dye named "&4&lHub" with lore "Right Click to join"
  115. message "&4Welcome back to the Lotus Hub"
  116. if {teleplace} is false:
  117. message "&4Teleports are not on right now"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement