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

    Gamerule - Not Supplied.

    on damage: if y coord of victim is less than or equal to 0: send "You're dead" to victim If that didn't happen in these 100 ticks?
  2. novastosha

    Script Regions - The API update

    Regions API is now out! - Added region corner to the API (region %string% corner number [1/2]) - Added region at block (Returns What region of the block) Ex: region of block "block at loop-block " -> This returns a location Sorry for the complex Enjoy! -Novastosha
  3. novastosha

    HELP!!

    Particles of spawners are ClientSide
  4. novastosha

    Solved Message if has permission

    Couger remove else: ....stop Cuz that will stop the trigger
  5. novastosha

    Why can't I loop a location?

    loop-index parsed as location
  6. novastosha

    Solved Why doesn't work why function?

    Oooh, that's what i was going to tell ya
  7. novastosha

    Solved Why doesn't work why function?

    Try this version and if you get an error send it Skript 2.2-dev36 Go to this link: https://skripttools.net/skript
  8. novastosha

    Solved Why doesn't work why function?

    No 2.2 is not the latest
  9. novastosha

    Solved Why doesn't work why function?

    What fork is this skript? I know i read the stacktrace
  10. novastosha

    Solved Why doesn't work why function?

    But remove every 1 second and put on death instad then replace Scoreboard(player) with Scoreboard(victim or attacker)
  11. novastosha

    Solved Why doesn't work why function?

    This will make the scoreboard update only when a player dies
  12. novastosha

    Solved Why doesn't work why function?

    For the scoreboard to update
  13. novastosha

    Solved Why doesn't work why function?

    function ScoreBoard(player: player): wipe {_player}'s sidebar set name of sidebar of {_player} to " &e•&6● &3&lGungame " set score " " in sidebar of {_player} to 11 set score "&3•&b● &f&lKills:" in sidebar of {_player} to 10 set score "&e➜ &a&l%{stats::%{_player}'s...
  14. novastosha

    Mining skript screwing up

    Use if event-block is <your blocks>: instand of If block's type is <a block>[\CODE]
  15. novastosha

    Solved Lore of player's held item

    if {_lore::*} contains "&cExplosive 1": Don't use "colored"
  16. novastosha

    Solved Level RPG pls quick

    Do /levelm set <yOURnAME> <Any number from 0 to 100> and tell me the results