 Guild Chat
Guild Chat
  # Requires PlayerChat chat plugin version 1.0.6+
Chat system processing based on plc native channels
- Configure guild chat channel in PlayerChat plugin's chat.yml (example below)
  # Extended guild chat channel - this name is fixed as guild plugin name
  PlayerGuild:
    # Whether to enable
    enable: true
    # Channel name
    name: "&7[&aGuild Channel&7]"
    # Chat format supports variables
    format:
      # Chat prefix
      prefix:
        text: '${channel} %playerGuild_show_name%'
        hover:
          - '&8▪ &6Chat Channel Name: ${channel}'
          - '&8▪ &6My Chat Channel: %playerChat_channel%'
          - '&8▪ &6Click to switch to guild chat channel'
        # Command to execute after click
        click: '/plg channel'
      # Chat player name
      player:
        text: '&f${player}&7: '
        hover:
          - 'Quickly click to tpa me~'
        # Command to execute after click
        click: '/tpa ${player}'
      # Chat content
      msg:
        text: '&f'
        hover:
          - '&7Time: %server_time_h:mm:ss a%'
        # Command to execute after click
        click: ''
- Players can use command /plg channel to switch to guild channel for chatting
- Players can use command /plc channel default to return to default chat channel
- For more plc usage, please check plc documentation WIKI (opens new window)