SimpleMessage

This project is abandoned and its default file will likely not work with the most recent version of Minecraft. Whether this project is out of date or its author has marked it as abandoned, this project is no longer maintained.

SimpleMessage

Current version: 1.0

GitHub

This plugin allows you to customize your server's default messages (join, quit, kick, etc). Though there's likely hundreds of others that do this, it was made out of request due to me removing the feature of being able to customize messages from my other plugin, FirstJoinPlus.

Update: This functionality is once again in FirstJoinPlus:

http://dev.bukkit.org/server-mods/firstjoinplus/

Features

  • Customize join messages.
  • Customize quit messages.
  • Customize kick messages.
  • All messages support color codes.
  • Compatible with other plugins (e.g. VanishNoPacket) - allow them to take over certain messages by setting the message priority in the configuration to high.

Variables

VariableDescription
%player-nameThe name of the player.
%player-display-nameThe display name of the player.
%[color code]All default color codes are accepted.

Suggest new ones below!

Configuration

settings:
  join-priority: low
  leave-priority: low
  kick-priority: low
messages:
  join-message: '&e%player-name joined the game.'
  leave-message: '&e%player-name left the game.'
  kick-message: '&e%player-display-name was kicked from the game.'

Comments

Posts Quoted:
Reply
Clear All Quotes

About This Project

Categories

Members

Recent Files