krafticsteam / liberium

Library for easier spigot plugin development.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Liberium

Liberium

Develop spigot plugins with ease.

Spigot Release Servers

⚠️ Discontinued - no longer maintatined ⚠️

This project is no longer maintained.

I (@panda885), the author and maintainer of this plugin, am no longer interested in creating plugins for Minecraft and therefore have no motivation to maintain this plugin. If you are interested in this plugin and would like to develop it further, feel free to can contact me.

Installation

  1. Download Liberium from release page
  2. Put it in the plugins folder in your server.
  3. Restart or reload the server.

Development

You can download Liberium from the release page, or use one of these build tools (replace (latest_version) with latest version):

Maven

<dependency>
  <groupId>com.kraftics</groupId>
  <artifactId>liberium-core</artifactId>
  <version>(latest_version)</version>
  <scope>provided</scope>
</dependency>

Gradle

compileOnly 'com.kraftics:liberium-core:(latest_version)'

More info about how to continue is in the wiki

Contributing

Do you like this project and want to contribute?
You can post ideas, bug reports and pull request at the issue tracker

About

Library for easier spigot plugin development.

License:MIT License


Languages

Language:Java 98.0%Language:Kotlin 2.0%