Skip to content

Commit

Permalink
docs(readme): mention task scheduler and lifecycle hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
rexlManu authored Mar 24, 2024
1 parent bf6a666 commit 09193e3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ This is a boilerplate for creating a Paper plugin.
- Incendo Cloud v2 Command Framework
- Listeners and annotation based commands are registered when discovered
- Annotations for Lifecycle Events like `@OnPluginEnable`, `@OnPluginDisable` and `@OnPluginReload`
- Lifecycle Hooks `@RunBefore` and `@RunAfter` for precise declaration when methods are executed
- Define methods as `@TimedTask` to run them on an async repeating schedule
- Extensive Task Scheduler that also supports Folia
- Gradle Version Catalogs

## Libraries
Expand Down

0 comments on commit 09193e3

Please sign in to comment.