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 your format.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 the RUN_COMMANDS action with LiteBans commands like mute or warn.
  • 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.

  1. Create a Webhook in your Discord server settings.
  2. Add the URL to the discord.webhook-url setting in config.yml.
  3. Add the DISCORD_WEBHOOK action to any filter in chat/filters.yml.