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

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

  1. Spouth

    Material names?

    Ok, I have spent 30 mins trying to figure out how to format a gui slot with xp bottle named achievements. It works with other items, but some items don't work no matter how you put it. The question is - is there a list or something that has all skript item names. I really want to find out what...
  2. Spouth

    Solved Apply potion effect to near entities

    on rightclick: loop all entities in world of player: if the distance between the player and entity is smaller than 5: if the entity is not player: apply slowness 5 to the entity for 10 seconds Ok, so there's a few weird problems. When I right click, only one...
  3. Spouth

    Solved Make skript ignore lore

    on rightclick: if player is sneaking: if player is wearing a diamond helmet named "&3Cool helmet": broadcast "a" Ok, so ^ this works only with diamond helmets that are named Cool helmet, but if I add any lore, it doesn't work. How do I make skript ignore lore, attributes...