Integrations
Integrations
SolarityChat is designed to work seamlessly with many popular Minecraft server plugins.
PlaceholderAPI (Required for full features)
While SolarityChat has its own built-in placeholders, most advanced features (like showing a player's balance on hover or using rank prefixes) require PlaceholderAPI.
LuckPerms
When LuckPerms is installed, SolarityChat can fetch prefixes and suffixes to use in chat formats.
- Use
%luckperms_prefix%and%luckperms_suffix%in yourformat.yml. - LuckPerms Website
Vault
Vault allows SolarityChat to integrate with your server's economy. This enables showing player balances in the chat hover text.
- Enable economy features by using the
%vault_eco_balance%placeholder. - Download Vault
LiteBans
SolarityChat can automatically execute LiteBans commands when a player triggers a chat filter.
- In
chat/filters.yml, you can use theRUN_COMMANDSaction with LiteBans commands likemuteorwarn. - Download LiteBans
Example Filter Action:
swearing:
actions:
- "RUN_COMMANDS:[litebans:warn %player% Swearing is not allowed!]"
Discord (Webhooks)
You can receive filter alerts directly in your Discord server.
- Create a Webhook in your Discord server settings.
- Add the URL to the
discord.webhook-urlsetting inconfig.yml. - Add the
DISCORD_WEBHOOKaction to any filter inchat/filters.yml.