API
This page is for developers who want to depend on Actions from their own plugin, e.g. to read registered actions or check their conditions in code. Add the repository and dependency below, then build against the API.
Setup
Add the Auxilor repository and the Actions dependency to your
build.gradle.kts:repositories { maven("https://repo.auxilor.io/repository/maven-public/") } dependencies { compileOnly("com.willfp:Actions:<version>") // Replace <version> with the latest tag }Replace
<version>with the latest release, found on the tags page.
The full source code is available on GitHub.
Where to go next
See the data model: browse the source.
Build actions as a user: How to Make a Custom Action.