Sky

Addon Sky 1.0.6

  • 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!

- Added support get getting levels of islands for BentoBox
- Added support for setting the level of islands.
- Fixed a bug with getting the island of a player
- Updated GitHub actions
- Changed the island of player syntax to support which world. Also for ASkyBlock and BentoBox made it so if the player has no island, it'll use their team's island as described in BentoBox's JavaDocs.
Code:
[the] island[s] of %offlineplayers% [in %-world%]
%offlineplayers%'[s] island[s] [in %-world%]

- Added a syntax to get all islands in a world for ASkyBlock and BentoBox implementations
Code:
[the] islands (in|of) %worlds%
%worlds%'[s] islands

- Added GitHub actions, so their will always be an updated jar on the GitHub when any of the Skyblock plugins update, all done automatically.
- Fixed loading on 1.12. (thanks sewoo12) (closes https://github.com/TheLimeGlass/Sky/issues/6)
- Fixed loading of BentoBox. (thanks 42hub) (closes https://github.com/TheLimeGlass/Sky/issues/13)
- Some code cleaning and optimizations.
- Creation date syntax now works for BentoBox too not just ASkyBlock.
- 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 able to grab a version of the current Minecraft and BentoBox automatically from https://github.com/TheLimeGlass/Sky/actions when they become available.
- Fixed ASkyBlock lock expression not working
- BentoBox support coming soon.