Flectone Logo FlectonePulse

Configuration

Main configuration of FlectonePulse, without which operation is impossible


⚙️ Настройка

Путь config.yml
server: "00000000-0000-0000-0000-000000000000"
version: "1.10.1"

server

The server name, used for identification in proxy mode and in moderation commands. This is a random value generated automatically when the plugin is first enabled

The placeholder <server> or %flectonepulse_setting_server% can be used to get the server name for a specific player. This can be conveniently used in the condition module for displaying messages differently

Warning
  1. Different servers must have different server values
  2. Be careful when creating a clean server, because all moderations (bans, whitelist, etc.) are saved relative to this name. If you deleted/cleared the config but left the old database, be sure to keep the server value in config.yml

version

The current plugin version, used for correct migration between plugin versions

Warning

Do not change the plugin version if you don't know what you're doing!

On this page

Authors of page