Skip to content

Releases: sergiomb04/EasyActions

v1.0.0

22 Feb 14:03
7cbf328

Choose a tag to compare

🚀 EasyActions v1.0.0 — First Stable Release

This is the first stable release of EasyActions, a lightweight, JSON-driven trigger/action automation system.

EasyActions allows server operators and developers to define event-driven behaviors without writing additional code, using a simple and declarative JSON configuration format.


✨ Features

  • JSON-based trigger configuration
  • Built-in triggers:
    • ON_JOIN
    • ON_COMMAND
    • ON_DEATH
    • ON_KILL
    • ON_PLAYER_KILL_PLAYER
    • ON_PLAYER_DEATH_BY_PLAYER
  • Supported action types:
    • message
    • sound
    • title
    • command
  • Runtime placeholder resolution:
    • %player%
    • %executor%
    • %arg_0%
    • %args%
    • and more
  • Command metadata support:
    • Aliases
    • Permissions
    • Extra arguments

🎯 Use Cases

  • Fast command prototyping
  • Server automation
  • Event-driven reactions
  • Reward systems
  • Broadcast utilities
  • Permission wrappers

📦 Stability

Version 1.0.0 marks the first production-ready release.

The trigger structure, action system, and placeholder resolution are now considered stable for production use.