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

    "to be unstealable" isn't working

    We need your code, don't say "title says it all" when you have nothing to provide to us.
  2. White

    Solved Replace a Block

    That's because you're setting the variable, {_newBlock} to the ID value of the block, not the location. Set it as set {_newBlock} to location at event-block
  3. White

    Solved Holographic Names on Dropped Items

    Blocks can't do that, only entities. To make it similar to entities, spawn an invisible armor stand with a name.
  4. White

    How to make a queue?

    Just create a thread in request section. Help section are for people who needs assistance on how to solve problems in their code. If you're here to be spoon-fed because you have no idea how to make the queue system, then make a thread in request section.
  5. White

    Solved Holographic Names on Dropped Items

    If you read the docs, it's not event-item. It's event-entity. https://skunity.com/search?search=item+spawn
  6. White

    Paid HiddenDev Skript Development

    If you want to be paid creating the scripts for the people, then remove small sized and medium sized skripts off the list. Unless you don't want to, make them free because anyone can make a small script and they do not take long like you wrote next to small sized skript. It annoys me when...
  7. White

    Kick a person out of bed

    He means removing a player from the bed when they are in the bed. Not preventing the player from going to bed.
  8. White

    Variables loading super slow

    You should have used list variables since you started the server.. Variables with dots are not loop able and can only hold single values.
  9. White

    Variables loading super slow

    Are the majority of the variables player data in list variable?
  10. White

    Variables loading super slow

    Of course it's going to be super slow with so many variables. Perhaps delete the variables that are considered useless?
  11. White

    Solved Continues damage

    It depends where you put it in the code. If it's under the damage event, you would do something like this. # damage event loop 5 times: damage the victim by 3 hearts wait 0.2 second
  12. White

    How to create anvil gui?

    First of all, provide the code so we know what's wrong with it. Secondly, what 3rd slot are you even trying get because it doesn't exist in anvil GUI. You should also provide your server version, skript version, and whether or not you are using TuSKe. Please follow the help guidelines shown at...
  13. White

    Solved Continues damage

    If you don't want poison damage, you can loop and deal damage under the loop.
  14. White

    Solved Limit effects

    Why remove the effect when you can just check if the victim already has the effect? if victim has wither:
  15. White

    Setting items from variable

    I'm pretty sure it's impossible. You need the pumpkin to get the vision.
  16. White

    Solved Holographic Names on Dropped Items

    According to what the doc provides, it's event-entity.
  17. White

    Solved Holographic Names on Dropped Items

    Odd, try downgrading to dev29 and see if it works. If it does, try reporting the problem to Bensku on Github.
  18. White

    Solved Holographic Names on Dropped Items

    What skript version are you using?
  19. White

    Solved ban message with a couple of lines

    Saying that is not going to get you a solution. You need to tell us why it doesn't work, what server version you have, what skript version you have, how did you write the line, etc.