Newer
Older
[](#)
[](LICENSE)
[](#)
This is a LoKi plugin that generates a complete **Dungeons & Dragons** character using classic 5e rules and randomization.
### ❓ Description
Generates a full D&D 5e character with randomized:
- **Race**
- **Class**
- **Stats** (rolled using 4d6, drop the lowest)
- **Proficiencies & Expertise**
Returns an embedded message with:
> 🧙 **D\&D Character Generator**
>
> **Name**: Garrick
> **Race**: Tiefling
> **Class**: Sorcerer
>
> **Stats**
> • Strength: 12
> • Dexterity: 14 *(Proficient)*
> • Constitution: 13 *(Expertise)*
> • Intelligence: 10
> • Wisdom: 8
> • Charisma: 17
>
> *Generated randomly using the 4d6 drop lowest method*
You can optionally integrate a fantasy portrait API or service to generate avatars.
> 🧙 [Character Preview Example](https://example.com/character-avatar.png)
> (Integration optional via external API such as DiceBear, Artbreeder, or generated avatars)
* **Name**: DnD Character Generator
* **Command**: `dndcharacter`
* **Emoji**: 🧙♂️
* **Description**: Generates a Dungeons & Dragons character
```bash
./gradlew shadowJar
```
2. Move the JAR to your LoKi Bot plugins folder:
```
/loki/plugins/
```
3. Restart or reload LoKi to activate it.
---
## 🏷️ Versioning
Current version: **1.0.0**
To tag a release in GitLab or GitHub: