mirror of
https://github.com/plexusorg/Plex.git
synced 2024-11-17 00:56:12 +00:00
217 lines
4.8 KiB
YAML
217 lines
4.8 KiB
YAML
# Plex Configuration File
|
|
# For documentation, please visit: https://plex.us.org
|
|
|
|
server:
|
|
name: "Plexus"
|
|
motd: "%servername% - Minecraft %mcversion%"
|
|
colorize_motd: true
|
|
sample:
|
|
- "&cForums: https://forum.plex.us.org"
|
|
|
|
titles:
|
|
masterbuilders: [ ]
|
|
owners:
|
|
- Telesphoreo
|
|
|
|
# Ban message is customized in the messages.yml file. The URL to appeal at is below.
|
|
banning:
|
|
ban_url: "https://forum.plex.us.org"
|
|
|
|
chat:
|
|
# Should the server use Plex's chat system? It is recommended to keep this on if you are using ranks.
|
|
# If you are using permissions, you should turn this off and use Vault to handle prefixes with a different chat plugin
|
|
enabled: true
|
|
# The maximum amount of characters a player can have for their tag
|
|
# This does not include color tags such as <red> or <rainbow>
|
|
max-tag-length: 64
|
|
# Color code for name color
|
|
name-color: 'f'
|
|
|
|
# Should Plex use a "true op" system with ranks or only permission nodes
|
|
# Options are "permissions" or "ranks"
|
|
system: 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: ""
|
|
|
|
# Mob limiter / Entity wiping config
|
|
# All entities listed here will NOT be wiped upon wiping entities
|
|
# By default this includes all mobs, as the mobpurge command can be used to purge mobs.
|
|
entitywipe_list:
|
|
- "ITEM_FRAME"
|
|
- "AXOLOTL"
|
|
- "BAT"
|
|
- "BEE"
|
|
- "BLAZE"
|
|
- "CAT"
|
|
- "CAVE_SPIDER"
|
|
- "CHICKEN"
|
|
- "COD"
|
|
- "COW"
|
|
- "CREEPER"
|
|
- "DOLPHIN"
|
|
- "DONKEY"
|
|
- "DROWNED"
|
|
- "ELDER_GUARDIAN"
|
|
- "ENDER_DRAGON"
|
|
- "ENDERMAN"
|
|
- "ENDERMITE"
|
|
- "EVOKER"
|
|
- "FOX"
|
|
- "GHAST"
|
|
- "GIANT"
|
|
- "GLOW_SQUID"
|
|
- "GOAT"
|
|
- "GUARDIAN"
|
|
- "HOGLIN"
|
|
- "HORSE"
|
|
- "HUSK"
|
|
- "ILLUSIONER"
|
|
- "IRON_GOLEM"
|
|
- "LLAMA"
|
|
- "MAGMA_CUBE"
|
|
- "MULE"
|
|
- "MUSHROOM_COW"
|
|
- "OCELOT"
|
|
- "PANDA"
|
|
- "PARROT"
|
|
- "PHANTOM"
|
|
- "PIG"
|
|
- "PIGLIN"
|
|
- "PIGLIN_BRUTE"
|
|
- "PILLAGER"
|
|
- "POLAR_BEAR"
|
|
- "RABBIT"
|
|
- "RAVAGER"
|
|
- "SALMON"
|
|
- "SHEEP"
|
|
- "SHULKER"
|
|
- "SILVERFISH"
|
|
- "SKELETON"
|
|
- "SKELETON_HORSE"
|
|
- "SLIME"
|
|
- "SNOWMAN"
|
|
- "SPIDER"
|
|
- "SQUID"
|
|
- "STRAY"
|
|
- "STRIDER"
|
|
- "TRADER_LLAMA"
|
|
- "TROPICAL_FISH"
|
|
- "TURTLE"
|
|
- "VEX"
|
|
- "VILLAGER"
|
|
- "VINDICATOR"
|
|
- "WANDERING_TRADER"
|
|
- "WITCH"
|
|
- "WITHER"
|
|
- "WITHER_SKELETON"
|
|
- "WOLF"
|
|
- "ZOGLIN"
|
|
- "ZOMBIE"
|
|
- "ZOMBIE_HORSE"
|
|
- "ZOMBIE_VILLAGER"
|
|
- "ZOMBIFIED_PIGLIN"
|
|
- "PUFFERFISH"
|
|
|
|
# Automatically wipe the specified entities
|
|
autowipe:
|
|
# Should we automatically wipe entities?
|
|
enabled: true
|
|
# How often, in seconds, to automatically wipe entities. Default is 5 minutes.
|
|
interval: 300
|
|
# Entities to automatically wipe
|
|
entities:
|
|
- "DROPPED_ITEM"
|
|
|
|
# Should we allow drops from players?
|
|
allowdrops: true
|
|
|
|
# What blocks should be blocked?
|
|
blocked_blocks:
|
|
- "SPAWNER"
|
|
- "STRUCTURE_BLOCK"
|
|
- "JIGSAW"
|
|
|
|
# What entities should be blocked?
|
|
blocked_entities:
|
|
- "WITHER"
|
|
- "ENDER_DRAGON"
|
|
- "MINECART_TNT"
|
|
|
|
# See https://plex.us.org/docs/customization/config#worlds for documentation
|
|
# These gamerules apply to all worlds on the server
|
|
global_gamerules:
|
|
- "doWeatherCycle;true"
|
|
- "doDaylightCycle;true"
|
|
- "doMobSpawning;false"
|
|
- "keepInventory;true"
|
|
- "doFireTick;false"
|
|
- "doMobLoot;false"
|
|
- "mobGriefing;false"
|
|
- "doTileDrops;false"
|
|
- "commandBlockOutput;false"
|
|
- "naturalRegeneration;true"
|
|
- "announceAdvancements;false"
|
|
- "showDeathMessages;false"
|
|
- "sendCommandFeedback;false"
|
|
|
|
worlds:
|
|
flatlands:
|
|
name: "Flatlands"
|
|
permission: "plex.world.flatlands"
|
|
noEdit: "&cYou can't edit this world!"
|
|
gameRules:
|
|
# The gamerules here override the global gamerules
|
|
- "doWeatherCycle;false"
|
|
- "doDaylightCycle;false"
|
|
parameters:
|
|
grass_block: 1
|
|
dirt: 32
|
|
stone: 16
|
|
bedrock: 1
|
|
adminworld:
|
|
name: "Admin World"
|
|
permission: "plex.world.adminworld"
|
|
requiredLevels:
|
|
- "Rank.ADMIN" # Minimum rank requirement
|
|
noEdit: "&cYou can't edit this world!"
|
|
gameRules:
|
|
- "doWeatherCycle;false"
|
|
- "doDaylightCycle;false"
|
|
parameters:
|
|
grass_block: 1
|
|
dirt: 32
|
|
stone: 16
|
|
bedrock: 1
|
|
masterbuilderworld:
|
|
name: "MasterBuilder World"
|
|
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!"
|
|
gameRules:
|
|
- "doWeatherCycle;false"
|
|
- "doDaylightCycle;false"
|
|
parameters:
|
|
grass_block: 1
|
|
dirt: 32
|
|
stone: 16
|
|
bedrock: 1
|
|
|
|
# What branch should Plex fetch updates from?
|
|
update_branch: master
|
|
|
|
# Additional logging for debugging
|
|
debug: false |