Welcome to the Hangar Open Beta. Please report any issue you encounter on GitHub!
Secure your items on death with player-specific gravestones and flexible retrieval options!
v1.3.0
This pull request introduces several updates, including workflow improvements, licensing updates, dependency refactoring, and codebase cleanup. The most notable changes involve adding environment variables to GitHub workflows, replacing the Memory utility with a new GravestoneManager, and transitioning to a more modular utility structure. Additionally, the project license has been updated to MIT, and the plugin version has been incremented.
Workflow and Licensing Updates:
.github/workflows/alpha.yml,.github/workflows/beta.yml,.github/workflows/main.yml: Added environment variables (GPR_USERandGPR_API_KEY) to workflows for improved secret management.- Added an MIT license to the project.
- Removed outdated licensing information that required manual permission from the author.
Dependency Refactoring:
- Replaced imports of
ConsoleandMessagewith their counterparts fromlyttleutils. Updated initialization logic to use instance-based management instead of static methods. - Various files: Replaced
Memoryutility with a newGravestoneManagerfor handling gravestone-related operations. Updated methods to reflect this change.
Codebase Cleanup:
- Removed the IntelliJ module configuration file, likely to clean up unused project files.
- Incremented the plugin version from
1.2.6to1.3.0.
Bug Fixes and Improvements:
- Updated message-sending logic to use the new
plugin.messageinstance for consistency. - Improved gravestone destruction prevention logic by integrating
GravestoneManager.
Information
| Published on | May 7, 2025 |
|---|---|
| Downloads | 1 |
Platforms
Paper (1.21.4)