Back to Plugins
Synapse icon

Synapse

Active tab
Overview
Latest version
Not specified
Minecraft support
0 versions
Topics synced
0
Claim this plugin

This plugin was imported from Spiget and is currently unclaimed.

Live badges: Downloads badge for Synapse Spigot Downloads badge for Synapse GitHub Stars badge for Synapse License badge for Synapse How to embed →

Plugin Information

Type: Minecraft plugin
Spigot Resource: Open on SpigotMC
Created by: Spiget Importer

Description

Synapse All Download Options Documentation Synapse is a developer library for sending messages between Minecraft servers. If you've ever wanted to manage your players' data across all your servers, needed a global chat that spans the whole network, or wanted to ask another server a question and get an answer back, this is the tool for that. I built it because the options I had never felt right. Redis works, but then I'm running and securing a whole Redis server just to pass a few messages around. BungeeCord/Velocity plugin messaging works too, but only through the proxy, and only while a player happens to be online to carry the message. Both of them left me writing all the serialization, routing and error handling by hand, over an unencrypted connection. I wanted something that just connected my servers together and let me send a packet. So Synapse opens a direct TCP connection between your servers and puts a Bukkit-style API on top of it. You register a packet class, write a listener with @PacketHandler, and send it:

Minecraft Plugin Badges

Use these badge images in docs, README files, or forum posts.

Badge Guide
Downloads
Downloads badge for Synapse
![Downloads](https://ezbanners.org/shields/plugins/3352c927-00e0-4ca9-8f56-564b63889faa/downloads.png)
Spigot Downloads
Spigot Downloads badge for Synapse
![Spigot Downloads](https://ezbanners.org/shields/plugins/3352c927-00e0-4ca9-8f56-564b63889faa/spigot-downloads.png)
GitHub Stars
GitHub Stars badge for Synapse
![GitHub Stars](https://ezbanners.org/shields/plugins/3352c927-00e0-4ca9-8f56-564b63889faa/github-stars.png)
License
License badge for Synapse
![License](https://ezbanners.org/shields/plugins/3352c927-00e0-4ca9-8f56-564b63889faa/license.png)