For the complete documentation index, see llms.txt. This page is also available as Markdown.

MDT

rcore_housing provides bridge handlers for MDT (Mobile Data Terminal) applications, enabling property search and management within tablet/computer interfaces.

Official lb_tablet Integration Coming

This handler will be included out of the box in an upcoming lb_tablet update. The integration has already been submitted to LB team for inclusion in their official release.

lb_tablet

Official integration with lb-tablet.

Setup

  1. Download the handler file below

  2. Place in: lb-tablet/server/custom/housing/rcore_housing.lua

  3. In lb-tablet/config.lua, set the housing script:

Config.HousingScript = "rcore"

Download Handler

lb_tablet_rcore_housing.lua

Features

  • Search properties by ID, owner, or name

  • View property details, pricing, and location

  • List properties owned by a specific player

  • Automatic property formatting for tablet compatibility

wasabi_mdt

Official integration with wasabi_mdt.

Official wasabi_mdt Integration Coming

This handler will be included out of the box in an upcoming wasabi_mdt update. The integration has already been submitted to Wasabi team for inclusion in their official release.

Setup

  1. Download the handler file below

  2. Place in: wasabi_mdt/server/adapters/housing/rcore_housing.lua

  3. In wasabi_mdt/config/config.lua, set the housing adapter:

Download Handler

rcore_housing.lua

Features

  • Search properties by ID, owner, name, or address

  • View property details, pricing, state, and location

  • List properties owned by a specific player

  • Automatic property type mapping for MDT compatibility

Last updated