Skip to content

Commit

Permalink
Merge pull request #39 from m7rlin/dev/marcin
Browse files Browse the repository at this point in the history
release v1.1.1
  • Loading branch information
m7rlin authored Jun 9, 2023
2 parents c800dd3 + 0bde9f7 commit 382b06f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>pl.mgtm</groupId>
<artifactId>MagicznaKraina</artifactId>
<version>1.1.0</version>
<version>1.1.1</version>
<packaging>jar</packaging>

<name>MagicznaKraina</name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,6 @@ public void onEnable() {
getCommand("tpa").setExecutor(new TpaCommand());
getCommand("tpaccept").setExecutor(new TpaCommand());
getCommand("tpdeny").setExecutor(new TpaCommand());
getCommand("sethome").setExecutor(new SetHomeCommand());
getCommand("home").setExecutor(new HomeCommand());
getCommand("enderchest").setExecutor(new EnderchestCommand());
getCommand("heal").setExecutor(new HealCommand());
getCommand("broadcast").setExecutor(new BroadcastCommand());
Expand Down

0 comments on commit 382b06f

Please sign in to comment.