Skip to content

A bukkit plugin that serves as a developer library providing timing events.

Notifications You must be signed in to change notification settings

UrbanMC-Devs/TimerLib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TimerLib

A bukkit plugin that serves as a developer library providing timing events with reasonable accuracy. The events have sub 5 minute precision (compared to real-time accuracy) with the event triggers accounting for lag.

The plugin also directly bundles Aikar's TaskChain which other plugins can utilize. NOTE: This is not the recommended way to bundle TaskChain. Modern plugins looking to use TaskChain should directly shade it in and relocate it. This exists purely for legacy purposes.

Building

This is a standard Gradle project and can be built via gradle shadowJar (or use ./gradlew shadowJar with Java 8).

Archived

This project is archived and will not receive any features. Bugs may still be resolved, but there is no gurantee they will be resolved in a timely fashion. Pull-requests related to features / bugs are welcome.

Developers

Silverwolfg11

About

A bukkit plugin that serves as a developer library providing timing events.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages