Plex/src/main/resources/config.yml

80 lines
1.9 KiB
YAML
Raw Normal View History

# Plex Configuration File
# For documentation, please visit: https://docs.plex.us.org
server:
name: "Plexus"
motd: "%servername% - Minecraft %mcversion%"
colorize_motd: true
2022-02-22 01:26:50 +00:00
sample:
- "&cForums: https://forum.plex.us.org"
titles:
2022-02-22 09:30:23 +00:00
masterbuilders: [ ]
2022-02-22 07:11:37 +00:00
owners:
- Telesphoreo
2022-02-04 20:13:56 +00:00
# Ban message is customized in the messages.yml file. The URL to appeal at is below.
banning:
2022-02-04 20:13:56 +00:00
ban_url: "https://forum.plex.us.org"
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-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
data:
central:
2021-01-03 07:21:15 +00:00
storage: sqlite # Use mariadb, mongodb, or sqlite here
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
enabled: false
auth: true
hostname: 127.0.0.1
port: 6379
password: ""
2022-02-22 08:00:58 +00:00
# See https://docs.plex.us.org/docs/customization/config#worlds for documentation
worlds:
flatlands:
name: "Flatlands"
2022-02-22 02:43:53 +00:00
permission: "plex.world.flatlands"
noEdit: "&cYou can't edit this world!"
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"
requiredLevels:
- "Rank.ADMIN" # Minimum rank requirement
noEdit: "&cYou can't edit this world!"
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"
requiredLevels:
- "Title.MASTER_BUILDER" # Title has no "minimum", so this will have to be their title
noEdit: "&cYou can't edit this world!"
parameters:
grass_block: 1
dirt: 32
stone: 16
2022-01-27 07:00:03 +00:00
bedrock: 1
# Additional logging for debugging
debug: false