NoHacksJustACow

#Commands

Jan 30th, 2019
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.53 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 "&8&m-------------------------------------------"
  90. broadcast ""
  91. broadcast "&c&lANNOUNCEMENT&8:&f %colored arg 1%"
  92. broadcast ""
  93. broadcast "&8&m-------------------------------------------"
  94. stop
  95.  
  96. command /stopp:
  97. aliases: /stoping
  98. permission: skript.stop
  99. trigger:
  100. loop 1 times:
  101. broadcast "&7Server Restarting &cin 30 secconds"
  102. wait 28 second
  103. broadcast "&8[&c&l!&8] &cThe Server Is Restarting &8[&c&l!&8]"
  104. execute console command "save-all"
  105. wait 2 second
  106. execute console command "/stop"
  107. stop
  108.  
  109. command /discord:
  110. trigger:
  111. send "&9Discord &7» &f<link:https://discord.gg/cVBhGkN> https://discord.gg/cVBhGkN"
  112.  
  113. Command /apply:
  114. trigger:
  115. send "&9Staff Application &7» &f<link:https://goo.gl/forms/FU9SFRYCoqdQprx72> https://goo.gl/forms/FU9SFRYCoqdQprx72"
  116.  
  117. Command /help:
  118. trigger:
  119. send "&cDo /Start"
  120.  
  121. Command /start:
  122. trigger:
  123. send "&7"
  124. send "&cStarter Commands!"
  125. send "&7"
  126. send "&7/Trail"
  127. send "&7/Hats"
  128. send "&7/Tags"
  129. send "&7/Shop"
  130. send "&7/Keys"
  131. send "&7/Pvp"
  132. send "&7Look at your stick lore"
  133. send "&7"
  134.  
  135. Command /Staff:
  136. trigger:
  137. send "&9&lCow&3&lNetwork &b&lStaff List"
  138. send "&7"
  139. send "&8[&9&lOwner&8] &7NoHacksJustACow"
  140. send "&8[&b&lDeveloper&8] &7TastaQuery"
  141. send "&8[&b&lDeveloper&8] &7JustJessieYT"
  142. send "&8[&b&lDeveloper&8] &7Graphick"
  143. send "&8[&c&lAdmin&8] &7GamingChaos_YT"
  144. send "&8[&c&lAdmin&8] &7wolftank2"
  145. send "&8[&e&lMod&8] &7Royaltine"
  146. send "&8[&e&lMod&8] &7PenguinNinja583"
  147. send "&8[&a&lJrMod&8] &7TheRealBreeze"
  148. send "&8[&a&lJrMod&8] &7Darksides910"
  149. send "&8[&a&lJrMod&8] &7GoFlamesGo"
  150. send "&8"
  151.  
  152. Command /w:
  153. trigger:
  154. broadcast "&6"
  155. broadcast "&6&lWelcome to &e&lCowClicks"
  156. broadcast "&6Do &e/Start &6for some helpful commands"
  157. broadcast "&6"
  158.  
  159. command /f [<player>] [<text>]:
  160. permission: admin.sk
  161. trigger:
  162. if arg-1 is not set:
  163. send "&c/f <player> <text>"
  164. if arg-1 is set:
  165. if arg-2 is set:
  166. make arg-1 say arg-2
  167.  
  168. command /all [<text>]:
  169. permission: staff.admin
  170. trigger:
  171. if arg-1 is not set:
  172. send "&c/all <text>" to player
  173. if arg-1 is set:
  174. loop all players:
  175. make loop-players say arg-1
  176.  
  177.  
  178. command /rollsss:
  179. permission: test
  180. trigger:
  181. set {_roll::%player%} to difference between {roll.%player%.lastused} and now
  182. if {_roll::%player%} is less than 5 minute:
  183. message "&7You have to wait &e%difference between 5 minute and {_roll::%player%}% &7before you can use this command again!"
  184. stop
  185. else:
  186. set {_rollnumb} to a random integer between 1 and 10
  187. if {_rollnumb} is 1:
  188. broadcast "&7%player% did &c/roll &7and they rolled a &c1"
  189. if {_rollnumb} is 2:
  190. broadcast "&7%player% did &c/roll &7and they rolled a &c2"
  191. if {_rollnumb} is 3:
  192. broadcast "&7%player% did &c/roll &7and they rolled a &c3"
  193. if {_rollnumb} is 4:
  194. broadcast "&7%player% did &c/roll &7and they rolled a &c4"
  195. if {_rollnumb} is 5:
  196. broadcast "&7%player% did &c/roll &7and they rolled a &c5"
  197. if {_rollnumb} is 6:
  198. broadcast "&7%player% did &c/roll &7and they rolled a &c6"
  199. if {_rollnumb} is 7:
  200. broadcast "&7%player% did &c/roll &7and they rolled a &c7"
  201. if {_rollnumb} is 8:
  202. broadcast "&7%player% did &c/roll &7and they rolled a &c8"
  203. if {_rollnumb} is 9:
  204. broadcast "&7%player% did &c/roll &7and they rolled a &c9"
  205. if {_rollnumb} is 10:
  206. broadcast "&7%player% did &c/roll &7and they rolled a &c10 &7and got 10,000 &eClicks"
  207. add 10000 to {clicks::%player%}
  208. set {roll.%player%.lastused} to now
  209.  
  210. variables:
  211. {warns::%player%} = 0
  212.  
  213. variables:
  214. {warns::%player%} = 0
  215.  
  216. command /warn [<offlineplayer>] [<text>]:
  217. permission: staff.warn
  218. trigger:
  219. if arg-1 is not set:
  220. send "&c/warn [offlineplayer] [reason]"
  221. if arg-1 is set:
  222. if arg-2 is set:
  223. add 1 to {warns::%arg-1%}
  224. add 1 to {swarns::%player%}
  225. if {warns::%arg-1%} >= 5:
  226. broadcast "&3%player% &7has been warned by &3%arg-1% &7for &c%arg-2% &7(&3%{warns::%arg-1%}%&7)"
  227. broadcast "&3%arg-1% &7has been banned for &3Exceeding Warns Limit &eLength: &35h"
  228. set {warns::%arg-1%} to 0
  229. execute console command "tempban %arg-1% 5h &3Exceeding Warns Limit"
  230. else:
  231. broadcast "&3%player% &7has warned &3%arg-1% &7for &c%arg-2% &7(&3%{warns::%arg-1%}%&7)"
  232. loop all players:
  233. play sound "ENTITY_ENDERDRAGON_DEATH" with volume 1 with pitch 1 at loop-player for loop-player
  234.  
  235. command /warns [<offlineplayer>]:
  236. trigger:
  237. if arg-1 is not set:
  238. send "&c&lCOWSWARN &8:: &7You currently have &c%{warns::%player%}% &7Warns"
  239. if arg-1 is set:
  240. send "&c&lCOWSWARN &8:: &c%arg-1% &7currently have &c%{warns::%arg-1%}% &7Warns"
  241.  
  242. command /resetwarn [<offlineplayer>]:
  243. permission: staff.warn
  244. trigger:
  245. if arg-1 is not set:
  246. send "&c/resetwarn [<offlineplayer>]"
  247. if arg-1 is set:
  248. set {warns::%arg-1%} to 0
  249. send "&c&lCOWSWARN &8:: &7You have resetted &c%arg-1%'s Warns"
  250.  
  251. command /addclicks [<offlineplayer>] [<number>]:
  252. permission: admin
  253. trigger:
  254. if arg-1 is not set:
  255. send "&c/addclicks [offlineplayer] [number]"
  256. if arg-1 is set:
  257. if arg-2 is set:
  258. add arg-2 to {clicks::%arg-1%}
  259. send "&cYou have added %arg-2% Clicks to %arg-1%"
  260. if arg-1 is set:
  261. if arg-2 is not set:
  262. send "&c/addclicks [offlineplayer] [number]"
  263.  
  264. on death:
  265. if victim is a player:
  266. add 1 to {kills::%attacker%}
  267. add 1 to {deaths::%victim%}
  268.  
  269. command /stats [<offlineplayer>]:
  270. trigger:
  271. if arg-1 is set:
  272. send "&8&m*------*------------*--------*"
  273. send "&7&o%arg-1%'s Stats are..."
  274. send ""
  275. send "&3Clicker| &e%{click::%arg-1%}%"
  276. send "&3Clicks | &e%{clicks::%arg-1%}%"
  277. send "&3AutoClicker | &e%{acc::%arg-1%}%"
  278. send ""
  279. send "&8&m*------*------------*--------*"
  280.  
  281.  
  282. command /setclicker [<offlineplayer>] [<number>]:
  283. permission: admin
  284. trigger:
  285. if arg-1 is set:
  286. if arg-2 is set:
  287. set {click::%arg-1%} to arg-2
  288. send "&cYou have set %arg-1%'s Clicker to %arg-2%"
  289. if arg-1 is not set:
  290. send "&c/setclicker [offlineplayer] [number]"
  291. if arg-1 is set:
  292. if arg-2 is not set:
  293. send "&c/setclicker [offlineplayer] [number]"
  294.  
  295. command /setclicks [<offlineplayer>] [<number>]:
  296. permission: admin
  297. trigger:
  298. if arg-1 is set:
  299. if arg-2 is set:
  300. set {clicks::%arg-1%} to arg-2
  301. send "&cYou have set %arg-1%'s Clicks to %arg-2%"
  302. if arg-1 is not set:
  303. send "&c/setclicks [offlineplayer] [number]"
  304. if arg-1 is set:
  305. if arg-2 is not set:
  306. send "&c/setclicks [offlineplayer] [number]"
  307.  
  308. command /setac[<offlineplayer>] [<number>]:
  309. permission: admin
  310. trigger:
  311. if arg-1 is set:
  312. if arg-2 is set:
  313. set {acc::%arg-1%} to arg-2
  314. send "&cYou have set %arg-1%'s ACC to %arg-2%"
  315. if arg-1 is not set:
  316. send "&c/setac [offlineplayer] [number]"
  317. if arg-1 is set:
  318. if arg-2 is not set:
  319. send "&c/setac[offlineplayer] [number]"
  320.  
  321. command /mhstaff:
  322. trigger:
  323. send "&3&lMinehut Staff Who Have Joined"
  324. send " "
  325. send "&eSR.MOD &7Spazzs"
  326. send " "
  327. send "&eMOD &7Matqx"
  328. send " "
  329. send "&eMOD &7_Rascal"
  330. send " "
  331. send "&eMOD &7Ninventoo"
  332. send " "
  333. send "&eMOD &7TastqBisquit"
  334.  
  335. command /updates:
  336. trigger:
  337. send " "
  338. send " "
  339. send " "
  340. send "&3&lRecent Server Updates"
  341. send " "
  342. send " "
  343. send "&91. &bAdded New Spawn For Prestige 8+"
  344. send " "
  345. send "&92. &bAdded New Clicker For Prestige 10+"
  346. send " "
  347. send "&93. &bOpened Staff Applications Again!"
  348. send " "
  349. send " "
  350. send " "
Advertisement
Add Comment
Please, Sign In to add comment