Integrations
Category responsible for configuring all integrations
⚙️ Setting
Pathintegration.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
Pathpermission.yml → integration
integration:
name: "flectonepulse.module.integration"
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