Interface SocialIntegration

All Superinterfaces:
ChatPluginIntegration

public interface SocialIntegration extends ChatPluginIntegration
Represents a ChatPluginIntegration able to interact with a social platform, like Discord or Telegram.

Types: [IntegrationType.DISCORDSRV]

  • Method Details

    • handleChatEvent

      void handleChatEvent(ChatPluginServerPlayer player, String message)
      Handles and processes a chat event.
      Parameters:
      player - Player involved
      message - Message involved