Welcome to the Hangar Open Beta. Please report any issue you encounter on GitHub!
A lightweight scoreboard-based economy system for your Minecraft server!
1.3.0-SNAPSHOT+4
Stualyttle released LyttleScoreboardEconomy version 1.3.0-SNAPSHOT+4 on June 1, 2025
v1.3.0
This pull request introduces several updates, including workflow enhancements, licensing changes, dependency updates, and significant refactoring to improve maintainability and functionality. The most important changes include adding environment variables to GitHub workflows, replacing a custom configuration management class with a shared utility, updating the plugin version, and refactoring the messaging system for better integration.
Workflow Enhancements:
.github/workflows/alpha.yml,.github/workflows/beta.yml,.github/workflows/main.yml: AddedGPR_USERandGPR_API_KEYenvironment variables to enable secure access to GitHub Package Registry.
Licensing and Documentation:
- Added the MIT License to the repository.
- Updated the license section to reflect the new MIT License and removed the previous "all rights reserved" statement.
Dependency and Version Updates:
- Updated
pluginVersionfrom1.2.1to1.3.0.
Refactoring and Codebase Simplification:
- Removed the custom
Configclass in favor of using the sharedConfigutility fromlyttleutils. - Updated imports to use the shared
Configutility.
Messaging System Refactor:
- Replaced static initialization of
ConsoleandMessagewith instance-based initialization for better encapsulation and flexibility. - Commands (
BaltopCommand,LyttleScoreboardEconomyCommand,TokensCommand): Updated to use the refactoredplugin.messageinstance for sending messages instead of the staticMessageutility.
Information
| Published on | June 1, 2025 |
|---|---|
| Downloads | 1 |
Platforms
Paper (1.21.4)