Skip to content
This repository has been archived by the owner on Oct 6, 2020. It is now read-only.

mdcfe/RedisSync-EssX

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Redis Sync for EssentialsX

This plugin provides an ISyncProvider that syncs EssentialsX data through a Redis-backed queue. This allows some data to be consistently stored across multiple servers running this plugin with EssentialsX.

It also serves as the current model implementation of ISyncProvider.

See the relevant EssentialsX PR for progress on support in EssentialsX.

Currently supported data

Data Format
Receiving mail MAIL to <uuid> reads <message>
Clearing mail MAIL of <uuid> clear
Mute/Unmute MUTE of <uuid> is <true/false>
Mute timeout MUTE of <uuid> timeout <time>
Nickname change NICK of <uuid> now <nickname>

About

Redis sync plugin for EssentialsX - work-in-progress

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages