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 skript-towny - 1.0.2

    Added mayor of %towns% and town level of %towns% Updated to latest Towny, Skript and Minecraft Add more suggestions in the issues tab on GitHub at https://github.com/TheLimeGlass/skript-towny/issues
  2. LimeGlass

    Grappling Hook

    Grappling Hook Adds a grappling hook to the server. All you need is a fishing rod named "grappling hook". You can edit anything in the script too. It's fairly simple to understand aside from the vector math calculations. Features: - Typical grappling hook mechanics - Rebound physics, meaning...
  3. LimeGlass

    Script Grappling Hook 1.0

    Grappling Hook Adds a grappling hook to the server. All you need is a fishing rod named "grappling hook". You can edit anything in the script too. It's fairly simple to understand aside from the vector math calculations. Features: - Typical grappling hook mechanics - Rebound physics, meaning...
  4. LimeGlass

    Addon Skellett - The beast addon! - Fishing for some bug fixes

    - Added fishing back #Get the fishing hook entity [the] [event-]fish[ing]( |-)hook # The fish entity if state was caught hook[ed] entity # event value [the] [event-]fish[ing]( |-)state - Fixed bossbar flags not working properly - Fixed fishing state not being comparable. - Fixed up the...
  5. LimeGlass

    Addon Khoryl - Massive Content Update 1.17-1.19

    I guess I forgot to upload all the 1.17-1.18 content with 1.0.4, so here is 1.0.4 and 1.0.5 The amount of syntaxes added will take me hours to add here, so all syntaxes will be present on skripthub.net in the coming hours. Auto docs will generate now...
  6. LimeGlass

    Addon Skellett - The beast addon! - SkBee conflict fixes

    - Fixes a bug that disables SkBee or Skellett from running.
  7. LimeGlass

    Diskuise

    @_tud Letting you know the documentation button is not a BButton link, it's just the image.
  8. LimeGlass

    Addon Skellett - The beast addon! - Bug fixes

    - Fixed a bug where the boss bar flag and a citizens condition could not find the correct classinfo for it's syntaxes. (Yes I know right, how was that even a thing) - Fixed the NpcIsSpawned condition not working. - Started to add .lang types, You can compile Skellett (or any of my addons) and...
  9. LimeGlass

    Addon Skacket - Glowing fixes

    - Fixed stop glowing not working properly - Added a system that will update the entity back to glowing after it's metadata changes.
  10. LimeGlass

    Addon Skungee - The proxy addon for Skript - Java 17 update

    This update adds Java 17 support.
  11. LimeGlass

    Addon Sky - Added BentoBox support

    - Dropped FabledSkyBlock support. I no longer work on FabledSkyBlock, and don't want to support the plugin anymore now that BentoBox exists. - Added BentoBox support. This means BSkyBlock, AcidIsland, CaveBlock, SkyGrid and more. - Updated libraries. - Added GitHub actions, so you should now be...
  12. LimeGlass

    Addon Skacket - Fix client side armour

    - Fixed client side armour effect not working properly. - Updated to 1.18.2 This version only works for Java 17
  13. LimeGlass

    Addon Skacket - Skript 2.6.1 support and 1.18 Anvil GUIs

    Skript 2.6.1 support and 1.18 Anvil GUIs. This version only works in Java 17.
  14. LimeGlass

    Featured Skore - The scoreboard addon. - Less flicker

    Updated some packets to handle the newer methods. There is practically zero flickering when updating the title and slots at the same time. All done async to avoid slowing down your server. I want to try and look into undername scoreboards and add that to this addon, so potentially stay tuned...
  15. LimeGlass

    Featured Skore - The scoreboard addon. - Skript 2.6.1 and MC 1.17+ support

    This version will only work in 2.6.1 and 1.17+ with Java 17. Use 2.0.2 for other versions.
  16. LimeGlass

    Featured Skore - The scoreboard addon. - Skript 2.6.1 and MC 1.17+ support

    This version will only work in 2.6.1 and 1.17+ with Java 17.
  17. LimeGlass

    Addon Skellett - The beast addon! - Skript 2.6.1

    - Removed Armour stand syntaxes, they're moved to Khoryl - Removed the download effect as it was insecure and not practical. - Removed the message center syntax as the client can have set their settings to be any chat length making this syntax not work. - Recoded Chunk outline, Entity ID and...
  18. LimeGlass

    Addon SkQuery [1.13-1.21+] - 1.18.1 and Skript 2.6.1 support

    Updated all libraries; Skript 2.6.1, Minecraft 1.18.1 and Shadow gradle. Removed new uuid expression as it's in Skript now. Fixed a debug error happening with the world border size expression. Due to how Skript is removing versions equal and older than 1.12 and Mojang requiring latest Java...
  19. LimeGlass

    Addon Skacket - Toast Display

    Added 1.16+ support for the entity equipment syntax Added new toast notification which displays the advancement toast icon notification in the top right corner using CrazyAdvancementAPI. send %players% [advancement] toast [notification] %string% with [icon] %itemstack% and frame...
  20. LimeGlass

    Addon Skacket - Fixed player dig event not working

    Fixed player dig event not working as intended. Updated libraries This version only runs on 1.18 and Java 17