Skip to content

Commit

Permalink
Merge pull request #43 from Arctic-Gaming-LLC/pentlock1-patch-1
Browse files Browse the repository at this point in the history
Forgot to initalize placeholderapi
  • Loading branch information
pentlock1 authored Jun 27, 2022
2 parents cafd337 + ddd35a2 commit c986df4
Show file tree
Hide file tree
Showing 2 changed files with 5 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>net.pentlock</groupId>
<artifactId>ThunderDataEngine</artifactId>
<version>0.2.15</version>
<version>0.2.16</version>
<packaging>jar</packaging>

<name>ThunderDataEngine</name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@ public void onEnable() {
pm.registerEvents(new PlayerLoginListener(), this);
pm.registerEvents(new PlayerLogoutListener(), this);

if(Bukkit.getPluginManager().getPlugin("PlaceholderAPI") != null){
new PlaceholderRegistry(this).register();
}

runnableSaveJson();
initiateFiles();
}
Expand Down

0 comments on commit c986df4

Please sign in to comment.