Skip to main content
The Vehicle Extension provides mountable vehicle entities with custom movement mechanics, controls, and pathing support for TypeWriter.

Key Features

  • Mountable Entities: Players can ride custom vehicle entities with full movement controls.
  • Custom Physics: Configurable speed, acceleration, and turning radius per vehicle type.
  • Pathing Support: Vehicles can follow predefined paths or be player-controlled.
  • Integration: Works with TypeWriter’s entry system for quest-related vehicle sequences.

Entry Library

This extension provides entity definitions and actions for vehicle management. All functionality is accessed through TypeWriter entries — there are no standalone commands.

Entity Definitions

Define vehicle types with custom models, speeds, and behaviors.

Actions

  • Mount Vehicle: Places a player on a vehicle entity.
  • Dismount Vehicle: Removes a player from a vehicle.
  • Set Vehicle Speed: Adjusts the speed of a vehicle dynamically.

Permissions

PermissionDescriptionDefault
typewriter.vehicle.useAllows players to mount and use vehicles.true
typewriter.vehicle.adminAllows creation and management of vehicle definitions.op

Dependencies

ExtensionRequiredUsage
GUI ExtensionRequiredVehicle menu GUI.
PlaceholderAPIOptionalFor vehicle-related placeholders.