NoHacksJustACow

#Commands

Jan 30th, 2019
162
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.47 KB | None | 0 0
  1. command /commands [<text>]:
  2. trigger:
  3. if arg-1 is not set:
  4. send "&c&lCommands &7Page 1/2"
  5. send " "
  6. send "&3-&7 /Start"
  7. send " "
  8. send "&3- &7/Help"
  9. send " "
  10. send "&3- &7/Buy"
  11. send " "
  12. send "&3- &7/Ranks"
  13. send " "
  14. send "&3- &7/Discord"
  15. send " "
  16. send "&7Type &3/commands 2 &7to view the read page."
  17. stop
  18.  
  19. if arg-1 is "2":
  20. send " "
  21. send "&c&lCommands &7Page 2/2"
  22. send " "
  23. send "&3- &7/NightVision &b(VIP)"
  24. send " "
  25. send "&3-&7 /Fly &b(MVP+)"
  26. send " "
  27. send "&3-&7 /scream &b(YT / Twitch)"
  28. send " "
  29. stop
  30.  
  31. command /scream [<text>]:
  32. permission: scream
  33. trigger:
  34. if arg-1 is set:
  35. set {_waited} to difference between {scream::%player%.lastused} and now
  36. if {_waited} is less than 10 minutes:
  37. send "&7You have to wait &3%difference between 10 minutes and {_waited}% &7before you can use this command again!"
  38. else:
  39. broadcast "&8[&3&lScream&8] &c%player% &6» %colored arg-1%"
  40. set {scream::%player%.lastused} to now
  41. else:
  42. send "&3/scream (text)"
  43.  
  44.  
  45. command /nightvision:
  46. permission: vip
  47. aliases: /nv
  48. trigger:
  49. if {nv::%player%} is not set:
  50. send "&7set &3Nightvision to &a&lON"
  51. set {nv::%player%} to true
  52. stop
  53. if {nv::%player%} is false:
  54. send "&7set &3Nightvision to &a&lTrue"
  55. set {nv::%player%} to true
  56. make console execute "effect %player% 16 5000 255"
  57. stop
  58. if {nv::%player%} is true:
  59. send "&7set &3Nightvision to &c&lFalse"
  60. make console execute "effect %player% clear"
  61. set {nv::%player%} to false
  62. stop
  63.  
  64. command /clearchat:
  65. aliases: /cc
  66. permission: staff.clearchat
  67. trigger:
  68. loop 1500 times:
  69. broadcast ""
  70. wait 1 tick
  71. broadcast "&7&l[&c&l!&7&l] &cThe chat has been cleared by &3%player%"
  72. stop
  73.  
  74. command /pl:
  75. trigger:
  76. send "&fPlugins (2): &aSkript&f, &aCowNetwork"
  77.  
  78. command /plugins:
  79. trigger:
  80. send "&fPlugins (2): &aSkript&f, &aCowNetwork"
  81.  
  82. command /an [<text>]:
  83. permission: staff.admin
  84. permission message: &7You need to be at least &d&lAdmin &7rank to perform this command!
  85. trigger:
  86. if arg 1 is not set:
  87. send "&cCorrect Usage&8: &7/an <message>"
  88. else:
  89. broadcast "&d&m*-----------------*-------------------*"
  90. broadcast "&dAnnouncement by: &e%player%"
  91. broadcast ""
  92. broadcast "&d&lANNOUNCEMENT&8:&f %colored arg 1%"
  93. broadcast ""
  94. broadcast "&d&m*-----------------*-------------------*"
  95. stop
  96.  
  97. command /stopp:
  98. aliases: /stoping
  99. permission: skript.stop
  100. trigger:
  101. loop 1 times:
  102. broadcast "&7Server Restarting &cin 30 secconds"
  103. wait 28 second
  104. broadcast "&8[&c&l!&8] &cThe Server Is Restarting &8[&c&l!&8]"
  105. execute console command "save-all"
  106. wait 2 second
  107. execute console command "/stop"
  108. stop
  109.  
  110. command /discord:
  111. trigger:
  112. send "&9Discord &7» &f<link:https://discord.gg/cVBhGkN> https://discord.gg/cVBhGkN"
  113.  
  114. Command /apply:
  115. trigger:
  116. send "&9Staff Application &7» &f<link:https://goo.gl/forms/FU9SFRYCoqdQprx72> https://goo.gl/forms/FU9SFRYCoqdQprx72"
  117.  
  118. Command /help:
  119. trigger:
  120. send "&cDo /Start"
  121.  
  122. Command /start:
  123. trigger:
  124. send "&7"
  125. send "&cStarter Commands!"
  126. send "&7"
  127. send "&7/Shop"
  128. send "&7/Keys"
  129. send "&7/Discord"
  130. send "&7/Apply"
  131. send "&7"
  132.  
  133. Command /Staff:
  134. trigger:
  135. send "&9&lCow&3&lNetwork &b&lStaff List"
  136. send "&7"
  137. send "&8[&9&lOwner&8] &7TastqCow"
  138. send "&8[&b&lDeveloper&8] &7TastaQuery"
  139. send "&8"
  140.  
  141. Command /w:
  142. permission: welcome.sk
  143. trigger:
  144. broadcast "&6"
  145. broadcast "&6&lWelcome to &e&lCowsFarm"
  146. broadcast "&6Do &e/Start &6for some helpful commands"
  147. broadcast "&6"
  148.  
  149. command /f [<player>] [<text>]:
  150. permission: admin.sk
  151. trigger:
  152. if arg-1 is not set:
  153. send "&c/f <player> <text>"
  154. if arg-1 is set:
  155. if arg-2 is set:
  156. make arg-1 say arg-2
  157.  
  158. command /all [<text>]:
  159. permission: staff.admin
  160. trigger:
  161. if arg-1 is not set:
  162. send "&c/all <text>" to player
  163. if arg-1 is set:
  164. loop all players:
  165. make loop-players say arg-1
  166.  
  167.  
  168. command /roll:
  169. permission: test
  170. trigger:
  171. set {_roll::%player%} to difference between {roll.%player%.lastused} and now
  172. if {_roll::%player%} is less than 5 minute:
  173. message "&7You have to wait &e%difference between 5 minute and {_roll::%player%}% &7before you can use this command again!"
  174. stop
  175. else:
  176. set {_rollnumb} to a random integer between 1 and 10
  177. if {_rollnumb} is 1:
  178. send "&7%player% did &c/roll &7and they rolled a &c1"
  179. if {_rollnumb} is 2:
  180. send "&7%player% did &c/roll &7and they rolled a &c2"
  181. if {_rollnumb} is 3:
  182. send "&7%player% did &c/roll &7and they rolled a &c3"
  183. if {_rollnumb} is 4:
  184. send "&7%player% did &c/roll &7and they rolled a &c4"
  185. if {_rollnumb} is 5:
  186. send "&7%player% did &c/roll &7and they rolled a &c5"
  187. if {_rollnumb} is 6:
  188. send "&7%player% did &c/roll &7and they rolled a &c6"
  189. if {_rollnumb} is 7:
  190. send "&7%player% did &c/roll &7and they rolled a &c7"
  191. if {_rollnumb} is 8:
  192. send "&7%player% did &c/roll &7and they rolled a &c8"
  193. if {_rollnumb} is 9:
  194. send "&7%player% did &c/roll &7and they rolled a &c9"
  195. if {_rollnumb} is 10:
  196. broadcast "&7%player% did &c/roll &7and they rolled a &c10 &7and got 10,000 &eClicks"
  197. add 10000 to {clicks::%player%}
  198. set {roll.%player%.lastused} to now
  199.  
  200. variables:
  201. {warns::%player%} = 0
  202.  
  203. command /warn [<offlineplayer>] [<text>]:
  204. permission: staff.warn
  205. trigger:
  206. if arg-1 is not set:
  207. send "&c/warn [offlineplayer] [reason]"
  208. if arg-1 is set:
  209. if arg-2 is set:
  210. add 1 to {warns::%arg-1%}
  211. add 1 to {swarns::%player%}
  212. if {warns::%arg-1%} >= 5:
  213. broadcast "&3%player% &7has been warned by &3%arg-1% &7for &c%arg-2% &7(&3%{warns::%arg-1%}%&7)"
  214. broadcast "&3%arg-1% &7has been banned for &3Exceeding Warns Limit &eLength: &35h"
  215. set {warns::%arg-1%} to 0
  216. execute console command "tempban %arg-1% 5h &3Exceeding Warns Limit"
  217. else:
  218. broadcast "&3%player% &7has warned &3%arg-1% &7for &c%arg-2% &7(&3%{warns::%arg-1%}%&7)"
  219. loop all players:
  220. play sound "ENTITY_ENDERDRAGON_DEATH" with volume 1 with pitch 1 at loop-player for loop-player
  221.  
  222. command /warns [<offlineplayer>]:
  223. trigger:
  224. if arg-1 is not set:
  225. send "&c&lCOWSWARN &8:: &7You currently have &c%{warns::%player%}% &7Warns"
  226. if arg-1 is set:
  227. send "&c&lCOWSWARN &8:: &c%arg-1% &7currently have &c%{warns::%arg-1%}% &7Warns"
  228.  
  229. command /resetwarn [<offlineplayer>]:
  230. permission: staff.warn
  231. trigger:
  232. if arg-1 is not set:
  233. send "&c/resetwarn [<offlineplayer>]"
  234. if arg-1 is set:
  235. set {warns::%arg-1%} to 0
  236. send "&c&lCOWSWARN &8:: &7You have resetted &c%arg-1%'s Warns"
  237.  
  238. on death:
  239. if victim is a player:
  240. add 1 to {kills::%attacker%}
  241. add 1 to {deaths::%victim%}
  242.  
  243. command /stats [<offlineplayer>]:
  244. trigger:
  245. if arg-1 is set:
  246. send "&8&m*------*------------*--------*"
  247. send "&7&o%arg-1%'s Stats are..."
  248. send ""
  249. send "&3Clicker| &e%{click::%arg-1%}%"
  250. send "&3Clicks | &e%{clicks::%arg-1%}%"
  251. send "&3AutoClicker | &e%{acc::%arg-1%}%"
  252. send ""
  253. send "&8&m*------*------------*--------*"
  254.  
  255.  
  256. command /mhstaff:
  257. trigger:
  258. send "&3&lMinehut Staff Who Have Joined"
  259. send " "
  260. send "&eSR.MOD &7Spazzs"
  261. send " "
  262. send "&eMOD &7Matqx"
  263. send " "
  264. send "&eMOD &7_Rascal"
  265. send " "
  266. send "&eMOD &7Ninventoo"
  267. send " "
  268. send "&eMOD &7TastqBisquit"
  269.  
  270. command /CowBlocks:
  271. trigger:
  272. send " "
  273. send " "
  274. send "&3TastqQuery + Skyblock"
  275. send " "
  276. send "&7= &fDead Server"
  277. send " "
  278. send "&7= &fGay"
  279. send " "
  280. send "&7= &fCow &7> &fQuery"
  281. send " "
  282. send " "
Advertisement
Add Comment
Please, Sign In to add comment