[CLOSED] I'll make anything

  • 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!

Can you make me a toggle feature to toggle this feature here:
code_language.skript:
on left click:
    player is holding any pickaxe:
        player is sneaking
        cooldown "sellall" of player is finish:
            create cooldown "sellall" for player for 3 seconds
            make player execute "/sellall"
        else:
            send "&dPlease wait &d%cooldown ""sellall"" of player%"
I want the command to be "/togglesell" And whenever you do that you either turn it on or turn it off.
Can you do that?
code_language.skript:
on left click:
    player is holding any pickaxe:
        player is sneaking
        if {togglesell::%player%} is set:
            cooldown "sellall" of player is finish:
                create cooldown "sellall" for player for 3 seconds
                make player execute "/sellall"
            else:
                send "&dPlease wait &d%cooldown ""sellall"" of player%"
         
command /togglesell:
    trigger:
        if {togglesell::%player%} is not set:
            set {togglesell::%player%} to true
            send "&7You can now sell items!"
        else:
            delete {togglesell::%player%}
            "&7You disabled selling items!"
You mean like that?
 
code_language.skript:
on left click:
    player is holding any pickaxe:
        player is sneaking
        if {togglesell::%player%} is set:
            cooldown "sellall" of player is finish:
                create cooldown "sellall" for player for 3 seconds
                make player execute "/sellall"
            else:
                send "&dPlease wait &d%cooldown ""sellall"" of player%"
        
command /togglesell:
    trigger:
        if {togglesell::%player%} is not set:
            set {togglesell::%player%} to true
            send "&7You can now sell items!"
        else:
            delete {togglesell::%player%}
            "&7You disabled selling items!"
You mean like that?
Nice xD
[doublepost=1527324805,1527321294][/doublepost]@Runakai1 how would you like me to specify which crate will be opened when right-clicking with a player head?
 
Nice xD
[doublepost=1527324805,1527321294][/doublepost]@Runakai1 how would you like me to specify which crate will be opened when right-clicking with a player head?
Actually i thought you would do it with the name of the player's head so we can just use any head we find
 
I don't really have any ideas to do, so if you send me something to make, I'll make it for you. It can be anything, small, big, easy, complicated, whatever you want. If you have any questions, feel free to ask. :emoji_slight_smile:
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)
 
code_language.skript:
on left click:
    player is holding any pickaxe:
        player is sneaking
        if {togglesell::%player%} is set:
            cooldown "sellall" of player is finish:
                create cooldown "sellall" for player for 3 seconds
                make player execute "/sellall"
            else:
                send "&dPlease wait &d%cooldown ""sellall"" of player%"
        
command /togglesell:
    trigger:
        if {togglesell::%player%} is not set:
            set {togglesell::%player%} to true
            send "&7You can now sell items!"
        else:
            delete {togglesell::%player%}
            "&7You disabled selling items!"
You mean like that?

Thanks big dawg this worked I only had to add "send" at the end because you missed it but thank you
 
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.