Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- command /commands [<text>]:
- trigger:
- if arg-1 is not set:
- send "&c&lCommands &7Page &f1/2"
- send " "
- send "&3-&7 /Start"
- send " "
- send "&3- &7/Apply"
- send " "
- send "&3- &7/Buy"
- send " "
- send "&3- &7/Discord"
- send " "
- send "&3- &7/Shop"
- send " "
- send "&7Type &3/commands 2 &7to view the read page."
- stop
- if arg-1 is "2":
- send " "
- send "&c&lCommands &7Page &f2/2"
- send " "
- send "&3- &7/NightVision &a&lVIP"
- send " "
- send "&3-&7 /Fly &b&lMVP&c&l+ &7or &b&lMVP&6&l++"
- send " "
- send "&3-&7 /scream &c&lY&7&lT &7or &d&lTwitch"
- send " "
- stop
- command /scream [<text>]:
- permission: scream
- trigger:
- if arg-1 is set:
- set {_waited} to difference between {scream::%player%.lastused} and now
- if {_waited} is less than 10 minutes:
- send "&7You have to wait &3%difference between 10 minutes and {_waited}% &7before you can use this command again!"
- else:
- broadcast "&8[&3&lScream&8] &c%player% &6» %colored arg-1%"
- set {scream::%player%.lastused} to now
- else:
- send "&3/scream (text)"
- command /nightvision:
- permission: vip
- aliases: /nv
- trigger:
- if {nv::%player%} is not set:
- send "&7set &3Nightvision to &a&lON"
- set {nv::%player%} to true
- stop
- if {nv::%player%} is false:
- send "&7set &3Nightvision to &a&lTrue"
- set {nv::%player%} to true
- make console execute "effect %player% 16 5000 255"
- stop
- if {nv::%player%} is true:
- send "&7set &3Nightvision to &c&lFalse"
- make console execute "effect %player% clear"
- set {nv::%player%} to false
- stop
- command /clearchat:
- aliases: /cc
- permission: Staff
- trigger:
- loop 1000 times:
- broadcast ""
- wait 1 tick
- broadcast "&7&l[&c&l!&7&l] &cThe chat has been cleared by &3%player%"
- stop
- command /pl:
- trigger:
- send "&fPlugins (2): &aSkript&f, &aCowNetwork"
- command /plugins:
- trigger:
- send "&fPlugins (2): &aSkript&f, &aCowNetwork"
- command /an [<text>]:
- permission: staff.admin
- permission message: &7You need to be at least &d&lAdmin &7rank to perform this command!
- trigger:
- if arg 1 is not set:
- send "&cCorrect Usage&8: &7/an <message>"
- else:
- broadcast "&d&m*-----------------*-------------------*"
- broadcast "&dAnnouncement by: &e%player%"
- broadcast ""
- broadcast "&d&lANNOUNCEMENT&8:&f %colored arg 1%"
- broadcast ""
- broadcast "&d&m*-----------------*-------------------*"
- stop
- command /discord:
- trigger:
- send "&9Discord &7» &f<link:https://discord.gg/cVBhGkN> https://discord.gg/cVBhGkN"
- Command /apply:
- trigger:
- send "&9Staff Application &7» &f<link:https://goo.gl/forms/FU9SFRYCoqdQprx72> https://goo.gl/forms/FU9SFRYCoqdQprx72"
- Command /Staff:
- trigger:
- send "&9&lCow&3&lNetwork &b&lStaff List"
- send "&7"
- send "&8[&9&lOwner&8] &7TastqCow"
- send "&8[&b&lDeveloper&8] &7TastaQuery"
- send "&8"
- send "&c&lWork In Progress"
- send "&8"
- Command /w:
- permission: welcome.sk
- trigger:
- broadcast "&6"
- broadcast "&6&lWelcome to &e&lCowsFarm"
- broadcast "&6Do &e/Start &6for some helpful commands"
- broadcast "&6"
- command /f [<player>] [<text>]:
- permission: Admin
- trigger:
- if arg-1 is not set:
- send "&c/f <player> <text>"
- if arg-1 is set:
- if arg-2 is set:
- make arg-1 say arg-2
- command /all [<text>]:
- permission: Admin
- trigger:
- if arg-1 is not set:
- send "&c/all <text>" to player
- if arg-1 is set:
- loop all players:
- make loop-players say arg-1
- command /roll:
- permission: Roll
- trigger:
- set {_roll::%player%} to difference between {roll.%player%.lastused} and now
- if {_roll::%player%} is less than 5 minute:
- message "&7You have to wait &e%difference between 5 minute and {_roll::%player%}% &7before you can use this command again!"
- stop
- else:
- set {_rollnumb} to a random integer between 1 and 10
- if {_rollnumb} is 1:
- send "&7%player% did &c/roll &7and they rolled a &c1"
- if {_rollnumb} is 2:
- send "&7%player% did &c/roll &7and they rolled a &c2"
- if {_rollnumb} is 3:
- send "&7%player% did &c/roll &7and they rolled a &c3"
- if {_rollnumb} is 4:
- send "&7%player% did &c/roll &7and they rolled a &c4"
- if {_rollnumb} is 5:
- send "&7%player% did &c/roll &7and they rolled a &c5"
- if {_rollnumb} is 6:
- send "&7%player% did &c/roll &7and they rolled a &c6"
- if {_rollnumb} is 7:
- send "&7%player% did &c/roll &7and they rolled a &c7"
- if {_rollnumb} is 8:
- send "&7%player% did &c/roll &7and they rolled a &c8"
- if {_rollnumb} is 9:
- send "&7%player% did &c/roll &7and they rolled a &c9"
- if {_rollnumb} is 10:
- broadcast "&7%player% did &c/roll &7and they rolled a &c10 &7and got 10,000 &eClicks"
- add 10000 to {clicks::%player%}
- set {roll.%player%.lastused} to now
- variables:
- {warns::%player%} = 0
- command /warn [<offlineplayer>] [<text>]:
- permission: Staff
- trigger:
- if arg-1 is not set:
- send "&c/warn [offlineplayer] [reason]"
- if arg-1 is set:
- if arg-2 is set:
- add 1 to {warns::%arg-1%}
- add 1 to {swarns::%player%}
- if {warns::%arg-1%} >= 5:
- broadcast "&3%player% &7has been warned by &3%arg-1% &7for &c%arg-2% &7(&3%{warns::%arg-1%}%&7)"
- broadcast "&3%arg-1% &7has been banned for &3Exceeding Warns Limit &eLength: &35h"
- set {warns::%arg-1%} to 0
- execute console command "tempban %arg-1% 5h &3Exceeding Warns Limit"
- else:
- broadcast "&3%player% &7has warned &3%arg-1% &7for &c%arg-2% &7(&3%{warns::%arg-1%}%&7)"
- loop all players:
- play sound "ENTITY_ENDERDRAGON_DEATH" with volume 1 with pitch 1 at loop-player for loop-player
- command /warns [<offlineplayer>]:
- trigger:
- if arg-1 is not set:
- send "&c&lCowsWarn &8:: &7You currently have &c%{warns::%player%}% &7Warns"
- if arg-1 is set:
- send "&c&lCowsWarn &8:: &c%arg-1% &7currently have &c%{warns::%arg-1%}% &7Warns"
- command /resetwarn [<offlineplayer>]:
- permission: Admin
- trigger:
- if arg-1 is not set:
- send "&c/resetwarn [<offlineplayer>]"
- if arg-1 is set:
- set {warns::%arg-1%} to 0
- send "&c&lCOWSWARN &8:: &7You have resetted &c%arg-1%'s Warns"
- on death:
- if victim is a player:
- add 1 to {kills::%attacker%}
- add 1 to {deaths::%victim%}
- command /stats [<offlineplayer>]:
- trigger:
- if arg-1 is set:
- send "&8&m*------*------------*--------*"
- send "&7&o%arg-1%'s Stats are..."
- send ""
- send "&3Clicker| &e%{click::%arg-1%}%"
- send "&3Clicks | &e%{clicks::%arg-1%}%"
- send "&3AutoClicker | &e%{acc::%arg-1%}%"
- send ""
- send "&8&m*------*------------*--------*"
- command /mhstaff:
- trigger:
- send "&3&lMinehut Staff Who Have Joined"
- send " "
- send "&eSR.MOD &7Spazzs"
- send " "
- send "&eMOD &7Matqx"
- send " "
- send "&eMOD &7_Rascal"
- send " "
- send "&eMOD &7Ninventoo"
- send " "
- send "&eMOD &7TastqBisquit"
Advertisement
Add Comment
Please, Sign In to add comment