Welcome to the Hangar Open Beta. Please report any issue you encounter on GitHub!
A GTA-style camera system for fast traveling/teleporting to a player or location
GTA Style Fast Travel
i saw a tweet that showed gta style fast travel in minecraft but it only works in bedrock edition and i want it to work in java edition so here is a plugin that hopefully will do it
Features
- Travel to Coordinates: travel to specified X, Y, Z coordinates.
- Travel to Players: teleport to other online players.
- Asynchronous Chunk Loading: efficiently load necessary chunks (hopefully) without server lag.
Installation
Download the Plugin:
- Get the latest
FastTravel.jar
from the Releases section.
- Get the latest
Place the JAR:
- Move
FastTravel.jar
to your server'splugins
directory.
- Move
Install Dependencies:
- Ensure the following plugins are installed and enabled:
Restart the Server:
- Restart your Minecraft server to load FastTravel.
Usage
Commands
Travel to Coordinates: /ft Teleports you to the specified coordinates.
Travel to Player: /ft Teleports you to the specified player's location.
Example
/ft -456 63 -128 Travel to coordinates (-456, 63, -128).
Dependencies
- Citizens: Provides NPC integration, allowing the creation of dynamic teleportation points.
- PaperLib: Facilitates asynchronous chunk loading to ensure smooth performance without server lag. (Not required on server)
- ProtocolLib: Enhances compatibility and performance by allowing advanced protocol features.
Permissions
fasttravel.use
: Allows players to use fast travel commands.fasttravel.admin
: Grants access to administrative functions and configurations.
License
This project is licensed under the MIT License
Support
For issues please open an issue on the GitHub Issues page
Pages
View the code
Members
Owner