Skip to content

Centralised core API and utility manager for MineCrossing Java programs

Notifications You must be signed in to change notification settings

MineCrossing/CoreUtilities

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CoreUtilities

Centralised core API and utility manager for MineCrossing Java programs

Maven Repository

To use RedisAPI run the following commands:

git clone https://github.com/MineCrossing/CoreUtilities.git
cd CoreUtilities
mvn install

Then add this into your dependencies section in your pom.xml

<dependency>
    <groupId>xyz.minecrossing</groupId>
    <artifactId>CoreUtilities</artifactId>
    <version>1.0.0</version>
</dependency>

Available Features

Logger - Output information with prefixes depending on state and severity

Tasks - Run asynchronous and delayed tasks via CoreUtilities#getTaskManager()

Misc classes ConnectionDetails, ConnectionManager, PropertyLoader...

About

Centralised core API and utility manager for MineCrossing Java programs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages