mobs

  • 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. TimeStellar

    Making Numbers To Letters

    I have a mob skript that has a billion hp and how can i make it say 1 b instend of 1000000000 the code: command /devp: trigger: open chest inventory with 3 rows named "&cDev Panel" to player wait 1 tick set slot 0 of player's current inventory to stone named "&aZombie" on...
  2. Palgia

    Script [SKRIPT] ⭐ENCHANTED MOBS ⭐ - Make vanilla mobs stronger ! (API ✅ Easy to use ✅) 1.0

    Enhance your survival adventure with mobs abilities ! Important information: Loading this skript causes some errors to show up on chat. Just ignore them, these are visual only. How to install ⋙ Install Skript, Skript-reflect and Skbee for 1.20.2+ ⋙ Drag and drop the EnchantedMobs folder into...
  3. A

    Solved Multiple fighters

    So I'm making a script where when the player inputs /applearmy and if the player's name is "Applespog" and the cooldown is ready, then spawns 5 zombies with apples on their heads. command /applearmy: trigger: if the player's name is "Applespog": if...
  4. G

    [HELP] [SKRIPT] Mobs spawning within a radius randomly

    Hey so what i want is: every 10 secounds between 0 60 0 and 10 60 10 5 zombies spawn in random spots in that area If you can do anything to help please do so and reply anyway so it can get boosted <3
  5. swaith

    Monsters can "break" blocks if from spawners.

    Category: Mob behaviour Suggested name: Breakout Spigot/Skript Version: 2.6-beta2 / 3238-Spigot-6clclb2-9217b52 (MC: 1.17.1) What I want: a way to adjust the script below, so that it can detect when a mob has been spawned via a spawner it will on chance break blocks surrounding it that are...
  6. G

    Solved Please help me with this! I need it!

    Hey! Im making a clicker type server, where if you kill mobs, you get multi. Here comes the part that i need you to code. I want to make like gens wich you place down, it will start spawning mobs. Many thanks if you can make it!
  7. G

    Mob gens

    Hey! Im making a clicker type server, where if you kill mobs, you get multi. Here comes the part that i need you to code. I want to make like gens wich you place down, it will start spawning mobs. Many thanks if you can make it!
  8. M

    Solved Spawning mobs in specific coordinates and world

    How to do this?
  9. P

    Help with mobs pathfinding

    i found this on the forums https://forums.skunity.com/threads/make-mob-chase-target-a-player-in-particular.3613/ that shows how to make mobs follow the nearest player, but instead I need help with making a skript that goes for the nearest player but not the one who activated it. What do I do to...
  10. J

    Custom Heads on mobs??

    Hey guys So I was wondering how to create a mob with a custom head and custom armour it would be cool if someone could help me ;)
  11. K

    Set zombified piglin to aggressive on spawn

    I need a skript that will make all zombified piglins aggressive or hostile when they spawn. Thank You!
  12. J

    Random Mobs

    Im tryna make a gamemode where it says a random mob in chat and you have to kill it. any ideas? Basically block shuffle with mobs
  13. G

    invisable mobspawner

    Hey guys, i have a quetsion i just started skripting and would like to find out how to spawn mobs with skript. i want the mob to have a name and armor.
  14. X

    Stop Mobs Seeing you (Following & Attacking)

    Hello, i'm creating a Vanish script and i want to stop mobs seeing, following and attacking you. I don't found any Informations about this. I hope somebody can help me :)
  15. N

    how to make endermen always angry

    read the title
  16. H

    Dragon Rider

    Category: Vehicle Suggested name: Dragon Rider Spigot/Skript Version: Spigot 1.8.8/Skript 2.2 Dev25 What I want: Hi!, im wanting to ride a ender dragon but i want to make the ender dragon pushed forward at player direction. like this: Ideas for commands: /dragon Ideas for permissions...
  17. J

    Function to Mob Spawn depending on Room teleport

    So I wanna make it so custom mobs spawn in set locations depending on the room the players enter. For example if player Steve gets teleported to room 1, mobs spawn at locations A & B of the room 1. then Steve moves to room 2, mobs spawn at locations A & B of room 2. The thing is room teleport...
  18. F

    Efficient way to make mobs spawn around player

    Hello! I'm currently making a skript that involves spawn of zombies, does anyone know how i can make them spawn around the player without making the server working overtime for it to work? Thanks :)
  19. I

    Mob Health Bar

    I tried to create a health bar for mobs but failed. I made it for gamers but not for skeletons, zombies and spiders. I ask for help.
  20. S

    Help kill stack mobs

    My Skript has the function of killing an amount of mobs stacks. on death of zombie: if attacker is a player: set {_drops} to number of drops clear drops set {_name} to name of victim # Before this x has a number that represents the amount of mobs in a stack # I...