Skip to content

Sync player's Vault economy balance across Spigot servers using Redis!

Notifications You must be signed in to change notification settings

dhiepp/RedisEconomyBridge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

RedisEconomyBridge

Sync player's Vault economy balance across Spigot servers using Redis!

Command

  • /reco check <player> Check player's both local balance and balance synced on Redis
  • /reco set <player> <amount> Set player's balance (local and synced)
  • /reco give|take <player> <amount> Give or take from player's balance (local and synced)

Permission

  • reco.admin Access to /reco command

Config file

  • host, port, timeout, password Your Redis information
  • namespace Prefix for Redis key
  • interval Time in seconds to sync all online player's balance
  • hook Since Vault doesn't have balance change event you can hook to some economy plugins to sync a player's balance when it's changed

About

Sync player's Vault economy balance across Spigot servers using Redis!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages