Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/util migration #212

Merged
merged 23 commits into from
Mar 12, 2024
Merged

Feature/util migration #212

merged 23 commits into from
Mar 12, 2024

Conversation

rainbowdashlabs
Copy link
Member

@rainbowdashlabs rainbowdashlabs commented Feb 25, 2024

  • Revise replacement syntax in locale
  • Added coloring to locale
  • Changed names for boss bar flags

Fix #214
Fix #199

Optimized and refactored several methods in the BloodNight's command classes and utilities. Code has been transformed to be clearer by replacing ambiguous variable names and reducing unnecessary repetitions. This has improved code maintainability, readability and efficiency.
Optimized and refactored several methods in the BloodNight's command classes and utilities. Code has been transformed to be clearer by replacing ambiguous variable names and reducing unnecessary repetitions. This has improved code maintainability, readability and efficiency.
Expanded and improved CommandUtil functionality in BloodNight. Added new methods 'changeButton' and 'changeableValue' to enhance command options. Removed unnecessary import of ILocalizer. This refactoring simplifies command creation and makes the code more flexible for future changes.
The ManageMobs command handling has been improved for better conciseness and flexibility. The changes include the implementation of new utility methods 'changeButton' and 'changeableValue' to simplify the command options' manipulation. Additionally, unnecessary import of ILocalizer is now removed, contributing to a cleaner codebase.
A major overhaul of the ManageMobs command handling has resulted in more flexible and concise code. New utility methods 'changeButton' and 'changeableValue' have been introduced, making command options manipulation simpler. Unnecessary import of ILocalizer has also been removed for a cleaner, non-redundant codebase.
The command handling has been reworked in both the `ManageMobs` and `ManageNightSelection` classes for simplicity and easier command options manipulation. This involved introducing a new 'changeButton' and 'changeableValue' utility methods and removing the redundant `ILocalizer` import. These changes improve code maintainability and readability.
Unused imports were removed to minimize the size and complexity of the code. Command handling in the ManageMobs and ManageNightSelection classes has been improved for simplicity and maintainability. New utility methods 'changeButton' and 'changeableValue' were added which simplify command options manipulation.
@rainbowdashlabs rainbowdashlabs merged commit c4756bb into development Mar 12, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant