Selling my Bridge API. What this plugin allows you to do is transfer data across servers that are under one BungeeCord instance.
Example: You have a party on one server. When you connect to another server, the party will be transferred over.
JAR: $5 ($4 if anything other than PayPal)
Source: $10 ($8 if anything other than PayPal)
Accepted Payment Methods:
Venmo, Bitcoin, CashApp, Paypal
Example: You have a party on one server. When you connect to another server, the party will be transferred over.
Java:
@EventHandler
public void onServerMessageReceieveEvent(ServerMessageReceieveEvent event) {
System.out.println(event.getChannel() + ": " + event.getMessage());
Bridge.connectToServer(player, "server");
Bridge.sendMessageToServer(player, "server", "my data here");
}
https://gyazo.com/5f61ceb759977748ad0e7ac56b4a0a4a
Ignore the sloppy code. This is just meant to give you an idea of how the API should be used.
https://github.com/chirpthetwerp/BridgeExample/tree/master
Ignore the sloppy code. This is just meant to give you an idea of how the API should be used.
https://github.com/chirpthetwerp/BridgeExample/tree/master
JAR: $5 ($4 if anything other than PayPal)
Source: $10 ($8 if anything other than PayPal)
Accepted Payment Methods:
Venmo, Bitcoin, CashApp, Paypal
