This is a PocketMine-MP(PM-5) plugin that logs player joins, leaves, and chat messages to a Discord channel. Develop by two native developers.
- Logs player joins with a custom colored embed in Discord.
- Logs player leaves with a custom colored embed in Discord.
- Logs player chat messages with a custom colored embed in Discord.
- Logs when the server has started
- Logs when the server has shutdown.
- Download the ZIP file from Github and extract it.
- In config.yml, change
webhook
to the webhook URL of the channel you want to send the logs to. Save the file.(You can also change the colors of the embeds but remember, those are in RGB format so don't put HEX or anything other.) - Stop your pocketmine server.
- Copy the
Logger
directory (includingsrc
,.poggit.yml
,config.yml
, andplugin.yml
files) to theplugins
directory of your PocketMine server. - Start your PocketMine server.
- Enjoy the plugin.
The plugin has basic configuration options that you can customize in the config.yml
file. You can set your Discord webhook URL and adjust colors for different events.
name: Logger
version: 2.0.9
main: Logger\Main
authors: [aarush_01, fresherGAMING]
api: 5.0.0