Skip to main content

ARK · CREATURE

ARK: Survival Ascended Giant Worker Bee Creature creature

Giant Worker Bee Creature

  • Creature
  • Crystal Isles

A Fantasy-type creature from Crystal Isles, identifiable by entity ID HoneyBee_Character_BP_C, used in admin spawning and server-side testing.

The Giant Worker Bee Creature is just the start. Join the GameServersHub Discord for the full playbook on running your server. As of .

Creature ID

Entity / blueprint class

HoneyBee_Character_BP_C

Blueprint path

"Blueprint'/Game/Mods/CrystalIsles/Assets/Dinos/HoneyBee/HoneyBee_Character_BP.HoneyBee_Character_BP'"

Summon Commands

Wild (Summon)

admincheat Summon HoneyBee_Character_BP_C

Tamed (GMSummon, level 150)

cheat GMSummon "HoneyBee_Character_BP_C" 150

Exact placement (SpawnDino)

admincheat SpawnDino "Blueprint'/Game/Mods/CrystalIsles/Assets/Dinos/HoneyBee/HoneyBee_Character_BP.HoneyBee_Character_BP'" 0 0 0 0

About

The Giant Worker Bee is a Fantasy-type creature exclusive to the Crystal Isles DLC. It shares its niche with the honey-production ecosystem on that map and is distinct from other bee-related creatures by its specific name tag and entity ID.

Admins working on Crystal Isles servers will reference the entity ID HoneyBee_Character_BP_C when using spawn commands, setting up creature population configs, or scripting automated tests. Because it is DLC-locked, it will not appear naturally on base-game maps, so any admin attempting to force-spawn it should confirm the server is running Crystal Isles content.

When configuring spawn entries or NPC replacements in Game.ini, use the entity ID exactly as given to avoid mismatches with other bee variants.

Frequently Asked Questions

How do I spawn a tamed Giant Worker Bee Creature?
Open the admin console and run cheat GMSummon "HoneyBee_Character_BP_C" 150. GMSummon spawns a tamed Giant Worker Bee Creature at the given level (150 here); change the number to set the level. Verified against the current ARK: ASA build as of June 28, 2026.
Which game is the Giant Worker Bee Creature from?
The Giant Worker Bee Creature is from ARK: Survival Ascended. Every ID, code, and command on this page is specific to ARK: Survival Ascended and its current live build.
What type of creature is the Giant Worker Bee Creature?
The Giant Worker Bee Creature is classified as a fantasy in ARK: Survival Ascended. The classification affects which spawn containers and taming rules apply to it.
What's the Giant Worker Bee Creature entity ID?
The creature ID for the Giant Worker Bee Creature is HoneyBee_Character_BP_C. This is the blueprint class the game uses to identify it, and it's what admin summon commands take.
What is the Giant Worker Bee Creature?
A Fantasy-type creature from Crystal Isles, identifiable by entity ID HoneyBee_Character_BP_C, used in admin spawning and server-side testing.
What is the Giant Worker Bee Creature used for?
The Giant Worker Bee is a Fantasy-type creature exclusive to the Crystal Isles DLC. It shares its niche with the honey-production ecosystem on that map and is distinct from other bee-related creatures by its specific name tag and entity ID.
What is the Giant Worker Bee Creature name tag for Game.ini?
The Giant Worker Bee Creature uses the name tag Giant Worker Bee. That is the value per-dino server settings expect, such as spawn multipliers, taming overrides and stat multipliers in Game.ini.
Is the Giant Worker Bee Creature a DLC creature or part of the base game?
The Giant Worker Bee Creature is tied to the Crystal Isles content, so that map or pack must be installed for it to appear naturally. Admins can still force-spawn it on any map with summon commands.
How current is the Giant Worker Bee Creature info?
The Giant Worker Bee Creature entry was last verified on GameServersCodex on June 28, 2026. We track the live ARK: ASA build, so the details here reflect the current patch.
What is the blueprint path for the Giant Worker Bee Creature?
The Giant Worker Bee Creature blueprint path is "Blueprint'/Game/Mods/CrystalIsles/Assets/Dinos/HoneyBee/HoneyBee_Character_BP.HoneyBee_Character_BP'". Keep the wrapping quotes: SpawnDino and the other path-based admin commands need them to read the path as one argument. Verified against the current ARK: ASA build as of June 28, 2026.
How do I spawn a Giant Worker Bee Creature at an exact level and position?
Run admincheat SpawnDino "Blueprint'/Game/Mods/CrystalIsles/Assets/Dinos/HoneyBee/HoneyBee_Character_BP.HoneyBee_Character_BP'" 0 0 0 0. SpawnDino takes the full blueprint path followed by spawn distance, Y offset, Z offset and level, so you can place the Giant Worker Bee Creature precisely instead of dropping it on top of your character.
How do I spawn the Giant Worker Bee Creature over RCON or on a dedicated server?
Send the same command through RCON or your control panel: admincheat Summon HoneyBee_Character_BP_C. Log in as admin first (enablecheats <AdminPassword>); if your tool already runs with admin context, drop the leading "cheat".
How do I spawn a wild Giant Worker Bee Creature?
Run cheat Summon HoneyBee_Character_BP_C in the admin console. Summon spawns a wild, untamed Giant Worker Bee Creature at your location. Use GMSummon instead if you want it pre-tamed.