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 community!

    Now, what are you waiting for? Join the community now!

  1. M

    Hiring Looking for Skript Developer!

    I would like to help you for free but I don't have discord. I am a decent skripter and I have made a few a servers with skript.
  2. M

    Internal error has occured while trying to preform your command or smth

    First, when you have a question on how to do something please check the docs first
  3. M

    Unbreakable blocks

    cant you just remove the tnt when it explodes and summon a fireball?
  4. M

    need help with a pull like a black hole

    ... you made your skript so cant you add it?
  5. M

    Stop a function from running its next code if variable is true

    so just do on server tick start: if {pvsGameStarted} is false: stop else: #other stuff
  6. M

    Im board and I want projects

    Im board and I want projects Post any suggestions, and I'll make them (probably).
  7. M

    Stop a function from running its next code if variable is true

    would it work to nest everything into other functions which then have tests for if the game has started? like command /startpvs: permission: op trigger: if {pvsGameStarted} is true: startPvSpleef() local function startPvSpleef(): if {pvsGameStarted} is false...
  8. M

    blinking boss bar

    try this? function exptime(p: player): if {exptime::%{_p}%} is not set: set {exptime::%{_p}%} to 10 seconds set {exptime::expire::%{_p}%} to {exptime::%{_p}%} from now set {exp::%{_p}%} to true while {exp::%{_p}%} is true: set {_remaining} to difference between...
  9. M

    Stop a function from running its next code if variable is true

    can you send the skript so I can see what the context is?
  10. M

    Any Skript experts around who are willing to commit into looking into my killstreak skript problem?

    first I found this {killstreaks::} = 0 should be set {killstreaks::*} = 0 second you can make is simpler if you remove victim is a player because it is specified in the trigger and that is all that I realy caught
  11. M

    Skript Tools Skbee Crafting Recipe Generator 1

    A crafting recipe genorator for SkBee 3.6 https://meggy-mode.github.io/SkBee-Crafting-Gen/ will add newer SkBee support soon
  12. M

    Script Tools Skbee Crafting Recipe Generator

    Meggy_Mode submitted a new resource: Skbee Crafting Recipe Generator - Yay Recipes Read more about this resource...
  13. M

    Detect if one player Spleef’d another

    cant you just do somthn like this? on break of snow block: loop all players: if loop-player is not event-player: if distance between loop-player and event-block <= 2: if y-coordinate of loop-player is greater than y-coordinate of event-block...
  14. M

    GUI problems Skript 2.11.0

    that does not answer my question, what add-ons do you have and what are their versions
  15. M

    GUI problems Skript 2.11.0

    what add-ons do you have and what are their versions
  16. M

    Skript help

    did the issue start after the update?
  17. M

    Skript help

    i need numbers like skbee 3.10 or somthing
  18. M

    Solved respawn skript

    just look at the docs, it wont take you that long
  19. M

    My skript doesn't work

    I had that same error when I updated my server to a new version, it is because your skript version is not formatted for the server version. Either update your skript file, or downgrade your server version.