Back to marketplace
BeeNameGenerator
Modrinth Plugin

BeeNameGenerator

A Minecraft plugin that implements the bee-name-generator API to generate bee names automagically

Minecraft product info

Important product information

Compatibility, Minecraft versions, loaders, and external source data.

Type

Plugin

Access

Free

Latest version

1.20-1.0.1

Downloads

1 654

Loaders / Platforms

bukkit fabric folia forge neoforge paper purpur spigot sponge

Minecraft versions

1.15 – 1.20.2

Categories

mobs

Description

Detailed information

# BeeNameGenerator [![License](https://img.shields.io/github/license/p0t4t0sandwich/BeeNameGeneratorPlugin?color=blue)](https://img.shields.io/github/downloads/p0t4t0sandwich/BeeNameGeneratorPlugin/LICENSE) [![Github](https://img.shields.io/github/stars/p0t4t0sandwich/BeeNameGeneratorPlugin)](https://github.com/p0t4t0sandwich/BeeNameGeneratorPlugin) [![Github Issues](https://img.shields.io/github/issues/p0t4t0sandwich/BeeNameGeneratorPlugin?label=Issues)](https://github.com/p0t4t0sandwich/BeeNameGeneratorPlugin/issues) [![Discord](https://img.shields.io/discord/1067482396246683708?color=7289da&logo=discord&logoColor=white)](https://discord.neuralnexus.dev) [![wakatime](https://wakatime.com/badge/user/fc67ce74-ca69-40a4-912f-61b26dbe3068/project/0f240003-7202-4e04-810e-e83bb007db81.svg)](https://wakatime.com/badge/user/fc67ce74-ca69-40a4-912f-61b26dbe3068/project/0f240003-7202-4e04-810e-e83bb007db81) A Minecraft plugin that implements the [bee-name-generator](https://github.com/p0t4t0sandwich/bee-name-generator) API to generate bee names automagically Link to our support: [Discord](https://discord.neuralnexus.dev) ## Download [![Github Releases](https://img.shields.io/github/downloads/p0t4t0sandwich/BeeNameGeneratorPlugin/total?label=Github&logo=github&color=181717)](https://github.com/p0t4t0sandwich/BeeNameGeneratorPlugin/releases) [![Maven Repo](https://img.shields.io/maven-metadata/v?label=Release&metadataUrl=https%3A%2F%2Fmaven.neuralnexus.dev%2Freleases%2Fdev%2Fneuralnexus%2FBeeNameGenerator%2Fmaven-metadata.xml)](https://maven.neuralnexus.dev/#/releases/dev/neuralnexus/BeeNameGenerator) [![Maven Repo](https://img.shields.io/maven-metadata/v?label=Snapshot&metadataUrl=https%3A%2F%2Fmaven.neuralnexus.dev%2Fsnapshots%2Fdev%2Fneuralnexus%2FBeeNameGenerator%2Fmaven-metadata.xml)](https://maven.neuralnexus.dev/#/snapshots/dev/neuralnexus/BeeNameGenerator) [![Spigot](https://img.shields.io/spiget/downloads/112100?label=Spigot&logo=spigotmc&color=ED8106)](https://www.spigotmc.org/resources/beenamegenerator.112100/) [![Hangar](https://img.shields.io/badge/Hangar-download-blue)](https://hangar.papermc.io/p0t4t0sandwich/BeeNameGenerator) [![Modrinth](https://img.shields.io/modrinth/dt/beenamegenerator?label=Modrinth&logo=modrinth&color=00AF5C)](https://modrinth.com/mod/beenamegenerator) [![CurseForge](https://img.shields.io/curseforge/dt/903965?label=CurseForge&logo=curseforge&color=F16436)](https://www.curseforge.com/minecraft/mc-mods/beenamegenerator) [![Sponge](https://img.shields.io/ore/dt/beenamegenerator?label=Sponge&logo=https%3A%2F%2Fspongepowered.org%2Ffavicon.ico&color=F7CF0D)](https://ore.spongepowered.org/p0t4t0sandwich/BeeNameGenerator) ### Compatibility Cheatsheet BeeNameGenerator supports: Bukkit, Fabric, Forge, and Sponge (8-11 works with the same jar) | Server type | Versions | Jar Name | |---------------------|-------------|---------------------------------------| | All 1.20 (Sponge11) | 1.20-1.20.2 | `BeeNameGenerator-1.20-<version>.jar` | | All 1.19 (Sponge10) | 1.19-1.19.4 | `BeeNameGenerator-1.19-<version>.jar` | | All 1.18 (Sponge9) | 1.18-1.18.2 | `BeeNameGenerator-1.18-<version>.jar` | | All 1.17 (Sponge9) | 1.17-1.17.1 | `BeeNameGenerator-1.17-<version>.jar` | | All 1.16 (Sponge8) | 1.16-1.16.5 | `BeeNameGenerator-1.16-<version>.jar` | | All 1.15 (Sponge8) | 1.15-1.15.2 | `BeeNameGenerator-1.15-<version>.jar` | ## Dependencies - [TaterLib](https://github.com/p0t4t0sandwich/TaterLib) - Required on all platforms - [FabricAPI](https://modrinth.com/mod/fabric-api) - Required on Fabric ### Optional Dependencies - [LuckPerms](https://luckperms.net/) - For permissions/prefix/suffix support ## Usage - Commands either require a permissions manager or OP level 4 in order to use them. - You can set the "payment" item in the config, which is the item that is consumed when using the `/bng name auto` command (defaults to a name tag). - The naming radius can be set in the config, which is the radius around the player that the plugin will look for bees to name (defaults to 10 blocks). - Some commands require an authenticated API key to use them, which is set in the config (you'd need to host your own [API endpoint](https://github.com/p0t4t0sandwich/bee-name-generator)). ## Commands and Permissions | Command | Permission | Description | |------------------------------------------|-----------------------------------|-----------------------------------------------------------| | `/bng help` | `taterlib.command.help` | Show help for commands | | `/bng reload` | `taterlib.command.reload` | Reload the plugin | | `/bng name <auto/tag>` | `taterlib.command.name` | Name a bee or get a named name tag | | `/bng name auto` | `taterlib.command.name.auto` | Automatically name a nearby bee | | `/bng name tag` | `taterlib.command.name.tag` | Get a name tag with a random bee name | | `/bng get` | `taterlib.command.get` | Gets a random bee name | | `/bng add` | `taterlib.command.add` | Adds a bee name to the database (Authenticated API Route) | | `/bng suggest <name/list/accept/reject>` | `taterlib.command.suggest` | Suggest a name to the database | | `/bng suggest <name>` | `taterlib.command.suggest` | Suggest a name to the database | | `/bng suggest list` | `taterlib.command.suggest.list` | List all pending suggestions | | `/bng suggest accept <name>` | `taterlib.command.suggest.accept` | Accept a pending suggestion (Authenticated API Route) | | `/bng suggest reject <name>` | `taterlib.command.suggest.reject` | Reject a pending suggestion (Authenticated API Route) | ## Config `<plugins/config>/BeeNameGenerator/beenamegenerator.config.yml` ```yaml --- version: 1 api: # URL for the Bee Name Generator API base_url: "https://api.sperrer.ca/api/v1/bee-name-generator" # Auth Token for the Bee Name Generator API auth_token: "YOUR_AUTH_TOKEN" naming: radius: 10 payment_item: "minecraft:name_tag" ``` ## [Release Notes](https://github.com/p0t4t0sandwich/BeeNameGeneratorPlugin#release-notes)

