Package cloud.commandframework.bungee
Class BungeeContextKeys
java.lang.Object
cloud.commandframework.bungee.BungeeContextKeys
BungeeCord related
CommandContext keys- Since:
- 1.4.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final cloud.commandframework.keys.CloudKey<net.md_5.bungee.api.ProxyServer>TheProxyServerinstance is stored in theCommandContextinBungeeCommandPreprocessor -
Method Summary
-
Field Details
-
PROXY_SERVER_KEY
public static final cloud.commandframework.keys.CloudKey<net.md_5.bungee.api.ProxyServer> PROXY_SERVER_KEYTheProxyServerinstance is stored in theCommandContextinBungeeCommandPreprocessor
-