Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,6 @@ own proxies as well as through the Connect network.
You don't need to use own proxies since the Connect network already works like a global shared proxy
where every Minecraft server/proxy can connect to.

There will be public APIs available for you to manage your connected endpoints and players like
sending players a message, moving them between your servers and so on.

## Special thanks

**Special thanks goes to the [GeyserMC](https://github.com/GeyserMC) developers for their Floodgate
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ public class ConnectConfig {
private BedrockIdentityConfig bedrockIdentity = new BedrockIdentityConfig();

/**
* Super endpoints are authorized to control this endpoint via Connect API.
* e.g. disconnect players from this endpoint, send messages to players, etc.
* Optional parent endpoint names sent to WatchService as Connect-Endpoint-Parents.
* Connect Java does not expose a public endpoint-control API.
*/
private List<String> superEndpoints;

Expand Down
4 changes: 2 additions & 2 deletions core/src/main/resources/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ endpoint: ${endpoint}
# If left blank, the correct mode will be securely detected automatically.
allow-offline-mode-players: false

# Super endpoints are authorized to control this endpoint via Connect API.
# e.g. disconnect players from this endpoint, send messages to players, etc.
# Optional parent endpoint names sent to WatchService as Connect-Endpoint-Parents.
# This plugin does not expose a public endpoint-control API.
#
# You can add as many super endpoint names as you want.
#super-endpoints:
Expand Down
4 changes: 2 additions & 2 deletions core/src/main/resources/proxy-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ allow-offline-mode-players: false
# The default locale for Connect. By default, Connect uses the system locale
#default-locale: en_US

# Super endpoints are authorized to control this endpoint via Connect API.
# e.g. disconnect players from this endpoint, send messages to players, etc.
# Optional parent endpoint names sent to WatchService as Connect-Endpoint-Parents.
# This plugin does not expose a public endpoint-control API.
#
# You can add as many super endpoint names as you want.
#super-endpoints:
Expand Down
Loading