Update for Plex v1.0 Beta 3

This commit is contained in:
Telesphoreo 2022-02-04 02:23:29 -06:00
parent c4fcdeb7c2
commit 4807a75213
2 changed files with 8 additions and 0 deletions

View file

@ -11,6 +11,7 @@ This page will show you how to modify the configuration file. The configuration
Below is the default `config.yml` file when Plex is loaded for the first time.
```yaml title=/plugins/Plex/config.yml
# Plex Configuration File
# For documentation, please visit: https://docs.plex.us.org
server:
name: "Plexus"
@ -36,6 +37,7 @@ data:
port: 27017
db: "plex"
side: # This is Redis, leave password blank if auth is false
enabled: false
auth: true
hostname: 127.0.0.1
port: 6379
@ -107,6 +109,11 @@ This is the port for whichever database software you use. Note that `sqlite` doe
### data.central.db
This is the name for whichever database software you use. Note that `sqlite` does not require a name.
### data.side.enabled
**Options**: `true` / `false`
This will enabled Plex's Redis functionality.
### data.side.auth
**Options**: `true` / `false`

View file

@ -68,6 +68,7 @@ yourRank: "<b>Your rank is: <v>"
banningPlayer: "<e><v> - Banning <v>"
unbanningPlayer: "<b><v> - Unbanning <v>"
playerNotBanned: "<e>That player is not banned!"
teleportedToWorldSpawn: "<b>Teleporting to the local spawn"
```
# Troubleshooting