https://github.com/apacheli/bukkithook
Simple Minecraft plugin for Discord webhooks tuned to my personal liking.
https://github.com/apacheli/bukkithook
bukkit discord minecraft minecraft-plugin
Last synced: about 1 month ago
JSON representation
Simple Minecraft plugin for Discord webhooks tuned to my personal liking.
- Host: GitHub
- URL: https://github.com/apacheli/bukkithook
- Owner: apacheli
- Created: 2021-12-29T01:39:04.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-02-05T21:07:16.000Z (over 4 years ago)
- Last Synced: 2025-02-10T14:10:03.803Z (over 1 year ago)
- Topics: bukkit, discord, minecraft, minecraft-plugin
- Language: Java
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# BukkitHook
A simple chat bridge for Discord and Minecraft.
In your `plugins` directory, there will a subdirectory named `BukkitHook`.
Inside, there will be a file named `config.yml`.
Open it using your favorite text editor (such as Notepad), and add the following:
```yaml
webhook_url: "WEBHOOK_URL_HERE"
```
You must put your Discord webhook's URL there.
[See the releases](https://github.com/apacheli/bukkithook/releases) for the latest `.jar` download.
## Dependencies
- org.bukkit
- org.json