Flectone Logo FlectonePulse

Integrations

Category responsible for configuring all integrations


⚙️ Setting

Path integration.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

Link to the API for displaying the player's head. The final link will look like this https://mc-heads.net/avatar/59c987a2-4ef3-48e5-a291-00abe9ca8f12/8.png

body_api_url

Link to the API for displaying the player's entire skin. The final link will look like this https://mc-heads.net/player/59c987a2-4ef3-48e5-a291-00abe9ca8f12/8.png


🔐 Permissions

Path permission.yml → integration
integration:
  name: "flectonepulse.module.integration"
  type: "TRUE"

name

Permission name

type

Permission type

TypeExplanation
TRUEAvailable to any player
FALSEAvailable to no one, must be granted separately (e.g., using LuckPerms)
OPAvailable to server operators
NOT_OPAvailable to NON-operators of the server

Last updated on

Edit on GitHub

On this page

Authors of page