Skip to content

Repository files navigation

AtumCore

convenient lib I use for my own plugins

My YT where I used this lib to make effects: https://www.youtube.com/@phoenixra1908/videos

Gradle:

repositories {
...
maven { url 'https://jitpack.io' }
}
dependencies { compileOnly 'com.github.Phoenix-Ra:AtumCore:v{version}'
}

Maven:

	<repositories>
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
</repositories>
<dependency>
<groupId>com.github.Phoenix-Ra</groupId>
<artifactId>AtumCore</artifactId>
<version>v{version}</version>
</dependency>

About

Powerful library I made to use it in a long-term projects. Significatly saves the time to develop plugins and manage the server

Resources

Stars

2 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages