https://github.com/birbe/osmp-core
https://github.com/birbe/osmp-core
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/birbe/osmp-core
- Owner: birbe
- Created: 2020-01-19T12:49:44.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-01-19T15:19:09.000Z (over 6 years ago)
- Last Synced: 2025-01-27T13:21:26.606Z (over 1 year ago)
- Language: Java
- Size: 119 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# OSMC
### (Open Source Minipack Core)
OSMC is a framework designed to make the creation of plugins (minipacks as they're called as to prevent confusion) dead simple.
It is an abstracted layer that sandwiches between any OSMC-Minipack created, and any other server library.
##### What does that mean for the average person?
It means that any OSMC minipack created will work perfectly on any server that OSMC is supported on.
Let's say you find a Spleef minipack. You can then run that exact minipack on Spigot, Nukkit (Bedrock), even Sponge, and
it will work the exact same way every time.
##### How is that possible?
OSMC is just an outline of tools that you can use. It is then up to the plugins created for the specific server to translate
everything from Spigot events, as an example. It looks like this
Spigot <-> OSMC <-> Minipacks
It doesn't even need to run on Minecraft, technically.