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.0
This pull request introduces several improvements and updates across the project, including workflow enhancements, licensing updates, dependency refactoring, and feature improvements. The key changes are grouped below:
Workflow Enhancements:
- Added
GPR_USER
andGPR_API_KEY
environment variables to thejobs
section of.github/workflows/alpha.yml
,.github/workflows/beta.yml
, and.github/workflows/main.yml
to support GitHub Package Registry authentication.
Licensing Updates:
- Replaced the "All rights reserved" license in
README.md
with an MIT License and added a newLICENSE
file containing the MIT License text.
Dependency Refactoring:
- Updated imports in
LyttleAdmin.java
to useConsole
andMessage
classes from thelyttleutils
package. Refactored their instantiation to use instance variables instead of static methods. - Updated
StaffCommand.java
andLyttleAdminCommand.java
to replace staticMessage
andConsole
calls with instance-based calls through theplugin
object.
Feature Improvements:
- Updated
gradle.properties
to increment the plugin version from1.1.3
to1.2.0
. - Added a
plugin
field toPlayerJoinListener
to improve code consistency and maintainability.
Information
Published on | May 7, 2025 |
---|---|
Downloads | 2 |
Platforms
Paper (1.21.4)