This minecraft plugin shows up more information for the players.
MineLog adds additional information to the chat box. Each time when you gain experience, pick up items or receive damage a message will appear (MMORPG like). Furthermore each player is able to configure the logging. There exist four modes:
- full: Shows all information
- farmer: Shows only farming relevant information
- battle: Shows only battle relevant information
- off: Hides all information for the current player
The modes can be set by typing:
/minelog level [type]
Additionally you can call the help menu by simply typing:
/minelog
You can set a welcome message by typing:
/minelog message [message]
To clear the message, just type:
/minelog message
Placeholder are part of the message command and can be used to refer to specific information. Each placeholder has a special notation like %PLACEHOLDER%. There is a list of supported placeholders:
PLAYER: Displays the name of the current playerBLACK: Makes the following text blackDARK_BLUE: Makes the following text dark blueDARK_GREEN: Makes the following text dark greenDARK_AQUA: Makes the following text dark aquaDARK_RED: Makes the following text dark redDARK_PURPLE: Makes the following text dark purpleGOLD: Makes the following text goldGRAY: Makes the following text grayDARK_GRAY: Makes the following text dark grayBLUE: Makes the following text blueGREEN: Makes the following text greenAQUA: Makes the following text aquaRED: Makes the following text redLIGHT_PURPLE: Makes the following text light purpleYELLOW: Makes the following text yellowWHITE: Makes the following text whiteMAGIC: Makes the following text looking crazyBOLD: Makes the following text boldSTRIKETHROUGH: Makes the following text strikethroughUNDERLINE: Underlines the following textITALIC: Makes the following text italic
Here is an example how placeholders work:
/minelog message %GOLD%Hello %GREEN%%PLAYER%, %GOLD%how are you? We've something special for you on %AQUA%this server
The result would be a colorized text: Hello Fred, how are you? We've something special for you on this server