MineLibs is not for everyone. The library contains many functions that are exactly adapted to my needs and my code style. However, I would be very happy if you would take a look at it. Maybe you are similar to me and can find a use for my work.
Many functions that I don't cover can be found in Spicy. MineLibs should best serve as an extension to Spicy.
The API is a bit too full. It will be split into several smaller projects that I will publish under the XyloCraft organization. The projects will be linked here in the future. For now, you have to use MineLibs or copy the code from my classes into your project. The usage is free :D
<repositories>
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
</repositories>
<dependency>
<groupId>com.github.Asedem</groupId>
<artifactId>MineLibs</artifactId>
<version>f72e988397</version>
</dependency>
repositories {
maven { url 'https://jitpack.io' }
}
dependencies {
implementation 'com.github.Asedem:MineLibs:f72e988397'
}
- Custom ChatColor class
- translate
- gradiant
- nonce
- BukkitMath
- DynamicPermissions
- PlayerUtils
- AdvancedYamlConfiguration
- TextComponentBuilder
- InventoryBuilder
- Map
- CustomMap
- CustomScaledMap
- BungeeMessageChannel
- ProxyUtils
- Updater
- ReverseMap (This structure provides massive bugs)