enjin / Enjin-Minecraft-Plugin

GNU General Public License v3.0
10 stars 10 forks source link

Added Velocity support #25

Open jacoballen1 opened 4 years ago

jacoballen1 commented 4 years ago

As stated in the title, this PR adds support for the proxy "Velocity" (as requested in #2 ). Currently, the plugin spoofs itself to Enjin as "Bungeecord.get" in order to get it functioning properly, however, this can be changed in the future when Velocity is added to the admin panel.

Most of the code here was close to a "copy-paste" from the bungee codebase, but it required a few minor changes. This could potentially be abstracted into common to alleviate boilerplate code.

jacoballen1 commented 4 years ago

Is this plugin no longer being updated?