WelcomeMessages

Player Action Notifications: Welcomes, Deaths, and TPS

WelcomeMessages


DescriptionLink
APIVersion
VersionAPI
DownloadsDownloads

Welcome to WelcomeMessages, a PocketMine-MP plugin that enhances the player experience by displaying customizable messages when they join the server, change worlds, die, or are killed.

Features

  • Welcome Message: Displays a customizable message when a player joins the server.
  • ActionBar Messages: Shows a message in the ActionBar when a player teleports to a specific world.
  • Death Messages: Notifies the cause of a player's death (falling, drowning, starvation, etc.).
  • Kill Messages: Displays a message when a player is killed by another, including the weapon used.
  • Customizable Configuration: All messages can be modified in the config.yml file.

Installation

  1. Download the .phar file from Poggit or compile the plugin yourself.
  2. Place the .phar file in your PocketMine-MP server's plugins folder.
  3. Restart the server.
  4. Done! The plugin will be enabled automatically.

Configuration

The plugin automatically generates a config.yml file in the plugins/WelcomeMessages/ folder. You can customize the messages by editing this file.

Example config.yml

# Welcome message when a player joins the server
welcome_message: "§aWelcome, {player}, to the server!"

# World messages
world_messages:
  parcels: "§eYou are in §bParcels"
  mines: "§eYou are in §bMines"
  pvp: "§eYou are in §bPvP"
  survival: "§eYou are in §bSurvival"

# Death messages
death_messages:
  fall: "§c{player} died from falling."
  drowning: "§c{player} drowned."
  hunger: "§c{player} died of hunger."
  default: "§c{player} died."

# Kill messages
kill_messages:
  default: "§c{player} was killed by {killer} using {weapon}."

Available Variables

  • {player}: Player's name.
  • {killer}: Killer's name.
  • {weapon}: Weapon used for the kill.

Commands

  • /wmreload: Reloads the plugin configuration without restarting the server.

Permissions

  • welcomemessages.reload: Allows the use of the /wmreload command.

Contributions

Contributions are welcome! If you find a bug or have an idea to improve the plugin, open an issue or submit a pull request on GitHub.


Credits

  • Developer: T. Stark
  • Version: 1.0.0
  • PocketMine-MP API: 5.0.0

💰 Donations

BuyMeACoffee
Ko-Fi

Thank you for using WelcomeMessages! If you have any questions or need help, feel free to contact me. 😊

Details

Version: 1.0.0

Downloads: 247

Updated: 3/27/2025

Supported API versions: 5.0.0 to 5.36.0

Categories: General, API plugins, World Editing and Management, Fun, Teleportation, Chat-Related, Informational

License: APACHE-2.0

Producers

Collaborator