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

    Prefix/Suffix help

    I need help with a little something. I have this code: make all players see loop-player's prefix as "%{prefix.%loop-player%}% " But there's no way to then also set the suffix as far as i know. They can't both be set at the same time. So that means this wouldnt work: make all players see...
  2. G

    Teamed mobs

    I need help with a skript. I have it done except this part. I need the mobs spawned via mob eggs not target the player that spawned them so the player and mob can work together. If you need my full code just ask!
  3. G

    Teamed mobs

    I have a complete skript done, Except that part. anyway i will do that thnx.
  4. G

    Teamed mobs

    I have no clue on how to do this. I have a couple of kits that include mobs. Now i need those mobs to not attack the player who spawned it. So that the player can fight other players while the spawned mob helps the player. Thanks in advance
  5. G

    Multiple Lobby System

    You'd need bungee and a bungee addon.
  6. G

    Create a hologram with a skript variable showing

    You can in fact just write %{kills.%player%}%, But you'd have to do it in a skript. I believe there's an addon that has events related to holograms
  7. G

    It leaves no animal or monster to spawn.

    /gamerule MobSpawning or something like that. You could also try using this on spawn: cancel event
  8. G

    Solved Placeholders

    It's actually because you use "player" instead of "loop-player". You need to use the looped player because otherwise the loop wouldnt be used at all.