HomeJavaModsPaperActions
PaperActions
ModsJava

PaperActions

by Qeonix · on Modrinth

This Plugin adds a Small API System to Paper called Actions. This allows Plugin developers to integrate Actions that Other Plugins can use without knowing…

⬇ Download on Modrinth

PaperActions

PaperActions is a lightweight API for Paper that allows plugins to expose and execute actions without depending directly on each other.

Instead of checking whether another plugin is installed and calling its API, plugins can simply register named actions that any other plugin can invoke.

Features

How it works

Plugins register actions during startup. Other plugins can execute those actions using the action's unique identifier.

Every action is identified by:

PluginName:ActionName

This makes it easy for plugins to communicate without creating hard dependencies.

Example Use Cases

Requirements

Why PaperActions?

PaperActions provides a simple, standardized way for plugins to communicate. Rather than exposing large APIs or depending on implementation details, plugins can offer small, reusable actions that are easy to discover and execute.

The result is cleaner integrations, fewer hard dependencies, and a more modular plugin ecosystem.

Verified by MCModsHub

These come from our own check of the pack file, not from the source page.

Explore more