Skip to content

Commit

Permalink
2.0.2
Browse files Browse the repository at this point in the history
1. Paper 1.20.6 Build 65+ support
  • Loading branch information
DVDishka committed May 28, 2024
1 parent 8d8362c commit 9aef1e5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>ru.dvdishka</groupId>
<artifactId>Backuper</artifactId>
<version>2.0.1</version>
<version>2.0.2</version>
<packaging>jar</packaging>

<name>Backuper</name>
Expand Down Expand Up @@ -92,7 +92,7 @@
<dependency>
<groupId>dev.jorel</groupId>
<artifactId>commandapi-bukkit-shade</artifactId>
<version>9.4.0</version>
<version>9.4.2</version>
</dependency>
<dependency>
<groupId>io.papermc.paper</groupId>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/ru/dvdishka/backuper/Backuper.java
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ public void onEnable() {

public void onLoad() {

CommandAPI.onLoad(new CommandAPIBukkitConfig(this));
CommandAPI.onLoad(new CommandAPIBukkitConfig(this).useMojangMappings(false));
}

public void onDisable() {
Expand Down

0 comments on commit 9aef1e5

Please sign in to comment.