Skip to content

1.0.4

Compare
Choose a tag to compare
@TheLimeGlass TheLimeGlass released this 24 Jan 02:37
· 7 commits to master since this release
  • 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.
- [the] island of %offlineplayers%
- %offlineplayers%'[s] island
+ [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
+ [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.