Skip to content

matyas-toth/Catalyst

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Catalyst

Lightweight open source Minecraft plugin framework that aims to reduce Bukkit's verbosity while also providing useful tools for developers.

JitPack

How to use? (Maven)

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>

How to use? (Gradle)

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

Features

  • Easy event listeners with lambda expressions
  • Lambda CommandExecutors
  • A massive & easy-to-use Command Framework

To-do

  • GUI Framework
  • Scoreboard Framework
  • Configuration File Framework
  • Per-player & General ORM/KV Database Framework
  • Velocity Support

About

The Minecraft plugin framework.

Resources

Stars

Watchers

Forks

Contributors

Languages