Player Action Notifications: Welcomes, Deaths, and TPS
| Description | Link |
|---|---|
| API | |
| Version | |
| Downloads |
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.
config.yml file..phar file from Poggit or compile the plugin yourself..phar file in your PocketMine-MP server's plugins folder.The plugin automatically generates a config.yml file in the plugins/WelcomeMessages/ folder. You can customize the messages by editing this file.
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}."
{player}: Player's name.{killer}: Killer's name.{weapon}: Weapon used for the kill.welcomemessages.reload: Allows the use of the /wmreload command.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.
Thank you for using WelcomeMessages! If you have any questions or need help, feel free to contact me. 😊