devtoolsgg.com
Guides
GuidesFiveMFiveMGarry's ModMinecraftShared
Garry's Mod

DarkRP

  • Jobs
  • Shipments
  • Entities
  • Ammo
  • Food
  • Categories
  • Door groups
  • Agendas
  • Demote groups
  • Group chats

Server configuration

  • Start script
  • server.cfg
  • Workshop

Reference lists

  • Player models
  • Weapons
  • Entities
  • Hooks
  • Enums
devtoolsgg.com

Generators for game server owners

Platforms

  • FiveM
  • Garry's Mod
  • Minecraft
  • Shared

Resources

  • Home
  • llms.txt

Social

  • Coming soon.

© 2026 devtoolsgg.com

Not affiliated with, endorsed by or associated with Cfx.re, Rockstar Games, Facepunch Studios, Mojang, Microsoft or Valve. All trademarks belong to their respective owners.

  1. Garry's Mod
  2. DarkRP
  3. Entities

DarkRP Entity Generator

Create a buyable entity such as a money printer or a drug lab, with its price, limit and buy command.

required

Shown in the F4 menu.

optional

F4 menu category. Optional.

required

The scripted entity class, for example money_printer.

required

Typing /command buys it. Lowercase, no spaces.

required

The .mdl the entity uses in the world.

required

What it costs to buy.

required

How many one player may own at once.

optional

TEAM variables that can buy this. Empty means every job.

addons/darkrpmodification/lua/darkrp_customthings/entities.lua
1-- Generated with devtoolsgg.com2DarkRP.createEntity("Money printer", {3    ent = "money_printer",4    model = "models/props_c17/consolebox01a.mdl",5    price = 1000,6    max = 2,7    cmd = "buymoneyprinter",8})9
lua9 lines, 212 characters

Related tools

JobsShipmentsAmmoFoodCategoriesDoor groupsAgendasDemote groupsGroup chats