Module
Configuration for the core module of FlectonePulse
⚙️ Setting
Pathconfig.yml → module
module:
enable: true
use_paper_message_sender: false
use_bukkit_pre_login_listener: falseenable
Enables or disables the operation of all modules.
- Every module has a parent (the one located above it).
Example
house:
door:
chair:house is the parent of door and chair.
- Every module depends on the parent's
enablestatus.
Example
house:
enable: false
door:
enable: true
chair:
enable: truehouse is disabled, which means regardless of whether door and chair are enabled, they will also be disabled.
use_paper_message_sender
Not supported in Hytale
use_bukkit_pre_login_listener
Not supported in Hytale
🔐 Permissions
Pathmodule:
name: "flectonepulse.module"
type: "TRUE"name
Permission name
type
Permission type
| Type | Explanation |
|---|---|
TRUE | Available to any player |
FALSE | Available to no one, must be granted separately (e.g., using LuckPerms) |
OP | Available to server operators |
NOT_OP | Available to NON-operators of the server |
Last updated on
Edit on GitHub
FlectonePulse