mirror of
https://github.com/plexusorg/Website.git
synced 2024-11-15 00:53:33 +00:00
Update for Plex v1.0 Beta 3
This commit is contained in:
parent
c4fcdeb7c2
commit
4807a75213
@ -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.
|
Below is the default `config.yml` file when Plex is loaded for the first time.
|
||||||
```yaml title=/plugins/Plex/config.yml
|
```yaml title=/plugins/Plex/config.yml
|
||||||
# Plex Configuration File
|
# Plex Configuration File
|
||||||
|
# For documentation, please visit: https://docs.plex.us.org
|
||||||
|
|
||||||
server:
|
server:
|
||||||
name: "Plexus"
|
name: "Plexus"
|
||||||
@ -36,6 +37,7 @@ data:
|
|||||||
port: 27017
|
port: 27017
|
||||||
db: "plex"
|
db: "plex"
|
||||||
side: # This is Redis, leave password blank if auth is false
|
side: # This is Redis, leave password blank if auth is false
|
||||||
|
enabled: false
|
||||||
auth: true
|
auth: true
|
||||||
hostname: 127.0.0.1
|
hostname: 127.0.0.1
|
||||||
port: 6379
|
port: 6379
|
||||||
@ -107,6 +109,11 @@ This is the port for whichever database software you use. Note that `sqlite` doe
|
|||||||
### data.central.db
|
### data.central.db
|
||||||
This is the name for whichever database software you use. Note that `sqlite` does not require a name.
|
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
|
### data.side.auth
|
||||||
**Options**: `true` / `false`
|
**Options**: `true` / `false`
|
||||||
|
|
||||||
|
@ -68,6 +68,7 @@ yourRank: "<b>Your rank is: <v>"
|
|||||||
banningPlayer: "<e><v> - Banning <v>"
|
banningPlayer: "<e><v> - Banning <v>"
|
||||||
unbanningPlayer: "<b><v> - Unbanning <v>"
|
unbanningPlayer: "<b><v> - Unbanning <v>"
|
||||||
playerNotBanned: "<e>That player is not banned!"
|
playerNotBanned: "<e>That player is not banned!"
|
||||||
|
teleportedToWorldSpawn: "<b>Teleporting to the local spawn"
|
||||||
```
|
```
|
||||||
|
|
||||||
# Troubleshooting
|
# Troubleshooting
|
||||||
|
Loading…
Reference in New Issue
Block a user