Recent content by Fluffy i Am

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

    Changing a mob attribute

    Wassup good sirs and ma'ams. I need to change the attribute "followRange" of a mob when it spawns. I have no idea on how to get this to work. I've tried myself but now I'm here. Open to any suggestions, thanks! :)
  2. F

    Execute console command in specific world

    Hello there! I'm having some trouble with this: execute console command "/entitydata (UUID of entity) {Attributes:[{Name:generic.followRange,Base:100}]}" But it won't let me. I tried debugging it and manually, in-game, putting in an UUID and it worked! So i figured that since there wasn't a...
  3. F

    Efficient way to make mobs spawn around player

    Is there anyway to make sure they don’t spawn inside blocks and suffocate?
  4. 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 :)