Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 766 Bytes

README.MD

File metadata and controls

34 lines (26 loc) · 766 Bytes

Verus AC | Redis Addon

Forward commands to your BungeeCord/Velocity proxy via Redis.

Features

  • Punishment command(s) forwarding

Requirements

Installation

  1. Install the bukkit implementation and the VerusAPI onto your server.
  2. Install the corresponding proxy implementation depending on which proxy software you are using.
  3. Configure plugins using the generated config.json files, making sure "punish" is set to true.

Default Configuration

{
  "redisData": {
    "host": "localhost",
    "port": 6379,
    "password": "",
    "punishChannel": "verus:punish",
    "punish": false
  }
}

Future Releases

  • MC|Brand Forwarding
  • Alert Forwarding