Citymoon DynamicsCitymoon Dynamics
Dienste
Entwickler
Preise
Docs
Foren
Kontakt
AnmeldenRegistrieren

Dokumentation

Citymoon Dynamics
Minecraft
DisBan
authentication.ymlconfig.ymldiscord.ymllang.ymlantileak.ymlBerechtigungen
Discord
Webdienste
Ulises Licenses
Glossar
Glossar

config.yml

Die Datei config.yml enthält die Hauptkonfigurationseinstellungen für das DisBan-Plugin, einschließlich Debug-Modus, Servername, Sync-Einstellungen und Datenbankkonfiguration.

Allgemeine Einstellungen

debug

Enables debug mode for troubleshooting. Set to false in production.

debug: false

Server-Konfiguration

server.name

Display name of your server used in Discord messages and logs.

server:
  name: 'My Server'

Sync Settings

sync.allow-unsync

Allows players to unlink their Discord account. Set to false to prevent unlinking.

sync:
  allow-unsync: true

Datenbank-Konfiguration

Configura el tipo de base de datos y configuración de conexión.

database.type

Database type: SQL, MongoDB, or Flatfile.

database: type: Flatfile

database.sql

SQL database connection settings (MySQL/MariaDB/PostgreSQL).

database:
  sql:
    host: localhost
    port: 3306
    name: disban
    user: root
    password: ''
    pool-size: 10
    connection-timeout: 30000
    idle-timeout: 600000
    max-lifetime: 1800000

database.mongodb

MongoDB connection settings.

database:
  mongodb:
    uri: 'mongodb://localhost:27017'
    database: disban

database.flatfile

Flatfile storage directory.

database:
  flatfile:
    directory: 'data'

Multi-Server-Konfiguration

Configuración para setups multi-servidor con sincronización Redis.

multiserver.enabled

Enable multi-server mode for multiple Minecraft servers sharing one Discord bot.

multiserver:
  enabled: false

multiserver.bot-host

Set to true if this server hosts the Discord bot.

bot-host: false

multiserver.server-id

Unique identifier for this server in the multi-server setup.

server-id: 'server-1'

multiserver.redis

Redis connection settings for multi-server synchronization.

multiserver:
  redis:
    host: localhost
    port: 6379
    password: ''
    use-ssl: false
    pool-size: 8
    timeout: 2000
Citymoon DynamicsCitymoon Dynamics

Fortschrittliche Lösungen für digitale Infrastruktur. Spezialisten für Minecraft, Discord und Web-Entwicklung.

Verwandte Dienste

  • Ulises Licenses
  • Freewings Discord Bot
  • ResistanceCore Plugin

More

  • Rymbo
  • Vulcan + Grim | Prime AC Configuration
  • DisBan | Sync and appeals made easier

Navigation

  • Dienste
  • Auswirkungen
  • Kontakt

Rechtliches

  • Datenschutz
  • Bedingungen
  • Cookies
  • Rückerstattungen

© (2026) 2025-2030 Citymoon Dynamics (citymoon.org). Alle Rechte vorbehalten.

An international service, made in Uruguay