Lightweight open source Minecraft plugin framework that aims to reduce Bukkit's verbosity while also providing useful tools for developers.
Add this to your respositories:
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>Add this to your dependencies:
<dependency>
<groupId>com.github.matyas-toth</groupId>
<artifactId>Catalyst</artifactId>
<version>1.0.1</version>
</dependency>Repositories:
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
mavenCentral()
maven { url 'https://jitpack.io' }
}
}Dependencies:
dependencies {
implementation 'com.github.matyas-toth:Catalyst:1.0.1'
}- Easy event listeners with lambda expressions
- Lambda CommandExecutors
- A massive & easy-to-use Command Framework
- GUI Framework
- Scoreboard Framework
- Configuration File Framework
- Per-player & General ORM/KV Database Framework
- Velocity Support