Integrations
Category responsible for configuring all integrations
⚙️ Setting
📂 Path integration.yml
⚖️ Default
yml
enable: true
avatar-api-url: "https://mc-heads.net/avatar/<skin>/8.png"
body-api-url: "https://mc-heads.net/player/<skin>/16.png"
enable
Enables or disables the functionality of the module
avatar-api-url
API URL for fetching a player's head avatar. Final URL will look like this: https://mc-heads.net/avatar/59c987a2-4ef3-48e5-a291-00abe9ca8f12/8.png
body-api-url
API URL for fetching a player's full body skin. Final URL will look like this: https://mc-heads.net/player/59c987a2-4ef3-48e5-a291-00abe9ca8f12/8.png
🔐 Permissions
📂 Path permission.yml → integration
⚖️ Default
yml
integration:
name: "flectonepulse.module.integration"
type: "TRUE"
name
Permission name
type
Permission type
Type | Explanation |
---|---|
TRUE | Available to any player |
FALSE | Not available to anyone, must be granted separately (e.g., using LuckPerms) |
OP | Available to server operators |
NOT_OP | Available to not server operators |