Skip to content

Commit

Permalink
Release Version 0.0.4
Browse files Browse the repository at this point in the history
Support TimingSystem 1.9
  • Loading branch information
JustBru00 committed Dec 19, 2023
1 parent 67859a9 commit c0c2a1f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>com.justbru00</groupId>
<artifactId>timingsystem.bluemap</artifactId>
<version>0.0.3</version>
<version>0.0.4</version>
<packaging>jar</packaging>

<name>timingsystem.bluemap</name>
Expand Down Expand Up @@ -53,7 +53,7 @@
<dependency>
<groupId>io.papermc.paper</groupId>
<artifactId>paper-api</artifactId>
<version>1.19.3-R0.1-SNAPSHOT</version>
<version>1.20.1-R0.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand All @@ -65,7 +65,7 @@
<dependency>
<groupId>com.github.Makkuusen</groupId>
<artifactId>TimingSystem</artifactId>
<version>c7a43ad4f988990c9981d4deec05c62ac00ba822</version>
<version>53f8f33</version>
<scope>provided</scope>
</dependency>
</dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public class TimingSystemBlueMapPlugin extends JavaPlugin {

private static TimingSystemBlueMapPlugin instance;
private static final int BSTATS_PLUGIN_ID = 18483;
private static final String[] TIMING_SYSTEM_SUPPORTED_VERSIONS = {"1.2", "1.3", "1.4", "1.5", "1.6", "1.7", "1.8"};
private static final String[] TIMING_SYSTEM_SUPPORTED_VERSIONS = {"1.9"};

public static String PLUGIN_VERSION = null;
public static ConsoleCommandSender clogger = Bukkit.getServer().getConsoleSender();
Expand Down
2 changes: 1 addition & 1 deletion src/plugin.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: TimingSystemBlueMap
version: 0.0.3
version: 0.0.4
authors: [Justin Brubaker (JustBru00)]
softdepend: [TimingSystem,BlueMap]
main: com.justbru00.timingsystem.bluemap.TimingSystemBlueMapPlugin
Expand Down

0 comments on commit c0c2a1f

Please sign in to comment.