Create shulker-like bags of varying sizes bound to a player, or accessible by anyone.
JavaDocs: https://valorless.github.io/HavenBags
<repositories>
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
</repositories>
<dependency>
<groupId>com.github.Valorless</groupId>
<artifactId>HavenBags</artifactId>
<version>main-SNAPSHOT</version>
<!-- Either "main-SNAPSHOT" (Latest release), or like "1.40.0" from this list: https://github.com/Valorless/HavenBags/tags -->
</dependency>