MissionBPs Plugin Description
## Features
MissionBPs is an admin item-spawn utility that creates items as blueprints instead of normal crafted items. It is designed for quickly generating blueprint versions of gear through a simple admin command.
What It Does
When an admin uses the plugin command:
If it cannot find a matching item after the spawn attempt, it reports that nothing matching the requested item name was created.
Command Behavior
The plugin uses commands to spawn the items:
Spawns into your inventory
- cheat tazzbps <item> [amount] [quality]
Spawns into players inventory
- cheat tazzbps {steamid} <item> [amount] [quality]
Example behavior:
This makes it useful for quickly generating mission-style or admin-created blueprints without manually editing each spawned item afterward.
Item Handling
For matching spawned items, the plugin enforces:
- blueprint state enabled
The matching logic checks the requested item name against the spawned item's blueprint/class naming so it can identify the correct item to modify.
Logging
MissionBPs logs successful blueprint spawns, including:
Requirements
## Features
MissionBPs is an admin item-spawn utility that creates items as blueprints instead of normal crafted items. It is designed for quickly generating blueprint versions of gear through a simple admin command.
- Blueprint-forced item spawning – spawned items are converted into blueprint form automatically
- GFI-style item creation – admins can spawn an item by item/class-style name input
- Amount support – lets admins choose how many to spawn
- Quality support – lets admins choose the quality value during creation
- Admin-only use – intended strictly for admin command usage
What It Does
When an admin uses the plugin command:
- the plugin spawns the requested item
- finds the matching newly added item in the player's inventory
- converts that item into a blueprint
- updates the item so it appears correctly in inventory
If it cannot find a matching item after the spawn attempt, it reports that nothing matching the requested item name was created.
Command Behavior
The plugin uses commands to spawn the items:
Spawns into your inventory
- cheat tazzbps <item> [amount] [quality]
Spawns into players inventory
- cheat tazzbps {steamid} <item> [amount] [quality]
Example behavior:
- item name is required
- amount defaults to 1 if not provided
- quality defaults to 0 if not provided
- invalid low values are clamped back to safe minimums
This makes it useful for quickly generating mission-style or admin-created blueprints without manually editing each spawned item afterward.
Item Handling
For matching spawned items, the plugin enforces:
- blueprint state enabled
The matching logic checks the requested item name against the spawned item's blueprint/class naming so it can identify the correct item to modify.
Logging
MissionBPs logs successful blueprint spawns, including:
- item requested
- amount
- quality
Requirements
- ARK: Survival Evolved Dedicated Server
- Ark Server API 3.56