Developer

Project author

Profile and data retrieved from Modrinth

Open on Modrinth

Product gallery

Project images

Screenshots and images from the original Modrinth page.

Change log

Project versions

Published versions and original Modrinth files.

1.20-1.0.1 Current Release 27.10.2023

BeeNameGenerator 1.20-1.0.1

Supported Minecraft versions
1.20 1.20.1 1.20.2
Loaders / Platforms
bukkit fabric folia forge neoforge paper purpur spigot sponge
Show changes
- Built proper classes for GSON to serialize/deserialize to when using the API - Capitalize the first letter of the name - Fixed Sponge radius checking - Tested on Sponge versions 9, 10, and 11
Sign in

0.05 MB

1.19-1.0.1 Release 27.10.2023

BeeNameGenerator 1.19-1.0.1

Supported Minecraft versions
1.19 1.19.1 1.19.2 1.19.3 1.19.4
Loaders / Platforms
bukkit fabric folia forge paper purpur spigot sponge
Show changes
- Built proper classes for GSON to serialize/deserialize to when using the API - Capitalize the first letter of the name - Fixed Sponge radius checking - Tested on Sponge versions 9, 10, and 11
Sign in

0.05 MB

1.18-1.0.1 Release 27.10.2023

BeeNameGenerator 1.18-1.0.1

