Jump to content

/dupe skript


xX__Strqfe__Xx

Recommended Posts

  • 4 weeks later...
  • 2 months later...

well. thanks for the script! i made a good idea. i edited your script for 2 different dupe commands. I made this. command /superdupe: trigger: set {_item} to player's tool give {_item} * 4 to player stop

Edited by OGChriss
e
Link to comment
Share on other sites

Use this instead, optimized and has more features.

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

 

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

  • 3 weeks later...
On 1/12/2020 at 12:20 PM, xX__Strqfe__Xx said:

I have seen that many of y'all would like a /dupe skript. This skript is great for players like me that want to make a /dupe server. This is the dupe skript.


command /dupe:
    trigger:
        set {_item} to player's tool
        give {_item} to player
        stop

ok so please tell me how to apply them pls

 

Link to comment
Share on other sites

  • 2 weeks later...
On 1/12/2020 at 9:20 AM, xX__Strqfe__Xx said:

I have seen that many of y'all would like a /dupe skript. This skript is great for players like me that want to make a /dupe server. This is the dupe skript.


command /dupe:
    trigger:
        set {_item} to player's tool
        give {_item} to player
        stop

 

so i did this for my skript 

command /dupe:
    trigger:
        set {_item} to player's tool
        give {_item} to player
        send "&6&lDuplicated &e&l%player's tool%&6&l!" to player

and how do i make it so when there is air in the players hand it says something else?

Link to comment
Share on other sites

  • 3 weeks later...
On 6/28/2020 at 2:01 PM, MiisTtttt said:

so i did this for my skript 


command /dupe:
    trigger:
        set {_item} to player's tool
        give {_item} to player
        send "&6&lDuplicated &e&l%player's tool%&6&l!" to player

and how do i make it so when there is air in the players hand it says something else?

 
 
 
command /dupe:
    trigger:
        if player's held item is air:
            send "no duping air"
            stop
        set {_item} to player's tool
        give {_item} to player
        send "&6&lDuplicated &e&l%player's tool%&6&l!" to player

 

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...