GroupMessages

With GroupMessages you can edit your Login-, Logout- and Kick-Messages for every group of your Server. You need Vault!

Features

In the config file, you can list all groups that should be highlighted. After that you can define how the name of the joining/leaving/kicked player should be displayed (color, effect, eg.). You also have the possibility to format the messages for the defined groups and for not-defined groups.

Config
# GroupMessages by comniemeer #
# Colors and Effects are possible: http://ess.khhq.net/mc/
HIGHLIGHTED_GROUPS:
  - Security
  - Builder
  - Mod
  - Admin
  - Owner

# These Formats will be used in highlighted messages (see "MESSAGE_HIGHLIGHTED"):
GROUP_FORMATS:
  security: '&e'
  builder: '&6'
  mod: '&a'
  admin: '&2'
  owner: '&4'

LOGIN:
  USE_LOGIN: true

  # Join-Message of a normal (not defined) player:
  # "{player}" will be replaced by the joining players name.
  MESSAGE_NORMAL: '&e{player} joined the server'

  # Join-Message of a highlighted (defined) player:
  # "{player}" will be replaced by the joining players name. 
  MESSAGE_HIGHLIGHTED: '{player} &ejoined the server'

LOGOUT:
  USE_LOGOUT: true

  # Quit-Message of a normal (not defined) player:
  # "{player}" will be replaced by the joining players name.
  MESSAGE_NORMAL: '&e{player} left the server'

  # Quit-Message of a highlighted (defined) player:
  # "{player}" will be replaced by the joining players name. 
  MESSAGE_HIGHLIGHTED: '{player} &eleft the server'

KICK:
  USE_KICK: true

  # Kick-Message of a normal (not defined) player:
  # "{player}" will be replaced by the joining players name.
  MESSAGE_NORMAL: '&e{player} was kicked from the server'

  # Kick-Message of a highlighted (defined) player:
  # "{player}" will be replaced by the joining players name. 
  MESSAGE_HIGHLIGHTED: '{player} &ewas kicked from the server'

The plugin is now downloadable!


Comments

Posts Quoted:
Reply
Clear All Quotes

About This Project

  • Project ID
    52310
  • Created
    Feb 18, 2013
  • Last Released File
    Feb 22, 2013
  • Total Downloads
    4,582
  • License

Categories

Members

Recent Files