Skip to content

This plugin will bridge existing plugins that rely on RedisBungee over to ProxyConn's API.

Notifications You must be signed in to change notification settings

ProxyConn/RedisBungeeBridge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

RedisBungeeBridge

Expensive UUID look ups are not yet implemented, they should be soon!
This project is not affiliated with RedisBungee nor endorsed by the authors of RedisBungee

This is a plugin that bridges RedisBungee plugins over to ProxyConn to allow easy and painless transition.

Due to the nature of the way RedisBungee functions vs ProxyConn it is not possible to fully translate all API methods. If a method is not translated it will throw a RuntimeException when called, this is so you can see what/if any changes need to be made.

Here is a list of methods that will not work, I suggest testing a copy of your proxy and checking for errors before deploying.

  • sendChannelMessage
  • getAllServers
  • registerPubSubChannels
  • unregisterPubSubChannels
  • getLastOnline
**PLEASE NOTE: Not all features will work, please contact the developer of the (Or me) to check if the required features will work.**

**LICENSE:**
Copyright (c) 2014 portalBlock. This work is provided AS-IS without any warranty. You must provide a link back to the original project and clearly point out any changes made to this project. This license must be included in all project files. Any changes merged with this project are property of the copyright holder but may include the author's name.



DISCLAIMER:
This plugin is not endorsed or approved by the authors or RedisBungee. RedisBungee is licensed to its authors and assumes no responsibility for the use of this plugin. Any problems with this plugin should be directed to its author and not to the authors of RedisBungee.

About

This plugin will bridge existing plugins that rely on RedisBungee over to ProxyConn's API.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages