ARK · CREATURE

Jug Bug Creature
- Creature
- Scorched Earth
The Jug Bug is a Scorched Earth invertebrate whose entity ID is Jugbug_Character_BaseBP_C, useful for spawning or targeting via server commands.
Questions about the Jug Bug Creature (creature ID Jugbug_Character_BaseBP_C)? Ask the GameServersHub Discord for answers from real server owners. Updated .
Creature ID
Entity / blueprint class
Jugbug_Character_BaseBP_CBlueprint path
"Blueprint'/Game/ScorchedEarth/Dinos/Jugbug/JugBug_Character_BaseBP.JugBug_Character_BaseBP'"Summon Commands
Wild (Summon)
admincheat Summon Jugbug_Character_BaseBP_CTamed (GMSummon, level 150)
cheat GMSummon "Jugbug_Character_BaseBP_C" 150Exact placement (SpawnDino)
admincheat SpawnDino "Blueprint'/Game/ScorchedEarth/Dinos/Jugbug/JugBug_Character_BaseBP.JugBug_Character_BaseBP'" 0 0 0 0About
The Jug Bug is a small invertebrate native to the Scorched Earth DLC. It is commonly encountered in the desert environment and is known for storing liquids in its abdomen, making it a resource target for survivors. Admins working on Scorched Earth servers may need to reference this creature for spawn configuration, population control, or event scripting.
When using server commands that target creatures by entity ID or name tag, use Jugbug_Character_BaseBP_C as the entity ID and Jugbug as the name tag. These identifiers apply to the base variant; specific color or resource variants may use derived class names not listed here.
Because the Jug Bug is tied to the Scorched Earth DLC, it will not naturally appear on base-game maps. Admins running cross-map sessions who want it present will need to configure manual spawns or use spawn containers that reference its entity ID directly.
Frequently Asked Questions
- Which game is the Jug Bug Creature from?
- The Jug Bug 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.
- How do I spawn a wild Jug Bug Creature?
- Run
cheat Summon Jugbug_Character_BaseBP_Cin the admin console. Summon spawns a wild, untamed Jug Bug Creature at your location. Use GMSummon instead if you want it pre-tamed. - How do I spawn the Jug Bug Creature over RCON or on a dedicated server?
- Send the same command through RCON or your control panel:
admincheat Summon Jugbug_Character_BaseBP_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 Jug Bug Creature at an exact level and position?
- Run
admincheat SpawnDino "Blueprint'/Game/ScorchedEarth/Dinos/Jugbug/JugBug_Character_BaseBP.JugBug_Character_BaseBP'" 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 Jug Bug Creature precisely instead of dropping it on top of your character. - How do I spawn a tamed Jug Bug Creature?
- Open the admin console and run
cheat GMSummon "Jugbug_Character_BaseBP_C" 150. GMSummon spawns a tamed Jug Bug 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. - What is the blueprint path for the Jug Bug Creature?
- The Jug Bug Creature blueprint path is
"Blueprint'/Game/ScorchedEarth/Dinos/Jugbug/JugBug_Character_BaseBP.JugBug_Character_BaseBP'". 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 current is the Jug Bug Creature info?
- The Jug Bug 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 Jug Bug Creature name tag for Game.ini?
- The Jug Bug Creature uses the name tag
Jugbug. That is the value per-dino server settings expect, such as spawn multipliers, taming overrides and stat multipliers inGame.ini. - What type of creature is the Jug Bug Creature?
- The Jug Bug Creature is classified as a invertebrate in ARK: Survival Ascended. The classification affects which spawn containers and taming rules apply to it.
- What is Jug Bug Creature in ARK: Survival Ascended?
- The Jug Bug is a Scorched Earth invertebrate whose entity ID is Jugbug_Character_BaseBP_C, useful for spawning or targeting via server commands.
- What is the Jug Bug Creature used for?
- The Jug Bug is a small invertebrate native to the Scorched Earth DLC. It is commonly encountered in the desert environment and is known for storing liquids in its abdomen, making it a resource target for survivors. Admins working on Scorched Earth servers may need to reference this creature for spawn configuration, population control, or event scripting.
- Is the Jug Bug Creature a DLC creature or part of the base game?
- The Jug Bug Creature is tied to the Scorched Earth 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.
- What is the Jug Bug Creature class name?
- The creature ID for the Jug Bug Creature is
Jugbug_Character_BaseBP_C. This is the blueprint class the game uses to identify it, and it's what admin summon commands take.