Skip to content

Book & Note Item Generator

Create readable items like books, documents, or notes for your server.


Overview

Use this tool to generate the Lua structure for your custom book or note. Once generated, the code should be placed in a new file within your schema's items directory.

Recommended Placement:

garrysmod/gamemodes/[schema folder]/schema/items/[item_id].lua

Unique identifier for this item (no spaces, lowercase)
3D model path for the book item
Inventory slot width
Inventory slot height
The title displayed when the book is opened in-game
The text content of the book.

Generated Code