Jump to content

lucatolton

Member
  • Posts

    11
  • Joined

  • Last visited

Posts posted by lucatolton

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

     

  2. 18 hours ago, ReportCards said:

    You should include more information!
    What does the plugin do? What is the link for it? Why should it be added (Benefits)?

    Done!

  3. Hi!

    Please can you add WildSkript to the plugin repository
    It would help alot when making my changeskin skript

    Thanks,
    Luca

×
×
  • Create New...