2020-10-29 02:10:47 +00:00
|
|
|
# Plex Configuration File
|
2022-02-04 08:18:07 +00:00
|
|
|
# For documentation, please visit: https://docs.plex.us.org
|
2020-10-27 18:14:34 +00:00
|
|
|
|
2020-10-29 02:10:47 +00:00
|
|
|
server:
|
2022-01-30 20:56:08 +00:00
|
|
|
name: "Plexus"
|
2020-11-06 03:50:16 +00:00
|
|
|
motd: "%servername% - Minecraft %mcversion%"
|
|
|
|
colorize_motd: true
|
2022-02-22 01:26:50 +00:00
|
|
|
sample:
|
|
|
|
- "&cForums: https://forum.plex.us.org"
|
2020-10-27 18:14:34 +00:00
|
|
|
|
2022-02-22 04:51:05 +00:00
|
|
|
titles:
|
2022-02-22 09:30:23 +00:00
|
|
|
masterbuilders: [ ]
|
2022-02-22 07:11:37 +00:00
|
|
|
owners:
|
|
|
|
- Telesphoreo
|
2022-02-22 04:51:05 +00:00
|
|
|
|
2022-02-04 20:13:56 +00:00
|
|
|
# Ban message is customized in the messages.yml file. The URL to appeal at is below.
|
2022-01-30 20:56:08 +00:00
|
|
|
banning:
|
2022-02-04 20:13:56 +00:00
|
|
|
ban_url: "https://forum.plex.us.org"
|
2022-01-30 20:56:08 +00:00
|
|
|
|
2022-02-22 06:55:59 +00:00
|
|
|
chat:
|
|
|
|
max-tag-length: 16
|
2022-02-25 07:36:46 +00:00
|
|
|
# Color code for name color
|
|
|
|
name-color: 'f'
|
2022-01-30 20:56:08 +00:00
|
|
|
|
2022-01-29 22:35:48 +00:00
|
|
|
# Settings for commands relating to Plex
|
|
|
|
commands:
|
|
|
|
# Should Plex use a "true op" system with ranks or only permission nodes
|
|
|
|
permissions: ranks
|
|
|
|
|
2020-10-27 18:14:34 +00:00
|
|
|
data:
|
|
|
|
central:
|
2021-01-03 07:21:15 +00:00
|
|
|
storage: sqlite # Use mariadb, mongodb, or sqlite here
|
2020-10-27 18:14:34 +00:00
|
|
|
user: ""
|
|
|
|
password: ""
|
|
|
|
hostname: 127.0.0.1
|
|
|
|
port: 27017
|
|
|
|
db: "plex"
|
2021-01-03 07:21:15 +00:00
|
|
|
side: # This is Redis, leave password blank if auth is false
|
2022-02-04 08:18:07 +00:00
|
|
|
enabled: false
|
2020-10-27 18:14:34 +00:00
|
|
|
auth: true
|
|
|
|
hostname: 127.0.0.1
|
|
|
|
port: 6379
|
2020-10-31 15:09:13 +00:00
|
|
|
password: ""
|
|
|
|
|
2022-02-22 08:00:58 +00:00
|
|
|
# See https://docs.plex.us.org/docs/customization/config#worlds for documentation
|
2020-10-31 15:09:13 +00:00
|
|
|
worlds:
|
|
|
|
flatlands:
|
|
|
|
name: "Flatlands"
|
2022-02-22 02:43:53 +00:00
|
|
|
permission: "plex.world.flatlands"
|
2022-02-22 04:51:05 +00:00
|
|
|
noEdit: "&cYou can't edit this world!"
|
2022-02-25 09:54:11 +00:00
|
|
|
gameRules:
|
|
|
|
- "doWeatherCycle;false"
|
|
|
|
- "doDaylightCycle;false"
|
2020-10-31 15:09:13 +00:00
|
|
|
parameters:
|
|
|
|
grass_block: 1
|
|
|
|
dirt: 32
|
|
|
|
stone: 16
|
|
|
|
bedrock: 1
|
|
|
|
adminworld:
|
|
|
|
name: "Admin World"
|
2022-02-22 02:43:53 +00:00
|
|
|
permission: "plex.world.adminworld"
|
2022-02-22 04:51:05 +00:00
|
|
|
requiredLevels:
|
|
|
|
- "Rank.ADMIN" # Minimum rank requirement
|
|
|
|
noEdit: "&cYou can't edit this world!"
|
2020-10-31 15:09:13 +00:00
|
|
|
parameters:
|
|
|
|
grass_block: 1
|
|
|
|
dirt: 32
|
|
|
|
stone: 16
|
|
|
|
bedrock: 1
|
|
|
|
masterbuilderworld:
|
2020-11-06 01:29:38 +00:00
|
|
|
name: "MasterBuilder World"
|
2022-02-22 02:43:53 +00:00
|
|
|
permission: "plex.world.masterbuilderworld"
|
2022-02-22 04:51:05 +00:00
|
|
|
requiredLevels:
|
|
|
|
- "Title.MASTER_BUILDER" # Title has no "minimum", so this will have to be their title
|
|
|
|
noEdit: "&cYou can't edit this world!"
|
2020-10-31 15:09:13 +00:00
|
|
|
parameters:
|
|
|
|
grass_block: 1
|
|
|
|
dirt: 32
|
|
|
|
stone: 16
|
2022-01-27 07:00:03 +00:00
|
|
|
bedrock: 1
|
|
|
|
|
|
|
|
# Additional logging for debugging
|
|
|
|
debug: false
|