Jump to content

How to make a /start command


Hello123456

Recommended Posts

So i want to make a /start command that gives the player a wooden pickaxe enchanted with unbreaking 1000. 

So i tried running this but it didn't work.

command /start:
    trigger:
        minecraft:give player minecraft:wooden_pickaxe

I dont know if this will even give me an UNENCHANTED wooden pickaxe because I tried doing /start and nothing pops up (even tho i saved the file) and i did /sk reload start.txt and /sk reload start (that's the name of the file in the file folder) and it says couldn't find skript.txt/skript. Can somebody help me.

Link to comment
Share on other sites

Heya!

It seems like you're not quite familiar with Skript. Try to watch some simple videos, like the official minehut tutorials:
https://www.youtube.com/watch?v=NIpzRWdgO_I&list=PL34SSaSWNChTFvDSspJ56Tvm5sH4sS4mn
(a playlist filled with all of our videos.)

and with your code, try something simple like this:

command /start:
	trigger:
		add unbreakable wooden pickaxe to player
        #Comment: I figured you would like an unbreakable one. :)

 Always feel free to contact me or continue this thread if you need more help.
<3😄

 

image.png.e46e91961f1d6d4604a6e5f3dcb5a2bd.png

unknown.pngunknown.png

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