Orbit StudiosOrbit Studios
Orbit Studios Resourcesorbit-craftingsystem

Commands

Developer command available in orbit-craftingsystem.

Commands

Commands are typed in the FiveM chat by a player with permission, or executed from the server console when supported. The crafting system currently exposes one developer command for giving blueprint items during setup and testing.

Prop

Type

createblueprint is only available when developer mode is enabled.

resources/[orbit]/orbit-craftingsystem/shared/config.lua
Config.DeveloperMode = true

Turn developer mode back off after setup if you do not want this test command available on production servers.

Parameters

Prop

Type

FiveM console
/createblueprint 12 weapon_pistol
/createblueprint 12 weapon_pistol 3

The first example gives player ID 12 one blueprint that unlocks weapon_pistol. The second example gives the same player three blueprint items.

blueprintName must match a key in Config.Blueprints.items, not the display label. If you use Config.CustomBlueprints, the command still receives the original blueprint content name, such as weapon_pistol.

Permission Notes

The command is registered as restricted and developer-mode gated. If the chat suggestion appears but nothing happens, check the server console for the developer-mode warning first, then confirm the player running the command has permission to use restricted commands.

On this page