Jump to content

2 things. Please help


BogeyGaming

Recommended Posts

Hello BogeyGaming, the scripts you requested are really easy to make:
 

options:
	apply_link: #replace this with the link to your application form#
	discord_server_link: #replace this with your discord invite link#
	

command /discord:
	trigger:
		send "&7You can join our discord by clicking this link &e%{@discord_server_link}%"

command /apply:
	trigger:
		send "&7You can apply here &e%{@apply_link}%"

 

  • Thanks 1
Link to comment
Share on other sites

4 hours ago, BogeyGaming said:

@DemyanM  thanks, but also where do you put the scripts?

Minehut Panel>File Manager>plugins>Skript>scripts>(file)
Be sure to name your/make your file extension .sk as that is the file extension that Skript reads.
 

 

10 hours ago, DemyanM said:

Hello BogeyGaming, the scripts you requested are really easy to make:
 


options:
	apply_link: #replace this with the link to your application form#
	discord_server_link: #replace this with your discord invite link#
	

command /discord:
	trigger:
		send "&7You can join our discord by clicking this link &e%{@discord_server_link}%"

command /apply:
	trigger:
		send "&7You can apply here &e%{@apply_link}%"

 

This should be:

options:
	apply_link: #replace this with the link to your application form#
	discord_server_link: #replace this with your discord invite link#
	

command /discord:
	trigger:
		send "&7You can join our discord by clicking <link:{@discord_server_link}>&6&lHERE<reset>"

command /apply:
	trigger:
		send "&7You can apply <link:{@apply_link}>&6&lHERE<reset>"

Always happy to help! 😁

A person.

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