HomeJavaModsHorseTravel | An RPG Fast-Travel
HorseTravel | An RPG Fast-Travel
What is HorseTravel?
HorseTravel is a fast-travel system for servers with a medieval RPG feel.

What does it do?
The plugin provides a way for server owners to scatter TravelPoints across the map and players will be able to travel between those points on a horse. Each TravelPoint consists of two locations, a station and a teleport. Stations are basically the endpoints of a journey, where players get on and off the horses, while teleports are locations where the horse teleports to and from another location.
TL;DR Player gets on a horse, horse runs from station to teleport, teleports to destination teleport, runs to station and dismounts the player.

Features
How to use?


Spoiler: Manual
1) Set up your TravelPoint locations. For each TravelPoint both station and teleport have to be in the same world or that point will not be loaded. Note: When departing the horse will run from station to teleport and vice-versa when arriving so those points should not be far away from eachother!
All messages support colors with "&" symbol. To disable blindness set duration to -1

Code (Text):
# Do NOT change this value! HorseTravel will probably misparse your config!
# This does not necessarily correspond to plugin version
# -----------------
config_version: 1.3
# -----------------
# Should HorseTravel automatically check for updates
update_checks: true
horsespeed: 1.5
# Prefix for departure and arrival messages. Supports &4colors
message_prefix: ''
travelpoints:
  someplace:
    # Both worlds have to be the same
    # Format: world, x, y, z
    station: world,-200,64,61
    teleport: world,-200,64,57
    # Supports &4colors
    # Disabled if empty
    arrival_message: ''
    departure_message: ''
    # Duration: How many seconds should effect last
    # Delay: after how many seconds should blindness start
    # Effect disabled if duration: -1
    blindness:
      duration: 3
      delay: 2
  someotherplace:
    station: world,-200,64,61
    teleport: world,-200,64,57
    arrival_message: ''
    departure_message: ''
    blindness:
      duration: -1
      delay: 2
2) Set up player interaction. Currently HorseTravel is designed to only provide the function layer, while point selection was meant to be handled by other plugins, such as BossShop to provide a convenient way for owners to add their own conditions however they like.

3) Make your player-interaction use the command /horsetravel spawn <playerName> <originTravelPointID> <destinationTravelPointID>


4) Enjoy!

Permissions:
Commands:
Found bugs?
Please report them here.

Suggestions?
I'm always open to suggestions and constructive criticism. You can send suggestions as a PM or in the discussion section.

Planned features

Metrics
HorseTravel collects the following metrics:
If you like this plugin then consider leaving it a rating. Seeing people enjoying HorseTravel helps me keep motivated to provide you with updates :)

Commands

Plugin details

Read from the plugin's own plugin.yml.

Quick facts

Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.

HorseTravel | An RPG Fast-Travel is a free Minecraft Java mod. Compatible with Minecraft 1.12. Downloaded 661 times (via Spigot). Download it and open it directly in the game.

Explore more