Class SubPlugin
java.lang.Object
net.ME1312.SubServers.Client.Sponge.SubPlugin
SubServers Client Plugin Class
-
Field Summary
Modifier and TypeFieldDescriptionorg.slf4j.Logger
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
disable
(GameStoppingEvent event) Disable Pluginvoid
enable
(GameInitializationEvent event) Enable Pluginvoid
enable
(GamePreInitializationEvent event) void
enable
(GameStartedServerEvent event) void
Send a message to the BungeeCord Plugin Messaging Channelvoid
reload
(boolean notifyPlugins)
-
Field Details
-
config
-
subprotocol
-
xdir
-
dir
-
log
public org.slf4j.Logger log -
gui
-
version
-
api
-
server_address
-
plugin
-
game
-
-
Constructor Details
-
SubPlugin
public SubPlugin()
-
-
Method Details
-
enable
-
enable
Enable Plugin -
enable
-
reload
- Throws:
IOException
-
pmc
Send a message to the BungeeCord Plugin Messaging Channel- Parameters:
player
- Player that will sendmessage
- Message contents
-
disable
Disable Plugin
-