Registry / networking / bungeecord-api

bungeecord-api

JSON →
library1.21-R0.4javamavenunverified

API for the BungeeCord Minecraft proxy server, enabling plugin development.

<dependency> <groupId>net.md-5</groupId> <artifactId>bungeecord-api</artifactId> <version>1.21-R0.4</version> </dependency>
INSTALL
IMPORT
SIG · BUNGEECORD-API
B
bungeecord-api
networkingjavav1.21-R0.4
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

ProxyServer
net.md_5.bungee.api.ProxyServer

Obtains the BungeeCord ProxyServer instance for plugin interaction.

import net.md_5.bungee.api.ProxyServer; public class Example { public static void main(String[] args) { ProxyServer proxy = ProxyServer.getInstance(); System.out.println("BungeeCord proxy instance obtained"); } }
Debug
Known issues
breakingBungeeCord API 1.21-R0.4 may have breaking changes from earlier 1.x versions.
fix
Check release notes for API changes when upgrading from older versions.
affects: >=1.21-R0.4
Upgrade
Version history
1.21-R0.4latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
25 hits · last 30 days
node
23
Amazon
1
OpenAI (training)
1
Resources
bungeecord-api — mvn dependency:get bungeecord-api · libregistry