FaceChat

FaceChat

This plugin allows you to type in chat funny messages that contains a face of player based on player skin. Plugin was created according to the request.

FaceChat

Features

  • Show in chat player face after he joins server
  • Show in chat player face and text message using special command
  • Show in chat player face and text message for all chat messages (must be enabled in config.yml)

Commands

  • /facechat reload — reload configuration
  • /facechat [player:<PlayerName>] <Message> — show message (if player defined will used player name)

Permissions

  • facechat.reload — Allows to use /facechat reload command
  • facechat.command — allows to use /facechat <Message>
  • facechat.command.player — allows to use /facechat player:<PlayerName> <Message>
  • facechat.chat — messages of player with this permission will turned to face-messages (you need to enable face-chat mode in config.yml)
  • facechat.join — show face-message when player joins server

Configuration

general:
  check-updates: true  # enable/disable update checker
face:
  skin-url: http://s3.amazonaws.com/MinecraftSkins/   # URL where to find player skins
  separator: '&8++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++'   # Will be printed before face-message. Set to '' to disable it.
  cache-lifetime-(minutes): 30  # Life time of skin-cache
  default-color: '&e'  # Default text color for face-messages
  chat:
    enable-for-chat-messages: false # enable face-chat mode (all message in chat will turned to face-messages)
    message-start-line: 3  # Number of start line for text (0 - 7)
    message:  # Message mask %player% - is will replaced with name of player who typed the message
    - '&6&l%player%'
    - +--------------------------------------------------+
    - ''
    - ''
    - ''
    - ''
    - +--------------------------------------------------+
    - '&6&lFaceChat plugin by fromgate'
  join:
    show-join-message: true  # Show message when player joins the server
    remove-default-join-message: true  # Hide bukkit default join message
    message:
    - ''
    - +--------------------------------------------------+
    - ''
    - '&6&l%player%&ejoined the game!'
    - ''
    - ''
    - +--------------------------------------------------+
    - '&6&lFaceChat plugin by fromgate'

Update checker

FaceChat includes a update checker that use your server internet connection. Update checker will every hour check the dev.bukkit.org to find new released version of plugin and you can easy disable it: just set parameter "check-updates" to "false" in config.yml.


Comments

Posts Quoted:
Reply
Clear All Quotes

About This Project

Categories

Members

Recent Files