mirror of
https://github.com/plexusorg/Plex.git
synced 2024-11-17 09:06:12 +00:00
60 lines
1.2 KiB
YAML
60 lines
1.2 KiB
YAML
# Plex Configuration File
|
|
# For documentation, please visit: https://docs.plex.us.org
|
|
|
|
server:
|
|
name: "Plexus"
|
|
motd: "%servername% - Minecraft %mcversion%"
|
|
colorize_motd: true
|
|
sample:
|
|
- "&cForums: https://forum.plex.us.org"
|
|
|
|
# Ban message is customized in the messages.yml file. The URL to appeal at is below.
|
|
banning:
|
|
ban_url: "https://forum.plex.us.org"
|
|
|
|
|
|
# Settings for commands relating to Plex
|
|
commands:
|
|
# Should Plex use a "true op" system with ranks or only permission nodes
|
|
permissions: ranks
|
|
|
|
data:
|
|
central:
|
|
storage: sqlite # Use mariadb, mongodb, or sqlite here
|
|
user: ""
|
|
password: ""
|
|
hostname: 127.0.0.1
|
|
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
|
|
password: ""
|
|
|
|
worlds:
|
|
flatlands:
|
|
name: "Flatlands"
|
|
parameters:
|
|
grass_block: 1
|
|
dirt: 32
|
|
stone: 16
|
|
bedrock: 1
|
|
adminworld:
|
|
name: "Admin World"
|
|
parameters:
|
|
grass_block: 1
|
|
dirt: 32
|
|
stone: 16
|
|
bedrock: 1
|
|
masterbuilderworld:
|
|
name: "MasterBuilder World"
|
|
parameters:
|
|
grass_block: 1
|
|
dirt: 32
|
|
stone: 16
|
|
bedrock: 1
|
|
|
|
# Additional logging for debugging
|
|
debug: false |