Introduce some UUID utilities for eventual auth support.

This commit is contained in:
Andrew Steinborn
2018-07-25 21:18:04 -04:00
parent d89a4c4807
commit 8139ac35d9
6 changed files with 73 additions and 11 deletions

View File

@@ -1,7 +1,5 @@
package com.velocitypowered.proxy;
import com.velocitypowered.proxy.connection.VelocityServer;
public class Velocity {
public static void main(String... args) throws InterruptedException {
VelocityServer server = new VelocityServer();