Skip to content
This repository has been archived by the owner on Dec 30, 2020. It is now read-only.

Leonidius20/Informator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Informator

Codacy Badge

A plugin for NukkitX server software for Minecraft Bedrock Edition, which allows customizing messages displayed when a player joins the game, leaves it or dies. The plugin also adds customizable messages about players getting banned or kicked. The customizable properties of messages include the color and the way of displaying (in the chat, as a popup or not displaying at all).

Installation

  • Download the latest .jar release and place it into the plugins folder on your server;
  • Start the server. An Informator directory containing the configuration file config.yml will be created inside the plugins folder;
  • Modify the configuration file to suit your needs.

Configuration file

join, quit, death, ban, kick parameters define the type of message to be displayed when corresponding events happen. Their values can be set to chat (send the message to chat, which is the default option), popup (the message will be displayed as a popup above the hotbar) or none (the message will not be displayed at all).

join-color, quit-color, death-color, ban-color, kick-color parameters define the colors of corresponding messages. Their values can be set to Minecraft color codes (a digit or a letter in the range from a to f).

Building from sources

mvn clean package

Links