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

    "Loop all players" not working with SkellettProxy

    Hey, I'm using SkellettProxy to use the bungee features, however it seems like "loop all players:" no longer works, I'm not sure whether it's a bug or if the syntax is different, but ya I'd appreciate some help, thanks. error message: https://gyazo.com/5344bc28b1fc998849ff0506e5be010c
  2. C

    Is there a more functional way to update sidebars

    Hi, I'm currently using a sidebar setup that looks like this - https://gyazo.com/3a93e6a090c5f31ee6b689bf4365d80f The problem is that updating this means I have to wipe the sidebar and then set everything which causes a flash, and if I use "$ thread" to prevent the sidebars causing lag is takes...
  3. C

    Solved Efficient way to display health under playername

    I'm currently using on damage: wait 1 tick set {_health} to floor(health of victim*10) set score "%%" below victim to {_health} for attacker every 1 seconds: loop all players: world of loop-player is not "Spawn" wait 0.1 tick set {_health} to...
  4. C

    Skript Memory Usage

    Hi, just wondering if anyone knows how skript handles memory usage, although the server only has around 1,000 loaded variables, over 4~ hours the free memory gradually decreases and eventually starts reaching 0mb causing a severe lag spike. The majority of the server is skript so it can't be to...
  5. C

    Solved How to parse a text format of Date/Time

    I'm trying to use '"%now%" parsed as text' from a database back into the game to use for 'difference between <x> and <y>', I've tried parsing as 'date', 'date and time', 'time', but nothing seems to work
  6. C

    Solved Is it possible to set the speed of a horse?

    I'm trying to make it so each unique horse that is spawned is the exact same, the only thing I can't seem to work out is how to set the speed of the horse to be the same. Current Code: spawn an unique "horse" horse colored "chestnut" with patterns of "black dots" at player set name of last...
  7. C

    Slight lag when using MySQL via. SkQuery

    Hi, I've been working on converting the data variables on my server to a MySQL database due to running into issues with the .csv file overloading and causing lag issues on the server and taking a long period to restart. I've never really had to make a forums post here before because I've usually...