NoHacksJustACow

#Commands

Feb 6th, 2019
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.21 KB | None | 0 0
  1. command /commands [<text>]:
  2. trigger:
  3. if arg-1 is not set:
  4. send "&c&lCommands &7Page &f1/2"
  5. send " "
  6. send "&3-&7 /Start"
  7. send " "
  8. send "&3- &7/Apply"
  9. send " "
  10. send "&3- &7/Buy"
  11. send " "
  12. send "&3- &7/Discord"
  13. send " "
  14. send "&3- &7/Shop"
  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 &f2/2"
  22. send " "
  23. send "&3- &7/NightVision &a&lVIP"
  24. send " "
  25. send "&3-&7 /Fly &b&lMVP&c&l+ &7or &b&lMVP&6&l++"
  26. send " "
  27. send "&3-&7 /scream &c&lY&7&lT &7or &d&lTwitch"
  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
  67. trigger:
  68. loop 1000 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 /discord:
  98. trigger:
  99. send "&9Discord &7» &f<link:https://discord.gg/cVBhGkN> https://discord.gg/cVBhGkN"
  100.  
  101. Command /apply:
  102. trigger:
  103. send "&9Staff Application &7» &f<link:https://goo.gl/forms/FU9SFRYCoqdQprx72> https://goo.gl/forms/FU9SFRYCoqdQprx72"
  104.  
  105. Command /Staff:
  106. trigger:
  107. send "&9&lCow&3&lNetwork &b&lStaff List"
  108. send "&7"
  109. send "&8[&9&lOwner&8] &7TastqCow"
  110. send "&8[&b&lDeveloper&8] &7TastaQuery"
  111. send "&8"
  112. send "&c&lWork In Progress"
  113. send "&8"
  114.  
  115. Command /w:
  116. permission: welcome.sk
  117. trigger:
  118. broadcast "&6"
  119. broadcast "&6&lWelcome to &e&lCowsFarm"
  120. broadcast "&6Do &e/Start &6for some helpful commands"
  121. broadcast "&6"
  122.  
  123. command /f [<player>] [<text>]:
  124. permission: Admin
  125. trigger:
  126. if arg-1 is not set:
  127. send "&c/f <player> <text>"
  128. if arg-1 is set:
  129. if arg-2 is set:
  130. make arg-1 say arg-2
  131.  
  132. command /all [<text>]:
  133. permission: Admin
  134. trigger:
  135. if arg-1 is not set:
  136. send "&c/all <text>" to player
  137. if arg-1 is set:
  138. loop all players:
  139. make loop-players say arg-1
  140.  
  141.  
  142. command /roll:
  143. permission: Roll
  144. trigger:
  145. set {_roll::%player%} to difference between {roll.%player%.lastused} and now
  146. if {_roll::%player%} is less than 5 minute:
  147. message "&7You have to wait &e%difference between 5 minute and {_roll::%player%}% &7before you can use this command again!"
  148. stop
  149. else:
  150. set {_rollnumb} to a random integer between 1 and 10
  151. if {_rollnumb} is 1:
  152. send "&7%player% did &c/roll &7and they rolled a &c1"
  153. if {_rollnumb} is 2:
  154. send "&7%player% did &c/roll &7and they rolled a &c2"
  155. if {_rollnumb} is 3:
  156. send "&7%player% did &c/roll &7and they rolled a &c3"
  157. if {_rollnumb} is 4:
  158. send "&7%player% did &c/roll &7and they rolled a &c4"
  159. if {_rollnumb} is 5:
  160. send "&7%player% did &c/roll &7and they rolled a &c5"
  161. if {_rollnumb} is 6:
  162. send "&7%player% did &c/roll &7and they rolled a &c6"
  163. if {_rollnumb} is 7:
  164. send "&7%player% did &c/roll &7and they rolled a &c7"
  165. if {_rollnumb} is 8:
  166. send "&7%player% did &c/roll &7and they rolled a &c8"
  167. if {_rollnumb} is 9:
  168. send "&7%player% did &c/roll &7and they rolled a &c9"
  169. if {_rollnumb} is 10:
  170. broadcast "&7%player% did &c/roll &7and they rolled a &c10 &7and got 10,000 &eClicks"
  171. add 10000 to {clicks::%player%}
  172. set {roll.%player%.lastused} to now
  173.  
  174. variables:
  175. {warns::%player%} = 0
  176.  
  177. command /warn [<offlineplayer>] [<text>]:
  178. permission: Staff
  179. trigger:
  180. if arg-1 is not set:
  181. send "&c/warn [offlineplayer] [reason]"
  182. if arg-1 is set:
  183. if arg-2 is set:
  184. add 1 to {warns::%arg-1%}
  185. add 1 to {swarns::%player%}
  186. if {warns::%arg-1%} >= 5:
  187. broadcast "&3%player% &7has been warned by &3%arg-1% &7for &c%arg-2% &7(&3%{warns::%arg-1%}%&7)"
  188. broadcast "&3%arg-1% &7has been banned for &3Exceeding Warns Limit &eLength: &35h"
  189. set {warns::%arg-1%} to 0
  190. execute console command "tempban %arg-1% 5h &3Exceeding Warns Limit"
  191. else:
  192. broadcast "&3%player% &7has warned &3%arg-1% &7for &c%arg-2% &7(&3%{warns::%arg-1%}%&7)"
  193. loop all players:
  194. play sound "ENTITY_ENDERDRAGON_DEATH" with volume 1 with pitch 1 at loop-player for loop-player
  195.  
  196. command /warns [<offlineplayer>]:
  197. trigger:
  198. if arg-1 is not set:
  199. send "&c&lCowsWarn &8:: &7You currently have &c%{warns::%player%}% &7Warns"
  200. if arg-1 is set:
  201. send "&c&lCowsWarn &8:: &c%arg-1% &7currently have &c%{warns::%arg-1%}% &7Warns"
  202.  
  203. command /resetwarn [<offlineplayer>]:
  204. permission: Admin
  205. trigger:
  206. if arg-1 is not set:
  207. send "&c/resetwarn [<offlineplayer>]"
  208. if arg-1 is set:
  209. set {warns::%arg-1%} to 0
  210. send "&c&lCOWSWARN &8:: &7You have resetted &c%arg-1%'s Warns"
  211.  
  212. on death:
  213. if victim is a player:
  214. add 1 to {kills::%attacker%}
  215. add 1 to {deaths::%victim%}
  216.  
  217. command /stats [<offlineplayer>]:
  218. trigger:
  219. if arg-1 is set:
  220. send "&8&m*------*------------*--------*"
  221. send "&7&o%arg-1%'s Stats are..."
  222. send ""
  223. send "&3Clicker| &e%{click::%arg-1%}%"
  224. send "&3Clicks | &e%{clicks::%arg-1%}%"
  225. send "&3AutoClicker | &e%{acc::%arg-1%}%"
  226. send ""
  227. send "&8&m*------*------------*--------*"
  228.  
  229.  
  230. command /mhstaff:
  231. trigger:
  232. send "&3&lMinehut Staff Who Have Joined"
  233. send " "
  234. send "&eSR.MOD &7Spazzs"
  235. send " "
  236. send "&eMOD &7Matqx"
  237. send " "
  238. send "&eMOD &7_Rascal"
  239. send " "
  240. send "&eMOD &7Ninventoo"
  241. send " "
  242. send "&eMOD &7TastqBisquit"
Advertisement
Add Comment
Please, Sign In to add comment