https://github.com/brottweiler/universe
Legacy dependencies required by the oc.tc universe
https://github.com/brottweiler/universe
Last synced: 3 months ago
JSON representation
Legacy dependencies required by the oc.tc universe
- Host: GitHub
- URL: https://github.com/brottweiler/universe
- Owner: Brottweiler
- License: mit
- Created: 2019-09-04T15:51:37.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-08-31T04:04:00.000Z (almost 6 years ago)
- Last Synced: 2025-01-01T11:12:33.649Z (5 months ago)
- Homepage:
- Size: 133 KB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Universe
Full-stack dependencies required by the legacy `oc.tc` Minecraft plugins.
### Installation
```xml
octc-universe
https://maven.pkg.github.com/Electroid```
```bash
mvn clean install
```### Dependencies
Below are the equivalent dependencies included in this repository. Some like `BungeeCord` and `SportBukkit` are submodules to preserve their git history. Others are just copied over since they are not likely to significantly change.
* [`test-util`](https://github.com/OvercastNetwork/test-util)
* [`minecraft-api`](https://github.com/OvercastNetwork/minecraft-api)
* [`BungeeCord`](https://github.com/Electroid/BungeeCord)
* [`SportBukkit`](https://github.com/Electroid/SportBukkit) *(1.12.2)*
* [`sk89q-command-framework`](https://github.com/OvercastNetwork/sk89q-command-framework)
* [`BukkitSettings`](https://github.com/StratusNetwork/BukkitSettings)
* [`Channels`](https://github.com/OvercastNetwork/Channels)
* [`raven-minecraft`](https://github.com/OvercastNetwork/raven-minecraft)
* [`gson`](https://github.com/OvercastNetwork/gson)### Extras
Included are also some other plugins that have been forked for the `oc.tc` universe.
* [`ProtocolSupport`](https://github.com/Electroid/ProtocolSupport)
* [`ViaVersion`](https://github.com/Electroid/ViaVersion)