Skip to content

Commit

Permalink
update plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
HSGamer committed Jul 16, 2023
1 parent 354c9a2 commit 8060775
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>shoot-the-bat</artifactId>
<version>1.0.1</version>
<version>1.0.2</version>
<packaging>jar</packaging>

<name>ShootTheBat</name>
Expand All @@ -31,7 +31,7 @@
<dependency>
<groupId>com.github.GamesInTheBox-MC</groupId>
<artifactId>GamesInTheBox</artifactId>
<version>1.1.5</version>
<version>1.2.0</version>
<scope>provided</scope>
</dependency>
</dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,10 @@ public List<String> getDefaultHologramLines(String name) {
public TemplateGameEditor getEditor(TemplateGame game) {
return new GameEditor(game);
}

@Override
public void onReload() {
super.onReload();
messageConfig.reloadConfig();
}
}

0 comments on commit 8060775

Please sign in to comment.