Recent content by LimeGlass

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

    Skacket

    LimeGlass updated Skacket with a new update entry: 1.20.1 and Skript 2.7.0 Read the rest of this update entry...
  2. LimeGlass

    Addon Skacket - 1.20.1 and Skript 2.7.0

    Updates Skacket to 1.20.1 and Skript 2.7.0. This version ONLY runs on 1.19.3+ use 1.0.13 of Skacket for older versions.
  3. LimeGlass

    Discord Thread Tons of console errors

    This was fixed in 2.7.0-beta3 to where the error printed will become a harmless warning rather than a stack trace. See https://github.com/SkriptLang/Skript/pull/5673 where it got fixed. Skript literally cannot do anything about it. You have a location of an unloaded world, so Skript cannot...
  4. LimeGlass

    Discord Thread Tons of console errors

    omfg what are you doing You're setting blocks in async You're saving a variable of an unloaded world, or you're constantly saving a location and when that world gets unloaded, the task is running so fast, that it catches as the server is stopping. And Paper appears to hate you as it attempts to...
  5. LimeGlass

    Addon SkQuery [1.13-1.19+] - Bug fixes

    - Changed how the health scale works, to not be doubling the value anymore. (Closes https://github.com/SkQuery/SkQuery/issues/74) - The `@noupdate::` block set effect was not registering, most likely due to the new markers in newer Skript versions. Added `set %blocks% to %itemtypes% with no...
  6. LimeGlass

    Addon SkQuery [1.13-1.19+]

    LimeGlass updated SkQuery [1.13-1.19+] with a new update entry: Bug fixes Read the rest of this update entry...
  7. LimeGlass

    Addon ServerInstances - 2.0.2

    - Updated to 1.19.4 and Skungee 2.0.0-BETA-5
  8. LimeGlass

    Addon Skungee - The proxy addon for Skript - 2.0.0-BETA-5

    Updated libraries to Spigot 1.19.4, Skript 2.7.0-beta2 and Bungeecord 1.19 Changed the Packets#getPacketId to an int rather than a byte.
  9. LimeGlass

    Addon Beamer [1.8, 1.12 and 1.19] - 1.1.0

    - Updated to ProtocolLib 5.0.0-SNAPSHOT (Latest ProtocolLib as of this release)
  10. LimeGlass

    Skore - The scoreboard addon. - 2.0.6

    Updated to Skript 2.7.0-beta2 Updated to Spigot 1.19.4 Updated to ProtocolLib 5.0.0-SNAPSHOT (Latest as of this release)
  11. LimeGlass

    Addon Graphisk - 2.0.0-ALPHA

    Renaming HolographicDisplaysAddon to Graphisk Added support for 1.19.4 Added support for DecentHolograms 2.0.0-ALPHA. Syntaxes are the same as HolographicDisplaysAddon https://skripthub.net/docs/?addon=HolographicDisplaysAddon Report issues at https://github.com/TheLimeGlass/Graphisk/issues
  12. LimeGlass

    Addon SkQuery [1.13-1.19+] - 4.1.9

    - Updates to latest Spigot 1.19.4 and Skript 2.7.0-beta2 - Removes moon phase expression. It's in Skript now.
  13. LimeGlass

    Addon Sky - 1.0.6

    - Added support get getting levels of islands for BentoBox - Added support for setting the level of islands.
  14. LimeGlass

    Addon Sky - 1.0.5

    - Fixed a bug with getting the island of a player - Updated GitHub actions
  15. LimeGlass

    Addon Skellett - The beast addon! - 2.0.9

    - Removed text components, they're in vanilla Skript now. - Fixed Skellett not starting on 1.10 and lower due to the BlockSave syntaxes - Fixed Bossbars not working on 1.9 - Fixed Skellett not working on Java 8 - Updated to Spigot 1.19.3 - Added new syntax to boost a player using a firework when...