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
| Permission | Description | Default |
|---|---|---|
typewriter.vehicle.use | Allows players to mount and use vehicles. | true |
typewriter.vehicle.admin | Allows creation and management of vehicle definitions. | op |
Dependencies
| Extension | Required | Usage |
|---|---|---|
| GUI Extension | Required | Vehicle menu GUI. |
| PlaceholderAPI | Optional | For vehicle-related placeholders. |