This API update contains velocity support.
Velocity version API is the same as BungeeCord API, with the difference it requires to run a method before doing anything
Code (Java):
Util util
=
new
Util
(velocityPluginInstance
)
;
util.
initialize
(
)
;