Skip to content

Commit

Permalink
chore: warn user about the artifact change
Browse files Browse the repository at this point in the history
  • Loading branch information
LooFifteen committed Aug 29, 2024
1 parent aaac66c commit e927c79
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,11 @@ public LPMinestomBootstrap(
this.schedulerAdapter = new MinestomSchedulerAdapter(this);
this.classPathAppender = new NoopClassPathAppender();
this.plugin = new LPMinestomPlugin(this, contextProviders, configurationAdapter, dependencyManager, permissionSuggestions, commandRegistry);

// we're about to move to a new artifact, we should warn the user
this.logger.warn("This is the final version of LuckPerms for Minestom on this artifact.");
this.logger.warn("Please consider moving to the new 'dev.lu15:luckperms-minestom' artifact published on both Hypera and Central repositories.");
this.logger.warn("This artifact will no longer be updated.");
}

public void onEnable() {
Expand Down

0 comments on commit e927c79

Please sign in to comment.