Recent content by zTak

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

    Skript loading error

    @Jakkeren 1.8.8
  2. Z

    Skript loading error

    Hey, my skripts are not loading anymore. Console output: https://prnt.sc/wk63p2 Plugins: https://prnt.sc/wk64cw I added a few addons of skript (like skstuff, ...) maybe u could help me o.o
  3. Z

    get message packet

    @pokw you can just read packages out with e.g. skelleton or skript-mirror. So I just need a skript
  4. Z

    Is a server joining lobby possible?

    No, you cant. You need the same ip with different port. You could send a message with the ip, more is not possible :/ leave a like c:
  5. Z

    Set more Health but still 10 hearts in the Health bar

    Ich würde folgendes vorschlagen: PS: gönn mir nen Like <3 nutz eine Variable und zieh beim Damage immer 1 von der variable ab, sobald die Variable < 10 ist, cancelst du das damage event nicht mehr. Du könntest dann noch die Leben (die variable) in der actionbar oder im scoreboard anzeigen...
  6. Z

    Is a server joining lobby possible?

    There are two options: 1) You have a bungeecord network and connect the player on click in the gui. 2) if you want to connect instantly to another server, which is not in your bungeecord-network, this is not possible! You need a special client to do this. With the normal minecraft-client isn't...
  7. Z

    Solved Make skript ignore lore

    if player's helmet slot = diamond helmet: if name of player's helmet = "&3cool helmet": broadcast "Im cool"
  8. Z

    Checking all players inventories

    I think, you just want to get an arrow back, when you shooted. Just do following: On shoot: if player has permission "archer.use": give player arrow
  9. Z

    get message packet

    Hi, I have following problem: I have a very good clan plugin, but it hasn't placeholderAPI. I want to set a variable to the player's clan. I can use the command /clan info <player> to show the player's clan. Can I ask for that message in Skript somehow and can split the message at "the player...
  10. Z

    Licensing Skripts

    Hi, is there a way to create a License for a skript. I want to give a license to somebody else, and then the skript will work. Otherwise it wouldn't It must be connected somehow with my server or somehow. I think this is impossible for everyone here.
  11. Z

    if player is in world: give effect

    every minute: loop all players: if loop-player is in world "world": apply regeneration to loop-player for x minutes/days/years
  12. Z

    Solved Teleport player to random saved location

    The Problem is that a location is more than just the coordinates. Its also C, E & F. You can see this if you press F3 in Minecraft. It would be better if you just create a command to set the location as @Dave said before.
  13. Z

    offline money

    @couger44 oops u r right
  14. Z

    i really need help

    at location of {_Particulaspawn}
  15. Z

    Solved everyone except player

    @Dave i tried to explain it as easy as possible, Sherlock.