Skip to content

A maintained fork of the TimingSystem ice boat racing plugin for FrostHex.com

License

Notifications You must be signed in to change notification settings

FrostHexABG/TimingSystem

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TimingSystem

An ice boat time trial and event management plugin.
Created by Makkuusen. This fork maintained by JustBru00 for FrostHex.com

What does it do?

TimingSystem is a plugin that aims to do a few things.

  • Creation and time-trials of 3 various track types. [Boats, Elytra and Parkour]
  • Displaying leaderboards. In-game holograms and/or command-based ones.
  • Creating and managing events to host races. (Currently only supports Boats).

Installation

First of all you need a Minecraft server running Paper. Then you can get started by following these easy steps:

  1. Download the latest release of TimingSystem and put the .jar in /plugins folder.
  2. Add World Edit or FastAsyncWorldEdit to your /plugins folder.
  3. [Optional] Add DecentHolograms to enable the use of hologram leaderboards.

Plugin Add-ons

Recommended client mods

  • OpenBoatUtils - Enables additional boat behaviours supported by TimingSystem.
  • OinkScoreboard - Makes it possible to display more than 15 rows for big races.

For Developers

If you want to develop plugins that add on to TimingSystem, you should start by adding TimingSystem as a maven dependancy.
Step 1. Add the JitPack repository.

<repositories>
	<repository>
	    <id>jitpack.io</id>
	    <url>https://www.jitpack.io</url>
	</repository>
</repositories>

Step 2. Add the TimingSystem dependancy

<dependency>
    <groupId>com.github.FrostHexABG</groupId>
    <artifactId>TimingSystem</artifactId>
    <version>2.2.1</version>
</dependency>

Timing System was originally forked from EpicIceTrack.

About

A maintained fork of the TimingSystem ice boat racing plugin for FrostHex.com

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%