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

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.

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