Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cruciblemc/praesidiumevolutionis
Collection of utilities for enhancing plugin-mod compatibility in hybrid servers
https://github.com/cruciblemc/praesidiumevolutionis
Last synced: 2 days ago
JSON representation
Collection of utilities for enhancing plugin-mod compatibility in hybrid servers
- Host: GitHub
- URL: https://github.com/cruciblemc/praesidiumevolutionis
- Owner: CrucibleMC
- License: lgpl-2.1
- Created: 2023-06-05T20:42:23.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-28T13:47:10.000Z (12 months ago)
- Last Synced: 2023-11-28T14:46:22.940Z (12 months ago)
- Language: Java
- Homepage:
- Size: 135 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Release](https://jitpack.io/v/CrucibleMC/PraesidiumEvolutionis.svg?style=flat-square)](https://jitpack.io/#CrucibleMC/PraesidiumEvolutionis)
# PraesidiumEvolutionis (WIP)
A small library of utility APIs for enhancing plugin-mod interactions in hybrids servers while offering safe fallbacks
on forge-only servers (and the integrated server).## This is a work in progress
Right now this is a complete mess of random stuff I use to back my plugin-mod integrations for my server.
Give me some time, and hopefully I can bring a half useful project out of it - juanmuscaria## Usage
[Javadoc](https://javadoc.jitpack.io/com/github/CrucibleMC/PraesidiumEvolutionis/latest/javadoc/index.html)# TODO:
* [X] Tracking API
* [X] Scheduler API
* [X] FakePlayer API
* [ ] Random whatevers (ex. Item stack serialization) scattered across idk how many projects
* [ ] Permission API (Being worked on right now)
* [ ] EventHelper API equivalents
* [ ] The context stack
* [ ] Figure out how to properly use GTNH buildscript