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

    On command link with another command

    Remove the quotes on the first line. And when you start arguments, it starts by 1, not 0.
  2. White

    On command link with another command

    When arguments are in text, you need to put % % around them. Example is %arg-1%.
  3. White

    Solved Any lore?

    if lore of clicked item is "something":
  4. White

    Citizens - change skin

    Wrong section. Put this in either request section (if you want code from someone else) or help section (if you need help on your code).
  5. White

    Particle effects on weapons

    Should be "center loop-player" and " id "%loop-player%" " in your particle line.
  6. White

    Skript 1.12?

    It's right above your post. https://github.com/bensku/Skript/releases
  7. White

    Hiring Skript Plugin Developers needed

    Then you're on the wrong section. Hiring threads require the OP willing to pay money.
  8. White

    Help?

    https://skunity.com/search?search=enchanted Use docs, it's at types section.
  9. White

    Hiring Skript Plugin Developers needed

    What? How much are you willing to pay?
  10. White

    Hologram not being Bright

    Check location at the pumpkin that was placed. If the location is still the pumpkin block, continue while loop.
  11. White

    Hologram not being Bright

    Well it will lag if you have a lot of players online. Just use on place of pumpkin event and while loop the block to spawn a hologram until the block is broken.
  12. White

    .

    Funny thing is, he did answer your question. Use list variables. They can store multiple data easily for one player.
  13. White

    Solved Few questions

    It has to be specific. player's event-item
  14. White

    Help with invis hourse

    https://skunity.com/search?search=vehicle
  15. White

    Hologram on Pumpkin (Any Item) | 3 Questions

    Since you said "without a console command," you're out of luck. SkStuff is the only way to summon armor stands with NBT. Maybe provide why SkStuff messes up? EDIT: Maybe SkMirror can do something like this?
  16. White

    Hiring ChaoticMC looking for part-time dev

    Follow the guidelines in Hiring Section. It clearly states that you can only use this section if you are willing to pay someone. https://forums.skunity.com/threads/about-hiring-section.43/
  17. White

    Solved Creating a creeper explosion with customisable range

    If you look up explosion on the docs, it will show "of force #" next to explosion in a code line.
  18. White

    Held item name

    Try %name of player's held item%. I seen a post where player's tool had problems.
  19. White

    Addon BoringSK [Deleted]

    Does this addon actually have a purpose? Why should people use it when the events already exists in other stuff.
  20. White

    Held item name

    Because you need to be more specific, is it the player or loop-player? In this case, it should be %name of player's tool%.