Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/krafticsteam/liberium

Library for easier spigot plugin development.
https://github.com/krafticsteam/liberium

jar minecraft minecraft-plugin spigot spigot-api spigot-plugin spigot-plugin-api spigot-plugins

Last synced: 3 days ago
JSON representation

Library for easier spigot plugin development.

Awesome Lists containing this project

README

        


Liberium

Liberium



Develop spigot plugins with ease.

[![Spigot](https://img.shields.io/badge/spigot-1.16.5-orange?style=flat-square)](https://www.spigotmc.org/resources/liberium.87566/)
[![Release](https://img.shields.io/github/v/release/KrafticsTeam/Liberium?style=flat-square)](https://github.com/KrafticsTeam/Liberium/releases/latest)
[![Servers](https://img.shields.io/bstats/servers/9916?style=flat-square)](https://bstats.org/plugin/bukkit/Liberium/9916)

## ⚠️ Discontinued - no longer maintatined ⚠️

This project is no longer maintained.

I ([@panda885](https://github.com/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](https://github.com/KrafticsTeam/Liberium/releases)
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](https://github.com/KrafticsTeam/Liberium/releases),
or use one of these build tools (replace `(latest_version)` with latest version):

### Maven
```xml

com.kraftics
liberium-core
(latest_version)
provided

```

### Gradle
```gradle
compileOnly 'com.kraftics:liberium-core:(latest_version)'
```

More info about how to continue is in the [wiki](https://github.com/KrafticsTeam/Liberium/wiki)

## Contributing

Do you like this project and want to contribute?

You can post ideas, bug reports and pull request at the [issue tracker](https://github.com/KrafticsTeam/Liberium/issues)