An open API service indexing awesome lists of open source software.

https://github.com/skyss0fly/discordmcpepm4

DiscordMCPEPM4
https://github.com/skyss0fly/discordmcpepm4

Last synced: about 2 months ago
JSON representation

DiscordMCPEPM4

Awesome Lists containing this project

README

        

# Discord-MCPE

#####
plugin coming soon!
![Discord-MCPE Logo](logo.png)

Connect your PocketMine server with Discordâ„¢!

## Installing:
1. Download PHAR From poggit (soon to come once bugs are all fixed!)
2. Put it in /plugins folder
3. Start server
4. Edit config
5. Reload server

## Config:
webhook_url: Your discord webhook url.

chat_url: Webhook url for the /discord command and when somebody chats. Set to 0 to use default.

username: The username the plugin uses in discord.

chat_username: The username of the plugin for /discord and when someone chats. Set to 0 to use default.

chat_format: Format in discord that the plugin uses when sending a message. {player} and {message} can be used.

start_message: Message sent when server starts.

shutdown_message: Message sent when server stops.

join_message: Message sent when player joins. {player} can be used.

quit_message: Message sent when player leaves. {player} can be used.

death_message: Message sent when player get killed. {player} can be used.

command: Enable/disable "/discord"

chat_prefix: Prefix for chat. When "!" and someone says !Hello, Hello is send to Discord

chat: Send everything to Discord. Recommended to keep this disabled, but it can be used.

debug: Show error messages.

## Making a Discordâ„¢ webhook:
1. Open Discord
2. Go to your server
3. Make a new chat channel / Open one
4. Click on the settings icon beside your chat channel name
5. Click Webhooks => New
6. Click "Copy" under Webhook URL
7. Paste it in the config
8. No more!