Jump to content

Oh god come make another dupe server


Alfoe

Recommended Posts

Skript for the command /dupe:
 

command /dupe:
  trigger:
    give player player's held item
    if player's held item is air:
      message "&cYou cannot duplicate air, silly!"



Random Item Generator Skript with toggle command:
 

variables:
  {%player%.random} = true

every 15 seconds:
  loop all players:
    if {%loop-player%.random} = true:
      give loop-player a random element of all items

command /itemstoggle:
  trigger:
    if {%player%.random} = true:
      set {%player%.random} to false
      message "&7You have disabled the random item generator, to re-enable do &c/itemstoggle &7again."
    else: 
      set {%player%.random} to true
      message "&7You have enabled the random item generator, to disable do &c/itemstoggle &7again."


Feel free to change the commands, colours timing etc, these are very easy Scripts but this is for anyone who wants to make a dupe server in 5 nanoseconds and somehow become a popular server 😮

just copy the text's into .sk files in the skript file section and bing bong you have a duping server


cause its minehut and people like non-quality content for some reason, people eat this shit up like hotcakes 

Edited by Arh

 

                                                                     Joined Minehut Dec 2014 / Jan 2015

                                                                                       Accounts:
                                                                                                         
[LEGEND] iiAiden Lost Access)            
                                                                                        [VIP] Alfoe
                                                                                        [VIP] AttendantFox
                                                                                         
crafnn
 

Link to comment
Share on other sites

You should't use variables like this {%player%.random}

Its better to use variables like {random::%player%} or even {random::%player's uuid%}

With list variables, you can loop them to clear them and other stuff. Just a suggestion. 
 

Discord - tarna256

In-game name - _Tarna_

Website - https://tarna.dev
Paste Site: https://paste.tarna.dev

---------------------------------------------------------

[VIP] - 7/27/2020

Community Support - 7/8/20 | 11/3/20

Helper  - 11/3/20 - 2/21/21

Moderator - 2/21/21 - 5/17/21

❤️ - 5/17/21 - now

Moderator - 12/20/22 - now

---------------------------------------------------------

image.png.70849a9b84e0347ce107b8e3eaee312c.pngimage.png.2111009afbd8bef10966ba9ede35a199.png

Link to comment
Share on other sites

4 minutes ago, _Tarna_ said:

You should't use variables like this {%player%.random}

Its better to use variables like {random::%player%} or even {random::%player's uuid%}

With list variables, you can loop them to clear them and other stuff. Just a suggestion. 
 

Okay, will do next time, thanks for the tip 🙂

 

                                                                     Joined Minehut Dec 2014 / Jan 2015

                                                                                       Accounts:
                                                                                                         
[LEGEND] iiAiden Lost Access)            
                                                                                        [VIP] Alfoe
                                                                                        [VIP] AttendantFox
                                                                                         
crafnn
 

Link to comment
Share on other sites

  • 9 months later...

 

15 hours ago, POG_Skull said:

Hi, mine says "dupe.sk isnt in scripts folder" thats my file name, how do I fix this I used both scripts

Make sure its in plugins > skript > scripts

 

🔐 Topic locked.

Please do not reply on threads that have been inactive for over a month.

Discord - tarna256

In-game name - _Tarna_

Website - https://tarna.dev
Paste Site: https://paste.tarna.dev

---------------------------------------------------------

[VIP] - 7/27/2020

Community Support - 7/8/20 | 11/3/20

Helper  - 11/3/20 - 2/21/21

Moderator - 2/21/21 - 5/17/21

❤️ - 5/17/21 - now

Moderator - 12/20/22 - now

---------------------------------------------------------

image.png.70849a9b84e0347ce107b8e3eaee312c.pngimage.png.2111009afbd8bef10966ba9ede35a199.png

Link to comment
Share on other sites

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