ARK · CREATURE

Water Jug Bug Creature
- Creature
- Scorched Earth
The Water Jug Bug is a Scorched Earth invertebrate that admins can reference by entity ID Jugbug_Water_Character_BP_C for spawning and management.
Want to go deeper on the Water Jug Bug Creature (creature ID Jugbug_Water_Character_BP_C)? Join the GameServersHub Discord to trade setups and spawn tips with other server admins. As of .
Creature ID
Entity / blueprint class
Jugbug_Water_Character_BP_CBlueprint path
"Blueprint'/Game/ScorchedEarth/Dinos/Jugbug/Jugbug_Water_Character_BP.Jugbug_Water_Character_BP'"Summon Commands
Wild (Summon)
admincheat Summon Jugbug_Water_Character_BP_CTamed (GMSummon, level 150)
cheat GMSummon "Jugbug_Water_Character_BP_C" 150Exact placement (SpawnDino)
admincheat SpawnDino "Blueprint'/Game/ScorchedEarth/Dinos/Jugbug/Jugbug_Water_Character_BP.Jugbug_Water_Character_BP'" 0 0 0 0About
The Water Jug Bug is an invertebrate creature native to the Scorched Earth DLC. It shares the Jugbug name tag with its counterpart variants, which is useful when writing targeted server commands or creature management scripts that filter by tag rather than full entity ID.
Admins working on Scorched Earth servers may need to spawn or count these creatures for event setups or population testing. Use the entity ID Jugbug_Water_Character_BP_C with commands like SpawnDino or GMSummon to place one precisely. Because it belongs to the Scorched Earth DLC, it will not appear naturally on base-game maps without additional configuration.
Frequently Asked Questions
- What's the Water Jug Bug Creature blueprint path?
- The Water Jug Bug Creature blueprint path is
"Blueprint'/Game/ScorchedEarth/Dinos/Jugbug/Jugbug_Water_Character_BP.Jugbug_Water_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. - What is the Water Jug Bug Creature used for?
- The Water Jug Bug is an invertebrate creature native to the Scorched Earth DLC. It shares the
Jugbugname tag with its counterpart variants, which is useful when writing targeted server commands or creature management scripts that filter by tag rather than full entity ID. - What is the creature ID for the Water Jug Bug Creature?
- The creature ID for the Water Jug Bug Creature is
Jugbug_Water_Character_BP_C. This is the blueprint class the game uses to identify it, and it's what admin summon commands take. - How do I spawn a tamed Water Jug Bug Creature?
- Open the admin console and run
cheat GMSummon "Jugbug_Water_Character_BP_C" 150. GMSummon spawns a tamed Water 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. - How do I spawn a wild Water Jug Bug Creature?
- Run
cheat Summon Jugbug_Water_Character_BP_Cin the admin console. Summon spawns a wild, untamed Water Jug Bug Creature at your location. Use GMSummon instead if you want it pre-tamed. - What type of creature is the Water Jug Bug Creature?
- The Water Jug Bug Creature is classified as a invertebrate in ARK: Survival Ascended. The classification affects which spawn containers and taming rules apply to it.
- Is the Water Jug Bug Creature a DLC creature or part of the base game?
- The Water 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.
- How do I spawn the Water Jug Bug Creature over RCON or on a dedicated server?
- Send the same command through RCON or your control panel:
admincheat Summon Jugbug_Water_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 Water Jug Bug Creature at an exact level and position?
- Run
admincheat SpawnDino "Blueprint'/Game/ScorchedEarth/Dinos/Jugbug/Jugbug_Water_Character_BP.Jugbug_Water_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 Water Jug Bug Creature precisely instead of dropping it on top of your character. - What is the Water Jug Bug Creature name tag for Game.ini?
- The Water 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. - Which game is the Water Jug Bug Creature from?
- The Water 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 current is the Water Jug Bug Creature info?
- The Water 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 Water Jug Bug Creature?
- The Water Jug Bug is a Scorched Earth invertebrate that admins can reference by entity ID Jugbug_Water_Character_BP_C for spawning and management.