Skip to content

Asedem/MineLibs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MineLibs

Made with Java

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.



This Project will be discontinued

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


Installation

Maven

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

Gradle

repositories {
    maven { url 'https://jitpack.io' }
}

dependencies {
    implementation 'com.github.Asedem:MineLibs:f72e988397'
}

Features

  • Custom ChatColor class
    • translate
    • gradiant
    • nonce
  • BukkitMath
  • DynamicPermissions
  • PlayerUtils
  • AdvancedYamlConfiguration
  • TextComponentBuilder
  • InventoryBuilder
  • Map
    • CustomMap
    • CustomScaledMap
  • BungeeMessageChannel
  • ProxyUtils
  • Updater
  • ReverseMap (This structure provides massive bugs)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages