Search results

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

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

  1. Marc

    How to differentiate 2 teams?

    give them some particle effect (not sure if this works) add a prefix to there name such as [&1B] and [&cR] giving them some sort of red colored armor. thats really what I can think of off the top of my head :)
  2. Marc

    Spectators edit GUIs?

    could you send the code paste the code?
  3. Marc

    on command with arguments

    for your command, try using arg-1 instead of player im quite confused and I dont see command /v: blah blah arg-1 blah
  4. Marc

    Solved Duel Clicked Player

    on right click on player: make player execute command "/1v1 duel %clicked player%"
  5. Marc

    Solved Help with if arg-1 is ""

    if arg 1 is "lapis": if the player's inventory doesn't have space for diamond: send "&7[&4&l!&7] &c&lYou don't have enough space in Your Inventory!" stop if player's balance is more than 45...
  6. Marc

    Spawner drops when mined with spawn egg of the mob inside it

    on break: if event-block is spawner: give 1 "spawner of choice" to player give 1 "egg of choice" to player you should keep the documentation by you when you need help, https://docs.skunity.com heres the link
  7. Marc

    Click type: Number key

    Could you try and explain what you are trying to do? maybe we can find another solution
  8. Marc

    Custom Mobspawners

    Please edit the title as solved if you have found a solutions :))
  9. Marc

    Can't Compare 'spawner's set name' with a text

    it wont work like that, since the spawner does not have a gui It wont set a name if its placed down because it has no where to save it :))
  10. Marc

    Solved Give player an item in a certain slot

    did you put in brackets like I did?
  11. Marc

    Chest

    So a shulker box?
  12. Marc

    Solved How do you reset a variable?

    Im trying to make a command that resets your 'clicks' Code: variables: {click} = 0 on right-click: if event-block is hay bale: add 1 to {click} send message "+1" to player command /click: trigger: message "Amount: %{click}%" command /resetclick...
  13. Marc

    Solved How do I make it so I can open the chest?

    Hey ive been trying to make a custom sellwand and I want to make it so that if it doesnt pick up that you have a sellwand in your hand it will open the chest? ( Im pretty new to skript please dont judge my methods ) its still in the making ofc on right click on chest: "%region at...
  14. Marc

    Check if player was in region

    You could make it so when the player enters wait 10 ticks and tp them to the next block, Ive tried to add on the this command but I havent found anything that works. you could try and do something with loop-players to update it to see if the player has been in their or not but other than that I...
  15. Marc

    Solved Give player an item in a certain slot

    Not sure but maybe its because you dont have the correct addon? I tried this command and it worked for me My addons: Sk:Query Sk:Vault Sk:Tablishknu Sk:TuSKe quick update I made your skript a bit better so know you can choose a specific player and slot with a custom arg not set message...