NoHacksJustACow

commands.sk

Jan 25th, 2019
189
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.29 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"
  142.  
  143. Command /w:
  144. permission: welcome.sk
  145. trigger:
  146. broadcast "&6"
  147. broadcast "&6&lWelcome to &e&lCowsFarm"
  148. broadcast "&6Do &e/Start &6for some helpful commands"
  149. broadcast "&6"
  150.  
  151. command /f [<player>] [<text>]:
  152. permission: admin.sk
  153. trigger:
  154. if arg-1 is not set:
  155. send "&c/f <player> <text>"
  156. if arg-1 is set:
  157. if arg-2 is set:
  158. make arg-1 say arg-2
  159.  
  160. command /all [<text>]:
  161. permission: staff.admin
  162. trigger:
  163. if arg-1 is not set:
  164. send "&c/all <text>" to player
  165. if arg-1 is set:
  166. loop all players:
  167. make loop-players say arg-1
  168.  
  169.  
  170. command /rollsss:
  171. permission: test
  172. trigger:
  173. set {_roll::%player%} to difference between {roll.%player%.lastused} and now
  174. if {_roll::%player%} is less than 5 minute:
  175. message "&7You have to wait &e%difference between 5 minute and {_roll::%player%}% &7before you can use this command again!"
  176. stop
  177. else:
  178. set {_rollnumb} to a random integer between 1 and 10
  179. if {_rollnumb} is 1:
  180. broadcast "&7%player% did &c/roll &7and they rolled a &c1"
  181. if {_rollnumb} is 2:
  182. broadcast "&7%player% did &c/roll &7and they rolled a &c2"
  183. if {_rollnumb} is 3:
  184. broadcast "&7%player% did &c/roll &7and they rolled a &c3"
  185. if {_rollnumb} is 4:
  186. broadcast "&7%player% did &c/roll &7and they rolled a &c4"
  187. if {_rollnumb} is 5:
  188. broadcast "&7%player% did &c/roll &7and they rolled a &c5"
  189. if {_rollnumb} is 6:
  190. broadcast "&7%player% did &c/roll &7and they rolled a &c6"
  191. if {_rollnumb} is 7:
  192. broadcast "&7%player% did &c/roll &7and they rolled a &c7"
  193. if {_rollnumb} is 8:
  194. broadcast "&7%player% did &c/roll &7and they rolled a &c8"
  195. if {_rollnumb} is 9:
  196. broadcast "&7%player% did &c/roll &7and they rolled a &c9"
  197. if {_rollnumb} is 10:
  198. broadcast "&7%player% did &c/roll &7and they rolled a &c10 &7and got 10,000 &eClicks"
  199. add 10000 to {clicks::%player%}
  200. set {roll.%player%.lastused} to now
  201.  
  202. variables:
  203. {warns::%player%} = 0
  204.  
  205. command /warn [<offlineplayer>] [<text>]:
  206. permission: staff.warn
  207. trigger:
  208. if arg-1 is not set:
  209. send "&c/warn [offlineplayer] [reason]"
  210. if arg-1 is set:
  211. if arg-2 is set:
  212. add 1 to {warns::%arg-1%}
  213. add 1 to {swarns::%player%}
  214. if {warns::%arg-1%} >= 5:
  215. broadcast "&3%player% &7has been warned by &3%arg-1% &7for &c%arg-2% &7(&3%{warns::%arg-1%}%&7)"
  216. broadcast "&3%arg-1% &7has been banned for &3Exceeding Warns Limit &eLength: &35h"
  217. set {warns::%arg-1%} to 0
  218. execute console command "tempban %arg-1% 5h &3Exceeding Warns Limit"
  219. else:
  220. broadcast "&3%player% &7has warned &3%arg-1% &7for &c%arg-2% &7(&3%{warns::%arg-1%}%&7)"
  221. loop all players:
  222. play sound "ENTITY_ENDERDRAGON_DEATH" with volume 1 with pitch 1 at loop-player for loop-player
  223.  
  224. command /warns [<offlineplayer>]:
  225. trigger:
  226. if arg-1 is not set:
  227. send "&c&lCOWSWARN &8:: &7You currently have &c%{warns::%player%}% &7Warns"
  228. if arg-1 is set:
  229. send "&c&lCOWSWARN &8:: &c%arg-1% &7currently have &c%{warns::%arg-1%}% &7Warns"
  230.  
  231. command /resetwarn [<offlineplayer>]:
  232. permission: staff.warn
  233. trigger:
  234. if arg-1 is not set:
  235. send "&c/resetwarn [<offlineplayer>]"
  236. if arg-1 is set:
  237. set {warns::%arg-1%} to 0
  238. send "&c&lCOWSWARN &8:: &7You have resetted &c%arg-1%'s Warns"
  239.  
  240. on death:
  241. if victim is a player:
  242. add 1 to {kills::%attacker%}
  243. add 1 to {deaths::%victim%}
  244.  
  245. command /stats [<offlineplayer>]:
  246. trigger:
  247. if arg-1 is set:
  248. send "&8&m*------*------------*--------*"
  249. send "&7&o%arg-1%'s Stats are..."
  250. send ""
  251. send "&3Clicker| &e%{click::%arg-1%}%"
  252. send "&3Clicks | &e%{clicks::%arg-1%}%"
  253. send "&3AutoClicker | &e%{acc::%arg-1%}%"
  254. send ""
  255. send "&8&m*------*------------*--------*"
  256.  
  257.  
  258. command /mhstaff:
  259. trigger:
  260. send "&3&lMinehut Staff Who Have Joined"
  261. send " "
  262. send "&eSR.MOD &7Spazzs"
  263. send " "
  264. send "&eMOD &7Matqx"
  265. send " "
  266. send "&eMOD &7_Rascal"
  267. send " "
  268. send "&eMOD &7Ninventoo"
  269. send " "
  270. send "&eMOD &7TastqBisquit"
Advertisement
Add Comment
Please, Sign In to add comment