https://github.com/skyss0fly/discordmcpepm4
DiscordMCPEPM4
https://github.com/skyss0fly/discordmcpepm4
Last synced: about 2 months ago
JSON representation
DiscordMCPEPM4
- Host: GitHub
- URL: https://github.com/skyss0fly/discordmcpepm4
- Owner: skyss0fly
- License: other
- Created: 2023-01-06T03:45:53.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-06T04:03:51.000Z (over 2 years ago)
- Last Synced: 2025-02-12T22:33:34.289Z (3 months ago)
- Language: PHP
- Size: 22.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Discord-MCPE
#####
plugin coming soon!
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!