Jump to content

Dupe Skript Tutorial


emopediaMC

Recommended Posts

Hello all, this is a very basic tutorial to teach you how to make a dupe skript.

What we first want to do is make the command. We do this by typing what is below:

command dupe:

Now we have created the command, we now need to add a trigger.

command dupe:
	trigger:

We have now added a trigger, all we need to do is add the duping part.

command dupe:
	trigger:
		give player player's tool

There we have it folks, a simple dupe skript.

  • Like 1

Developer

 

Joined Minecraft in 2010 on PC

Joined Minehut in August 2016

1 year Skript experience

2 months Java experience

5 months Javascript experience

 

Link to comment
Share on other sites

For convenience, why not add an extra argument so people can specify how many times they want to dupe the item, without needing to spam /dupe?

command dupe <int=1>:
  trigger:
  	give player (item amount of player's tool * arg) of player's tool

 

VIP since January 7th, 2020

Support since September 19th, 2020

Helper since November 3rd, 2020

Moderator since March 8th, 2021

unknown.png

5.png.e14b1bf83edf0ac2edc1bfb822177184.png

image.png.fe30b7b2c0be5a541ba4ed2187b23030.png

Link to comment
Share on other sites

5 hours ago, UntitledGoose said:

For convenience, why not add an extra argument so people can specify how many times they want to dupe the item, without needing to spam /dupe?


command dupe <int=1>:
  trigger:
  	give player (item amount of player's tool * arg) of player's tool

 

sometimes you surprise even me with your genius

Twitch Affiliate, YouTuber and Minehut Content Creator

(100,000+ Combined Views, 1,100+ Combined Followers & Subs, 20,000+ Combined Unique Players)

IGN:
[YOUTUBE] Centrect

 Please don't DM me for support, go here or join Minehut's Discord if you need assistance.

 

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