mirror of
https://github.com/Eaglercraft-Archive/Eaglercraftx-1.8.8-src.git
synced 2025-06-27 18:38:14 -05:00
<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.
This commit is contained in:
11
gateway/EaglercraftXVelocity/readme.txt
Normal file
11
gateway/EaglercraftXVelocity/readme.txt
Normal file
@ -0,0 +1,11 @@
|
||||
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
|
Reference in New Issue
Block a user