1. Welcome to skUnity!

    Welcome to skUnity! This is a forum where members of the Skript community can communicate and interact. Skript Resource Creators can post their Resources for all to see and use.

    If you haven't done so already, feel free to join our official Discord server to expand your level of interaction with the comminuty!

    Now, what are you waiting for? Join the community now!

Dismiss Notice
This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

Offering Paid [CLOSED] I'll make anything

Discussion in 'Offering' started by TPGamesNL, May 9, 2018.

  1. Runakai

    Supporter

    Joined:
    Apr 27, 2018
    Messages:
    497
    Likes Received:
    31
    Code (Skript):
    1.  
    2. on left click:
    3.     player is holding any pickaxe:
    4.         player is sneaking
    5.         if {togglesell::%player%} is set:
    6.             cooldown "sellall" of player is finish:
    7.                 create cooldown "sellall" for player for 3 seconds
    8.                 make player execute "/sellall"
    9.             else:
    10.                 send "&dPlease wait &d%cooldown ""sellall"" of player%"
    11.          
    12. command /togglesell:
    13.     trigger:
    14.         if {togglesell::%player%} is not set:
    15.             set {togglesell::%player%} to true
    16.             send "&7You can now sell items!"
    17.         else:
    18.             delete {togglesell::%player%}
    19.             "&7You disabled selling items!"
    You mean like that?
     
  2. TPGamesNL

    Supporter Addon Developer Dev Programme

    Joined:
    Jan 20, 2018
    Messages:
    1,501
    Likes Received:
    108
    Medals:
    Nice xD
    --- Double Post Merged, May 26, 2018, Original Post Date: May 26, 2018 ---
    @Runakai1 how would you like me to specify which crate will be opened when right-clicking with a player head?
     
  3. Runakai

    Supporter

    Joined:
    Apr 27, 2018
    Messages:
    497
    Likes Received:
    31
    Actually i thought you would do it with the name of the player's head so we can just use any head we find
     
  4. TPGamesNL

    Supporter Addon Developer Dev Programme

    Joined:
    Jan 20, 2018
    Messages:
    1,501
    Likes Received:
    108
    Medals:
    Okay sure I'll do that
     
  5. PuchiGFX

    PuchiGFX Member

    Joined:
    Jan 26, 2017
    Messages:
    246
    Likes Received:
    5
    I need a skript for change the skin of players.
    Version: 1.8, skript version 2.25 (its a offline server so... idk if u can do that xD)
     
  6. Runakai

    Supporter

    Joined:
    Apr 27, 2018
    Messages:
    497
    Likes Received:
    31
    MundoSK can do this.
     
  7. PuchiGFX

    PuchiGFX Member

    Joined:
    Jan 26, 2017
    Messages:
    246
    Likes Received:
    5
    MundoSk thing doesn't work for me
     
  8. Sean Sean

    Sean Sean Member

    Joined:
    May 19, 2018
    Messages:
    16
    Likes Received:
    0
    Thanks big dawg this worked I only had to add "send" at the end because you missed it but thank you
     
  9. Runakai

    Supporter

    Joined:
    Apr 27, 2018
    Messages:
    497
    Likes Received:
    31
    Haha ^^
     
  10. TPGamesNL

    Supporter Addon Developer Dev Programme

    Joined:
    Jan 20, 2018
    Messages:
    1,501
    Likes Received:
    108
    Medals:
    This shop is now open again, although it is no longer free. Reply here, DM me on skUnity or DM me on Discord (TPGamesNL#0880) if you're interested and we'll discuss it.
     

Share This Page

Loading...