We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0339ffd commit 1607837Copy full SHA for 1607837
src/main/java/net/meme20200/Bukkit/BukkitDupePlus.java
@@ -36,7 +36,7 @@ public class BukkitDupePlus extends JavaPlugin {
36
private static BukkitDupePlus plugin;
37
private LegacyPaperCommandManager<CommandSender> manager;
38
private BukkitAudiences adventure;
39
- public static String version = "1.4.0";
+ public static String version = "1.4.1";
40
public static boolean isItemsadderInstalled = false;
41
42
public static boolean isPlaceholderAPIInstalled = false;
0 commit comments