Skip to content

Commit

Permalink
added resolver enable log line; bumped artifact version
Browse files Browse the repository at this point in the history
  • Loading branch information
BlvckBytes committed Oct 2, 2024
1 parent c6f9132 commit 0a09cf8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>me.blvckbytes</groupId>
<artifactId>ItemPredicateParser</artifactId>
<version>0.0.1</version>
<version>0.0.2</version>

<properties>
<compileSource>17</compileSource>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ public void onEnable() {
.forName(ECO_ENCHANTS_RESOLVER_PATH.replace('/', '.'))
.getConstructor()
.newInstance();

getLogger().log(Level.INFO, "Loaded resolver for EcoEnchants");
}

var configManager = new ConfigManager(this);
Expand Down

0 comments on commit 0a09cf8

Please sign in to comment.