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

    Addon SkQuery [1.13-1.21+]

    no
  2. LimeGlass

    Addon Facsk

    It's alot to recode and it's on my todo list, got thousand things to do.
  3. LimeGlass

    Addon SkQuery [1.13-1.21+]

    yes a .mid file, there is also a url version syntax which needs a raw link like example.com/example.mid
  4. LimeGlass

    Addon SkQuery [1.13-1.21+] - Fixed bug in looping blocks of a cube

    Fixed bug in looping blocks of a cube
  5. LimeGlass

    Addon SkQuery [1.13-1.21+] - Bug fixes and removals

    Removed fireworks, I added them to Vanila Skript. (Pop firework still exists though as that's reflection) Removed BookOf expression, it generated a book by string, it was a dumb implementation. Books are in Vanila Skript now. Removed SkQuery version expression, not needed. Fixed Skript 2.3 color...
  6. LimeGlass

    Addon ServerInstances - Update to latest Skungee

    Updated to work with Skungee 1.0.7+ Use the older version of ServerInstances v1 if you continue to use Skungee versions lower than 1.0.6. This update will reset your configuration for ServerInstances so make sure you have saved the configuration for it. Report errors at...
  7. LimeGlass

    Thanks!

    Thanks!
  8. LimeGlass

    SkQuery permission manager don't work.

    SkQuery doesn't have permissions anymore, that's Skript not having proper changers. It was a trash commit some random did, I urged that it not be added but it got added... Skript overrides regardless if it existed in SkQuery. I will go in and fix it eventually.
  9. LimeGlass

    Check if player is mining

    No, mining is client side. You can only get the time they started `on block damage` and when they finish mining `on break` Mojang does this because it would be bad packet management to send a packet every tick when mining.
  10. LimeGlass

    Script Abba Caving 1.0

    Abba Caving Minigame This is a small minigame called ABBA, it's a minigame created by the Mindcrack server (an SMP Youtube server) where the goal of the game is to earn the most points. Each ore in the game gains points. emeralds 7, diamonds 5, gold 3, lapis 1, redstone 1, iron 0.5 coal 0.5...
  11. LimeGlass

    Skungee's weird problem

    Use Skungee 1.0.9. The 1.0.9a is a Github only release in which it added an API, and contains a bug where the object of packets wouldn't return, a big problem that is fixed in 1.1.0. I will remove that jar download so future issues with others don't happen.
  12. LimeGlass

    Addon Skungee - The proxy addon for Skript

    Report this error at https://github.com/Skungee/Skungee/issues Otherwise we may forget about this issue. The problem is i'm guessing you're looping all servers including the server the Skript code is being executed on, this causes an issue because Skungee is all asynchronous, and the command...
  13. LimeGlass

    Addon SkQuery [1.13-1.21+]

    Check out json.sk json in SkQuery was removed. Skellett has this too
  14. LimeGlass

    My Updated Discord tag LimeGlass#1070

    My Updated Discord tag LimeGlass#1070
  15. LimeGlass

    Addon SkQuery [1.13-1.21+]

    You're using a Skellett syntax, It's not SkQuery. I suggest using skript-db for mysql at the moment.
  16. LimeGlass

    Addon SkQuery [1.13-1.21+] - 1.13 update and Midi revamp

    Added: Midi is playing condition; midi [ids] %strings% (are|is) playing midi [ids] %strings% (are|is)(n't| not) playing Location is within now accepts multiple locations; %locations% (is|are) within %location% (to|and) %location% %locations% (are|is)(n't| not) within %location% (to|and)...
  17. LimeGlass

    Solved Unable to Sort List Variable (Confirmed Skript bug/issue)

    This happens when you have different types in the list. For example a string and a number. You can try parsing as a number. set {_list::lime} to "1" parsed as number set {_list::lime2} to "2" parsed as number set {_list::lime3} to "3" parsed as number set {_sorted::*} to sorted {_list::*} If...
  18. LimeGlass

    Addon Skellett - The beast addon!

    I suggest using skript-db for MySQL rather than Skellett's and disabling Skelletts. It's old and outdated MySQL methods.
  19. LimeGlass

    Skellett's download can be found here...

    Skellett's download can be found here https://forums.skunity.com/resources/skellett-the-beast-addon.24/ The Github for the public Skellett can be found here if you're compiling source https://github.com/TheLimeGlass/Skellett-Legacy