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

    Friend or Foe

    Yes you can do that, although I believe Gryphon formatted his action bars wrong. 1715951550 Yes you can do that, although I believe Gryphon formatted his action bars wrong.
  2. N

    Need help skript crashing my 1.20.4 server

    Ofc! Yeah you can adjust that time as needed but you shouldn't ever need to wait less than a second or so, unless you need to do a lot of quick calculations.
  3. N

    Need help skript crashing my 1.20.4 server

    He sent his console log, which included a thread dump for a repeating timed task calling if (Player.isOnline()), it doesn't have anything to do with reload errors as far as I can tell.
  4. N

    I need help creating a GUI

    oh its 6 ok ty
  5. N

    Need help skript crashing my 1.20.4 server

    Maybe cuz you dumped your entire console :sobs: It's some kind of event, several calls to isOnline(), are you using something like this? on join: while player is online: #code if so, make sure you have some kind of wait in your while loop, like-a-so: on join: while player is...
  6. N

    I need help creating a GUI

    9 rows is too many for a vanilla gui iirc. I'm pretty sure it caps out at 7.
  7. N

    How to add and subtract xp from a player

    The parser is several skript versions outdated. That being said, I've sent the wrong doc link! https://skripthub.net/docs/?id=928
  8. N

    Skyblock Help

    No, I don't have time today.
  9. N

    Skyblock Help

    https://skripthub.net/docs/?id=10802 Use virtual worldborders/for player worldborders.
  10. N

    Skyblock Help

    Well that's the basic logic, basically you make a big worldguard reason and write your skript in a way where you can split that up into like 50x50 squares, generate islands in the middle of those squares, and setup client-side worldborders.
  11. N

    Skyblock Help

    It should be possible in one world but you'll have to specify regions/chunks where islands can generate, possibly using a void world and then checking blocks in each direction in order to make sure the islands generate far enough apart. As for the world borders, client-side worldborders should...
  12. N

    LuckPerms help

    Make a new post in skript-help please. https://forums.skunity.com/forums/skript/
  13. N

    LuckPerms help

    Yes, I'm aware.
  14. N

    LuckPerms help

    Sul, he said "title script"
  15. N

    LuckPerms help

    I don't know what this means but player's prefix is an expression that exists
  16. N

    Variables Not Saving

    What isn't being saved? The {kit::%{_k}%::*} variable?
  17. N

    How to add and subtract xp from a player

    https://skripthub.net/docs/?id=3039 You can't remove xp but you can remove levels give 10 xp to player remove 4 levels from player etc
  18. N

    Code for spawning and killing monsters periodically not working

    You know, it's pretty difficult to help when I can't read the code.
  19. N

    adding cooldown to this

    What is %time%? Also what do you mean it goes up and not down?
  20. N

    adding cooldown to this

    hmm... Did you try the other method in Item Cooldowns II?