Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 4 months ago
JSON representation
Library for easier spigot plugin development.
- Host: GitHub
- URL: https://github.com/krafticsteam/liberium
- Owner: krafticsteam
- License: mit
- Archived: true
- Created: 2020-12-11T10:52:33.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2023-05-13T17:48:41.000Z (over 1 year ago)
- Last Synced: 2024-09-30T13:07:12.096Z (4 months ago)
- Topics: jar, minecraft, minecraft-plugin, spigot, spigot-api, spigot-plugin, spigot-plugin-api, spigot-plugins
- Language: Java
- Homepage:
- Size: 793 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
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
```xmlcom.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)