Skip to content

ClemchDev/JoinLeaveMessage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

JoinLeaveMessage Configurable - PMMP5 for MCBE

This plugin allows you to configure the join and leave messages for players on a Minecraft Bedrock Edition server using PMMP5. The integration with the message system is flexible and allows you to choose the type of message and whether to add or remove a prefix.

Installation

Follow these steps to install the plugin on your Minecraft Bedrock Edition server:

  1. Clone the GitHub repository to your local machine:
git clone https://github.com/ClemchDev/JoinLeaveMessage.git
  1. Use devtool.phar from PocketMine to install the plugin:
  • Place the cloned project folder into the plugins directory of your Minecraft Bedrock Edition server with PMMP5 DevTools.phar.
  • Alternatively, if you have compiled the plugin yourself, you can place the .phar file directly into the plugins folder.
  1. Restart the server to properly load the plugin.

Configuration

The configuration file for the plugin can be found at JoinLeaveMessage/config.yml. You can modify the settings to fit your preferences.

Console Message Configuration

This section allows you to customize the messages sent to the console when the plugin is enabled or disabled.

# Allows you to configure console messages
console-message:
  enable: "(+) JoinLeaveMessage"
  disable: "(-) JoinLeaveMessage"

Join/Leave Message Configuration

This section allows you to customize the messages sent to players when they join or leave the server. You can set the messages that will be sent when a player joins or leaves the server. You can include the player's name using {PLAYER}.

messages:
  first-join-message: "§2Welcome {PLAYER} to the server!"
  join-message: "§2(+) {PLAYER}"
  leave-message: "§c(-) {PLAYER}"

Message Type Configuration

This section allows you to configure how the message is sent and whether the prefix is included.

# Allows you to configure how the message is sent
parameters:
   type: "message"                     # "popup", "message", or "two"
   first-join: true                    # true or false
   prefix: "§6[JoinLeave] "            # To remove the prefix: ""

Commands

No commands are required for this plugin. The join and leave messages will be sent automatically based on the configuration defined in config.yml. Support

Support

If you have any questions, issues, or suggestions, feel free to open an issue on the GitHub repository or contact us directly. We appreciate your contributions and feedback! Thank you for using JoinLeaveMessage Configurable. Enjoy customizing your Minecraft server experience!

About

JoinLeaveMessage Configurable - PMMP5 for MCBE

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages