Welcome to the Hangar Open Beta. Please report any issue you encounter on GitHub!
A powerful, lightweight staff management plugin with advanced moderation features!
v1.2.7
This pull request makes several improvements to the project's build and release automation, as well as some internal refactoring and minor feature updates. The main theme is the consolidation and enhancement of CI/CD workflows, along with some codebase clean-up and dependency updates.
CI/CD Workflow Improvements:
- Consolidated the separate
main.yml
andalpha.yml
GitHub Actions workflows into a single unified workflow file,release-and-publish.yml
, which now handles releases for both themain
andalpha
branches. This new workflow also adds steps to build artifacts, tag releases, and upload JAR files as GitHub releases. The old workflow files were removed. [1] [2] [3]
Dependency and Version Updates:
- Updated the plugin version in
gradle.properties
from1.2.6
to1.2.7
.
Codebase Refactoring:
- Replaced usage of the
Config
class with the newYamlConfig
class inConfigs.java
, updating both instance variables and constructor usage accordingly. - Refactored action bar handling in
StaffCommand.java
to use the sharedActionBar
utility class, removing the customsetActionBar
method and its associated state. [1] [2] [3]
Information
Published on | August 24, 2025 |
---|---|
Downloads | 0 |
Platforms
Paper (1.21.8)