hChat v1.1.0

Details

  • Filename
    hChat.jar
  • Uploaded by
  • Uploaded
    Apr 20, 2014
  • Size
    40.57 KB
  • Downloads
    574
  • MD5
    44d6257573cbae97c4e9c1b3edc67e52

Supported Bukkit Versions

  • CB 1.7.2-R0.3

Changelog

Version 1.1.0:

  • Format join, quit, death, display name, motd, me
  • Using evilmidget38's UUID Fetcher and Name Fetcher
  • Using Gravity's Updater
  • Changed config keys
  • clearchat, colors, me command
  • more permissions
  • new variables, N, H, o, O, S, v
  • The plugin will not load correctly if motd_format if groups.yml is not already a YAML list. Until the next version gets accepted, create a file called groups.yml in the plugins/hChat folder, and paste this in it:
default:
  name: default
  prefix: ''
  suffix: ''
  name_format: '%p%N%s'
  list_format: '%n'
  chat_format: '%n&r: %m'
  death_format: '%n&r%m'
  join_format: '&e%N joined the game.'
  quit_format: '&e%N left the game.'
  me_format: '* %n &r%m'
  motd_format:
  - Welcome %n&r, there are %o players online.
  censor: false
  colorcodes: true
  canchat: true