Bridge | Cross Server Data Transfer

Status
This thread has been locked.

devo

Premium
Feedback score
33
Posts
354
Reactions
194
Resources
1
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.

8dcdd5850b4dc01ab0561808ed262a6b.png

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

JAR: $5 ($4 if anything other than PayPal)
Source: $10 ($8 if anything other than PayPal)

Accepted Payment Methods:
Venmo, Bitcoin, CashApp, Paypal
 
PebbleHost
High performance, consistent uptime and fast support. Minecraft hosting that just works.

devo

Premium
Feedback score
33
Posts
354
Reactions
194
Resources
1

Nykorrin

i-
Premium
Feedback score
6
Posts
812
Reactions
299
Resources
0

devo

Premium
Feedback score
33
Posts
354
Reactions
194
Resources
1
Don't mean to hate, but from a potential buyer's perspective, they'd just go with the free alternative that serves the same purpose if not more.
I haven't seen any free ones released at all, could be wrong though.
 

BrianGrug

Full time failure
Supreme
Feedback score
56
Posts
1,473
Reactions
995
Resources
5
I haven't seen any free ones released at all, could be wrong though.
The free one is bungeecords built in one
 
Status
This thread has been locked.
Top