Skip to content

Commit

Permalink
update api to 1.19.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Smartich0ke committed Apr 5, 2023
1 parent 97a1aa0 commit d551bc3
Show file tree
Hide file tree
Showing 2 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 @@ -6,7 +6,7 @@

<groupId>com.nikolaipatrick</groupId>
<artifactId>disablePluginsCommand</artifactId>
<version>v1.1.1</version>
<version>v1.1.2</version>
<packaging>jar</packaging>

<name>DisablePluginsCommand</name>
Expand Down Expand Up @@ -55,7 +55,7 @@

<repositories>
<repository>
<id>spigotmc-repo</id>
<id>spigot-repo</id>
<url>https://hub.spigotmc.org/nexus/content/repositories/snapshots/</url>
</repository>
<repository>
Expand All @@ -68,7 +68,7 @@
<dependency>
<groupId>org.spigotmc</groupId>
<artifactId>spigot-api</artifactId>
<version>1.19.2-R0.1-SNAPSHOT</version>
<version>1.19.4-R0.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
</dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ public final class DisablePluginsCommand extends JavaPlugin {

@Override
public void onEnable() {
getLogger().info("Loading disablePluginsCommand V1.1.1");
getLogger().info("DisablePluginsCommand by Nikolai Patrick 2022");
getLogger().info("Loading disablePluginsCommand V1.1.2");
getLogger().info("DisablePluginsCommand by Nikolai Patrick 2022-2023");
getServer().getPluginManager().registerEvents(new commandListener(), this);
getCommand("disablepluginscmd").setExecutor(new commandDisablepluginscmd());
getCommand("disablepluginscmd").setTabCompleter(new cmdTabCompleter());
Expand Down

0 comments on commit d551bc3

Please sign in to comment.