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

    Custom Mob Attack Request

    Basically, I want to make a boss that after 15 seconds, stops moving and makes a black circle made of coal blocks under it with a radius of 2. If you stand on the coal blocks you will rapidly take damage. Also please make the blocks revert to their original state after 5 seconds. Thanks!
  2. KingStevyHeadIII

    How do I spawn a mob wearing a piece of armor with armor trims?

    Versions: Minecraft: 1.20.1 Skript: 2.7.0 SkBee: 2.18.0 I've tried a lot of times but none of my attempts work.
  3. KingStevyHeadIII

    Spawning mobs with dyed leather armor

    nvm, fixed it
  4. KingStevyHeadIII

    Spawning mobs with dyed leather armor

    Also can you tell me why this isn't working? Trying to make it spawn somewhere random around the boss but not in it loop blocks in radius 2 around {undeadmage}: if loop-block is not {undeadmage}'s location: spawn 1 skeleton at loop-block
  5. KingStevyHeadIII

    Spawning mobs with dyed leather armor

    It works, thanks!
  6. KingStevyHeadIII

    Spawning mobs with dyed leather armor

    Alright, thanks! Also I just wanted to ask how do you stop a script? Basically I'm trying to make the boss spawn mobs, but when it dies the "while" loop still runs one last time. How do I stop a specific script? I just need to stop the loop if the boss dies. on right click: if name of...
  7. KingStevyHeadIII

    Spawning mobs with dyed leather armor

    Oh, that's not what i meant, the dyed leather armor works perfectly, its the armor trim that isn't working. Thank you so much for helping though!
  8. KingStevyHeadIII

    Spawning mobs with dyed leather armor

    Also just wanted to say, thank you so much for the help, it really helps a lot!
  9. KingStevyHeadIII

    Spawning mobs with dyed leather armor

    I've tried this many times and it doesn't work. Skript doesn't say that there's any errors, but it doesn't give the mob an armor trim either. on right click: if name of player's held item is "&aAncient Tome": if {undeadmagecount} is less than 1: remove 1 book named...
  10. KingStevyHeadIII

    Spawning mobs with dyed leather armor

    I have already have skbee installed. I will check the docs, thanks!
  11. KingStevyHeadIII

    Spawning mobs with dyed leather armor

    Works perfectly, thanks! Is there a way to add armor trims though?
  12. KingStevyHeadIII

    Spawning mobs with dyed leather armor

    Oh, and if possible, can you also tell me how to put armor trims on the armor? If it's not possible it's fine, the main thing is the dye.
  13. KingStevyHeadIII

    Spawning mobs with dyed leather armor

    Hey, so I wanted to spawn a mob with dyed leather armor. I've tried many different ways but it just won't work. Here is my code, please help me dye the armor black. on right click: if name of player's held item is "&aAncient Tome": if {undeadmagecount} is less than 1...
  14. KingStevyHeadIII

    Individual Variables for a Mob

    Oh sorry, I've already figured out how to do it and I realized I was very stupid. Thanks!
  15. KingStevyHeadIII

    Individual Variables for a Mob

    I'm making a PvE server, and I want to make an individual variable for each mob to show their hp on their nametag. My current code is: on right click: if name of player's held item is "&2Undead Lure": remove 1 green dye named "&2Undead Lure" from player's inventory set...