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

    Craft result attributes

    I'm trying to make a craft result have a faster attack speed right now and I can't quite figure it out. I know i can make it unbreakable and stuff but i don't know how to make the attack speed faster. this all i got so far on load: set {_nuf} to unbreakable trident of sharpness 5 and...
  2. C

    give item on advancement

    does anyone know if its possible to give a player an item when they make a certain advancement? I just can't find a way to do it. I'm using Skbee, PoaSk, skQuerey and skript gui #list of advancements and what they unlock #Tidal - Throwaway joke "minecraft:adventure/throw_trident" #aqua - the...
  3. C

    Cover player's screen with texture pack and skript

    I'm trying to make a skript for a server of mine and I'm truing to do something similar to Virus glitch on Glitch SMP where it covers the player's screen, I just can't for the life of me figure out how they did it, can someone give me some help? All I can think of doing right now is sending an...
  4. C

    Basic superpowers that I can't quite figure out

    I was just trying to make a skript that impliments basic superpowers but Skript keeps tweaking and it doesn't want to work #It keeps tweaking with indentation and it won't summon particles correctly command /permissions <remove|add> <player> <permission>: permission: op permission...
  5. C

    Solved unbanning menu

    can someone make something so that if someone right clicks an echo shard named "&4Revivor" it brings up a menu with the heads of the banned players and you can click on them to unban them?
  6. C

    I need help making something very complicated

    {This post was deleted}
  7. C

    How do I make a skript with two conditions?

    I've been trying to make a heart adding skript with two conditions, but it just keeps getting errors. can somebody tel me what i'm doing wrong? on rightclick: if player's tool is nether star named "Heart"'s name is color red: edit {_MHP} by 1 edit player's max health by {_MHP}...