Jump to content

heres a simple skript for basic commands (not tested)


Recommended Posts

Posted
command /rules:
	trigger:
		send "&c&lRules &6&l>>" to player
		send "&c&ktype_whatever_you_want_here" to player
		send "1. &cput a rule here" to player
		send "2. &cfr bro put a rule here" to player
		send "3. &cskript rule" to player
		send "4. &cyou can do however many you want" to player

command /spawn:
	trigger:
		send "teleporting to spawn in 5 seconds"
		wait 1 second
		send "teleporting to spawn in 4 seconds"
		wait 1 second
		send "teleporting to spawn in 3 seconds"
		wait 1 second
		send "teleporting to spawn in 2 seconds"
		wait 1 second
		send "teleporting to spawn in 1 second"
		wait 1 second
		teleport %player% to {spawn}

command /shrug:
	trigger:
		make player say "¯\_(ツ)_/¯"

command /setspawn:
	trigger:
	permission: op
		set {spawn} to players location

command /dab
	trigger:
		make player say "\`-`\

 

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...