Skip to content

LeafCommunity/Tasks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

50 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

๐Ÿ“… Tasks

Build and schedule tasks.

Maven

<repositories>
  <repository>
    <id>jitpack.io</id>
    <url>https://jitpack.io</url>
  </repository>
</repositories>
<dependency>
  <groupId>community.leaf.tasks</groupId>
  <artifactId><!--module--></artifactId>
  <version><!--release--></version>
</dependency>

Modules

  • tasks-bukkit โ†’ ๐Ÿšฐ
    • Task scheduling for Bukkit plugins.
  • tasks-executor-service โ†’ โ˜•
    • Schedule platform-agnostic tasks with an executor service.

Versions

Since we use JitPack to distribute this library, the versions available are the same as the tags found on the releases page of this repository.

Shading

If you intend to shade this library, please consider relocating the packages to avoid potential conflicts with other projects. This library also utilizes nullness annotations, which may be undesirable in a shaded uber-jar. They can safely be excluded, and you are encouraged to do so.