eaglercraft-1.8/gateway/EaglercraftXVelocity/readme.txt
lax1dude 40a60f992e <1.0.0> Add experimental Velocity plugin files
Credit to ayunami2000 for making it work, not recommended for public servers yet.

Download in "gateway/EaglercraftXVelocity/EaglerXVelocity-Latest.jar"

Please check for updates regularly if you decide to use it.
2024-05-25 18:58:41 -07:00

11 lines
735 B
Plaintext

Plugin for eaglercraft on velocity
Still in development, not recommended for public servers!
Not using gradle to give more direct access to velocity's internals, as gradle only provides a dummy jar containing the api.
EaglercraftXVelocity requires netty's websocket client/server, which is already in the production velocity jar so it's ideal to compile directly against the real jar
Simply link "src/main/java" and "src/main/resources" as source folders, and then add the latest version of velocity jar for minecraft 1.8 to the build path.
To build, export the source folders as a JAR and export the JAR to contain all the classes found in the JARs in "deps" within it, but not including the classes from the actual velocity jar