Jump to content
  • 0

Command-Making


Owen1234KidShupe

Question

1 answer to this question

Recommended Posts

  • 0

Skript.

Its an easy coding plugin that allows you to do almost anything!


Here are some usefull links:
Download: https://dev.bukkit.org/projects/skript or https://github.com/SkriptLang/Skript/releases
Documentation: https://docs.skriptlang.org/



Here is a basic command that you can edit to your likings:

 

command /example:                      #this is the name for the command that you will execute when doing /command
	permission: skript.command         #this is the permission for the command, you don't have to include this
	cooldown: 15                       #the cooldown in seconds, you again don't have to include this
	trigger:  	                       #the trigger for the command so what will happen when the command is triggered
		send "Hello World" to player   #this sends "Hello World" to the player that executes the command

 

Have any questions? Feel free to ask!


Joined: 03/06/2018
VIP since: 13/03/2022


Contact:
Minecraft:  SWOEN [Click Here]
Discord:     SWOEN#8521 [Click Here]
Forums:     Forums Messages [Click Here]

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