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

GH-107 Multification setup #197

Merged
merged 9 commits into from
Oct 27, 2024
Merged

GH-107 Multification setup #197

merged 9 commits into from
Oct 27, 2024

Conversation

CitralFlo
Copy link
Member

@CitralFlo CitralFlo commented Oct 3, 2024

Resolve: #107

This pull request includes several changes to integrate the Multification library into the EternalCombat plugin, refactor notification handling, and remove unused code. The most important changes include adding Multification dependencies, updating the notification system, and removing the FightBossBarService class.

Multification Integration:

Notification System Refactor:

Code Cleanup:

@CitralFlo
Copy link
Member Author

Will be tested in the future, waiting for bossbar merge in Multification

@CitralFlo CitralFlo changed the title Multification setup GH-197 Multification setup Oct 6, 2024
@Rollczi Rollczi added the LiteCommands 3.0 Issue blocked by LiteCommands 3.0 label Oct 17, 2024
@Rollczi Rollczi changed the title GH-197 Multification setup GH-107 Multification setup Oct 17, 2024
Copy link
Member

@P1otrulla P1otrulla left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Dobra robota!


@Command(name = "combatlog", aliases = "combat")
@Permission("eternalcombat.reload")
public class EternalCombatReloadCommand {

private static final String RELOAD_MESSAGE = "<b><gradient:#8a1212:#fc6b03>EternalCombat:</gradient></b> Reloaded EternalCombat in <color:#fce303>{TIME}ms!</color>";
private static final Notice RELOAD_MESSAGE = BukkitNotice.builder()
Copy link
Member

@P1otrulla P1otrulla Oct 26, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

w tym przypadku może być proste Notice -> BukkitNotice różni się tym że posiada dodatkowo metody stricte pod dzwieki bukkitowe


@Permission("eternalcombat.tagout")
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

unrelated 😙

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

following simple rule: leave code better than was

@CitralFlo CitralFlo merged commit dfc825c into 2.0 Oct 27, 2024
2 checks passed
@CitralFlo CitralFlo deleted the multification-sigma branch October 27, 2024 13:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
LiteCommands 3.0 Issue blocked by LiteCommands 3.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants