Jump to content

Is this skript good enough? It's not working for me for some reason, if it doesn't work, please tell me how I can fix this.


angeloLOLZ

Recommended Posts

command /super-place:
permission: skript.super-rank
description: If you are Super-Rank, using this command will teleport you to super-place, a special place for people that have the Super-Rank rank.
exacutable by: players
trigger:
teleport player to 266 122 -721 in world "world"
trigger:
send "&6&lWelcome to Super-Place!"

Link to comment
Share on other sites

Hello, You have not used tabs or spaces for indexing which may cause an error and you also only need 1 trigger. 

This would make it work:
 

command /super-place:
	permission: skript.super-rank
	description: If you are Super-Rank, using this command will teleport you to super-place, a special place for people that have the Super-Rank rank.
	exacutable by: players
	trigger:
		teleport player to 266 122 -721 in world "world"
		send "&6&lWelcome to Super-Place!"

 

Link to comment
Share on other sites

  • 1 month later...
command /super-place:
	permission: skript.super-rank
	description: If you are Super-Rank, using this command will teleport you to super-place, a special place for people that have the Super-Rank rank.
	exacutable by: players
	trigger:
		teleport player to 266 122 -721 in world "world"
		send "&6&lWelcome to Super-Place!" to player
Link to comment
Share on other sites

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...