Supported Minecraft versions
1.18 1.18.1 1.18.2
Loaders / Platforms
bukkit fabric folia forge paper purpur spigot sponge
Show changes
- Built proper classes for GSON to serialize/deserialize to when using the API - Capitalize the first letter of the name - Fixed Sponge radius checking - Tested on Sponge versions 9, 10, and 11
Sign in

0.05 MB

1.17-1.0.1 Release 27.10.2023

BeeNameGenerator 1.17-1.0.1

Supported Minecraft versions
1.17 1.17.1
Loaders / Platforms
bukkit fabric folia forge paper purpur spigot sponge
Show changes
- Built proper classes for GSON to serialize/deserialize to when using the API - Capitalize the first letter of the name - Fixed Sponge radius checking - Tested on Sponge versions 9, 10, and 11
Sign in

0.05 MB

1.16-1.0.1 Release 27.10.2023

BeeNameGenerator 1.16-1.0.1

Supported Minecraft versions
1.16 1.16.1 1.16.2 1.16.3 1.16.4 1.16.5
Loaders / Platforms
bukkit fabric folia forge paper purpur spigot sponge
Show changes
- Built proper classes for GSON to serialize/deserialize to when using the API - Capitalize the first letter of the name - Fixed Sponge radius checking - Tested on Sponge versions 9, 10, and 11
Sign in

0.05 MB

1.15-1.0.1 Release 27.10.2023

BeeNameGenerator 1.15-1.0.1

Supported Minecraft versions
1.15 1.15.1 1.15.2
Loaders / Platforms
bukkit fabric folia forge paper purpur spigot sponge
Show changes
- Built proper classes for GSON to serialize/deserialize to when using the API - Capitalize the first letter of the name - Fixed Sponge radius checking - Tested on Sponge versions 9, 10, and 11
Sign in

0.05 MB

1.0.0-1.20 Release 18.08.2023

BeeNameGenerator 1.0.0-1.20

Supported Minecraft versions
1.20 1.20.1
Loaders / Platforms
bukkit fabric folia forge neoforge paper purpur spigot
Show changes
Initial release
Sign in

0.04 MB

1.0.0-1.19 Release 18.08.2023

BeeNameGenerator 1.0.0-1.19

Supported Minecraft versions
1.19 1.19.1 1.19.2 1.19.3 1.19.4
Loaders / Platforms
bukkit fabric folia forge paper purpur spigot
Show changes
Initial release
Sign in

0.03 MB

1.0.0-1.18 Release 18.08.2023

BeeNameGenerator 1.0.0-1.18

Supported Minecraft versions
1.18 1.18.1 1.18.2
Loaders / Platforms
bukkit fabric folia forge paper purpur spigot
Show changes
Initial release
Sign in

0.03 MB

1.0.0-1.17 Release 18.08.2023

BeeNameGenerator 1.0.0-1.17

Supported Minecraft versions
1.17 1.17.1
Loaders / Platforms
bukkit fabric folia forge paper purpur spigot
Show changes
Initial release
Sign in

0.03 MB

1.0.0-1.16 Release 18.08.2023

BeeNameGenerator 1.0.0-1.16

Supported Minecraft versions
1.16 1.16.1 1.16.2 1.16.3 1.16.4 1.16.5
Loaders / Platforms
bukkit fabric folia forge paper purpur spigot sponge
Show changes
Initial release
Sign in

0.04 MB

1.0.0-1.15 Release 18.08.2023

BeeNameGenerator 1.0.0-1.15

Supported Minecraft versions
1.15 1.15.1 1.15.2
Loaders / Platforms
bukkit fabric folia forge paper purpur spigot
Show changes
Initial release
Sign in

0.03 MB