data:
# Define the address and port for the database.
# - The standard DB engine port is used by default
# (MySQL: 3306, PostgreSQL: 5432, MongoDB: 27017)
# - Specify as "host:;port" if differs
address: localhost
# The name of the database to store LuckPerms data in.
# - This must be created already. Don't worry about this setting if you're using MongoDB.
database: minecraft
# Credentials for the database.
username: root
password: ''
`address: localhost` şu kısımda port eklemeyi unutmayın. `IP: PORT [boşluksuz]`şeklinde deneyin.
`database: minecraft` > minecraft adında bir veritabanı oluşturmayı unutmayın.
username ve password'ü zaten halletmişsinizdir.