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.

Garry's Mod

Live

DarkRP, Sandbox and server configuration

Generators for the files a Garry's Mod server actually needs: DarkRP jobs, shipments, entities, ammo and categories, plus the start script, server.cfg and Workshop downloads. Every field name comes from DarkRP's own default config.

DarkRP

DarkRP Job GeneratorCreate a DarkRP job with its models, loadout, salary and whitelist. Paste an existing job to edit it.DarkRP Shipment GeneratorCreate a weapon shipment for the gun dealer, with its price, crate size and which jobs may buy it.DarkRP Entity GeneratorCreate a buyable entity such as a money printer or a drug lab, with its price, limit and buy command.DarkRP Ammo GeneratorAdd a buyable ammo type to the F4 menu, with its price and how many rounds each purchase gives.DarkRP Food GeneratorAdd a food item for hungermod, with the energy it restores and its price. Hungermod is off by default.DarkRP Category GeneratorCreate an F4 menu category for jobs, entities, shipments or ammo, and control where it sits in the list.DarkRP Door Group GeneratorCreate a door group so a set of jobs can own the same doors. Note this uses AddDoorGroup, not a create function: DarkRP has no createDoorGroup.DarkRP Agenda GeneratorCreate an agenda: one job writes the orders, the others read them on their HUD.DarkRP Demote Group GeneratorGroup related jobs so a demotion from one bans the player from all of them, instead of letting them rejoin under another name.DarkRP Group Chat GeneratorLet a set of jobs talk to each other through /g and team chat, either by listing them or with your own condition.

Server configuration

Start Script GeneratorBuild the srcds launch script for Windows or Linux, with the port, tickrate, gamemode, map and Workshop collection.server.cfg GeneratorBuild a Garry's Mod server.cfg: name, downloads, sandbox limits and logging, with the settings that have been exploited flagged.Workshop DownloadsGenerate the resource.AddWorkshop lines that make clients download your addons, plus the launch argument that makes the server mount the collection.

Reference lists

Player ModelsEvery player model Garry's Mod registers by default, with a preview and the path to pass to SetModel or a DarkRP job.Weapon ClassesEvery weapon class Garry's Mod registers by default, ready to paste into a DarkRP job loadout. Half of them only exist once Half-Life: Source is mounted on the server, which the mount column tells you.Entity ClassesThe entity classes the game can spawn, for the ent field of DarkRP.createEntity and for ents.Create. Ammo, items, props and the sandbox entities the tool gun creates.Gamemode HooksEvery GM hook, with the realm it actually runs in. Filter by realm before you write the hook: a HUD hook on a server never fires, and that is most of what goes wrong the first time.Enum ReferenceEvery enum member Garry's Mod documents, in one searchable list rather than a hundred pages. Search the constant you half remember, copy the exact name, and see which realm it belongs to.