Class VGuiPlatform
java.lang.Object
me.agent.vgui.core.VGuiPlatform
Standalone plugin entry point. Loads the embedded PacketEvents runtime, initializes
VGuiBootstrap and registers the /vgui demo command.-
Constructor Summary
ConstructorsConstructorDescriptionVGuiPlatform(com.velocitypowered.api.proxy.ProxyServer server, com.velocitypowered.api.plugin.PluginContainer pluginContainer, org.slf4j.Logger logger, Path dataDirectory) -
Method Summary
Modifier and TypeMethodDescriptionvoidonProxyInitialization(com.velocitypowered.api.event.proxy.ProxyInitializeEvent event) voidonProxyShutdown(com.velocitypowered.api.event.proxy.ProxyShutdownEvent event)
-
Constructor Details
-
VGuiPlatform
@Inject public VGuiPlatform(com.velocitypowered.api.proxy.ProxyServer server, com.velocitypowered.api.plugin.PluginContainer pluginContainer, org.slf4j.Logger logger, Path dataDirectory)
-
-
Method Details
-
onProxyInitialization
public void onProxyInitialization(com.velocitypowered.api.event.proxy.ProxyInitializeEvent event) -
onProxyShutdown
public void onProxyShutdown(com.velocitypowered.api.event.proxy.ProxyShutdownEvent event)
-