Welcome to the Hangar Open Beta. Please report any issue you encounter on GitHub!
v1.0.3
This pull request introduces several changes to streamline workflows, enhance functionality in the TabHandler
class, and update plugin configurations and dependencies. The most notable changes include the removal of the beta release workflow, enhancements to the tab list feature, and updates to plugin versioning and dependencies.
Workflow Updates:
- Removal of Beta Workflow: The
.github/workflows/beta.yml
file was deleted, removing the workflow for publishing packages to the beta branch. - Renaming Main Workflow: The
.github/workflows/main.yml
file was updated to rename the workflow from "Release & Publish Packages (Beta Branch)" to "Release & Publish Packages (Main Branch)."
Plugin Enhancements:
- Tab List Improvements:
- Made the
setTabList
method private and added a newgetTabPriority
method to determine player tab priorities based on permissions. This improves the layout and order of players in the tab list. - Added new configurations to
tab.yml
files for tab list features, including headers, footers, player layout, and refresh intervals.
- Made the
Plugin Version and Dependency Updates:
- Version Updates:
- Updated
pluginVersion
from1.0.1
to1.0.3
andpaperVersion
from1.21.5
to1.21.8
ingradle.properties
.
- Updated
- Dependency Cleanup:
- Removed the
gradle/libs.versions.toml
file, eliminating references to dependencies such as VaultAPI, Paper API, and LuckPerms API.
- Removed the
Information
Published on | July 28, 2025 |
---|---|
Downloads | 0 |
Platforms
Paper (1.21.8)