Compatibility
Minecraft: Java Edition
1.21.x
1.20.x
1.19.x
1.18.x
1.17.x
1.16.x
1.15.x
1.14.x
1.13.x
1.12.x
1.11.x
1.10.x
1.9.x
1.8.8–1.8.9
Platforms
Tags
Creators
Details
ByteClansDiscord
ByteClansDiscord is an official addon for ByteClans that sends Discord webhook notifications on clan events.
Requirements
- ByteClans (latest)
- Java 21+
- Spigot 1.8.8+
Overview
ByteClansDiscord hooks into ByteClans' event system and dispatches fully customizable Discord webhooks whenever something happens in a clan.
Each event has its own webhook URL, toggle, and component layout — configured entirely through webhooks.yml.
If you need help, join the Discord server.
Features
- Per-event webhook with its own URL and toggle.
- Built on Discord's Components V2 — containers, text displays, separators and thumbnails.
- Player skin thumbnails via configurable URL (e.g.
mcstats.com/bust/{player_uuid}). - Full markdown support in text components.
- Placeholders resolved per event.
- Async webhook dispatch — no server thread blocking.
Supported Events
| Event | Placeholders |
|---|---|
| Clan Created | {player_name}, {player_uuid}, {clan_name}, {clan_uuid}, {owner_name}, {owner_uuid} |
| Clan Disbanded | {clan_name}, {clan_uuid}, {owner_name}, {owner_uuid}, {date} |
| Member Joined | {player_name}, {player_uuid}, {clan_name}, {clan_uuid}, {owner_name}, {owner_uuid}, {member_count} |
| Member Left | {player_name}, {player_uuid}, {clan_name}, {clan_uuid}, {owner_name}, {owner_uuid}, {member_count} |
| Ownership Transferred | {old_owner}, {old_owner_uuid}, {new_owner}, {new_owner_uuid}, {clan_name}, {clan_uuid} |
Installation
- Download the latest ByteClansDiscord release from the releases page.
- Make sure ByteClans is already installed.
- Place the JAR inside your server's
plugins/folder. - Start your server —
webhooks.ymlwill be generated automatically. - Fill in your
webhook-urlfor each event and configure the components to your liking. - Restart.
Configuration
Each event is a top-level section in webhooks.yml:
clan-member-join:
enabled: true
webhook-url: ""
username: "ByteClans WebHooks"
avatar-url: ""
container:
accent-color: 0x00FF00
spoiler: false
components:
- type: TEXT_DISPLAY
content: "## ✅ Member Joined\n**{player_name}** has joined **{clan_name}**."
- type: SEPARATOR
divider: true
spacing: SMALL
- type: TEXT_DISPLAY
content: "-# Members: {member_count}"
Component Types
| Type | Fields |
|---|---|
TEXT_DISPLAY |
content — supports Discord markdown |
SEPARATOR |
divider (bool), spacing (SMALL | LARGE) |
SECTION |
components (list of text lines), thumbnail |
Thumbnail Fields
| Field | Description |
|---|---|
url |
Image URL — supports placeholders like {player_uuid} |
description |
Alt text for the image |
spoiler |
Blurs the image until clicked |
License
This project is released under the MIT License.
You are free to use, modify, and distribute it with attribution.


