1. Connect the plugin to the database
First, open the/plugins/LuckPerms/config.yml file in your server’s main directory. Edit the database configuration section as shown below:
LuckPerms setup completed successfully. Congratulations!
LuckPerms is one of the most flexible permission management plugins developed for Minecraft. It allows you to assign different roles and permissions to players on your server. It integrates perfectly with the site’s role system, enabling you to manage roles and permissions easily without using complex in-game commands.
/plugins/LuckPerms/config.yml file in your server’s main directory. Edit the database configuration section as shown below:
data:
address: DATABASE_HOST:DATABASE_PORT
database: DATABASE_NAME
username: DATABASE_USERNAME
password: 'DATABASE_PASSWORD'
pool-settings:
maximum-pool-size: 3
minimum-idle: 1
maximum-lifetime: 1140000
keepalive-time: 0
connection-timeout: 5000
properties:
useUnicode: true
characterEncoding: utf8
table-prefix: 'zonely_perms_' # Required for compatibility with the website.
mongodb-collection-prefix: ''
mongodb-connection-uri: ''