Skip to content

Commit

Permalink
Release 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MetalTurtle18 committed Jul 30, 2022
1 parent ebfcedc commit fad8512
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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>io.github.idlebotdevelopment</groupId>
<artifactId>IdleBot</artifactId>
<version>1.2.1</version>
<version>1.3.0</version>
<build>
<plugins>
<plugin>
Expand Down Expand Up @@ -67,7 +67,7 @@
<dependency>
<groupId>org.spigotmc</groupId>
<artifactId>spigot-api</artifactId>
<version>1.17.1-R0.1-SNAPSHOT</version>
<version>1.14.4-R0.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>

Expand Down
6 changes: 3 additions & 3 deletions src/main/resources/plugin.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: IdleBot
version: 1.2.1
version: 1.3.0
main: io.github.idlebotdevelopment.idlebot.IdleBot
api-version: "1.16"
api-version: "1.14"
softdepend: [DiscordSRV]
commands:
idlebot:
description: The main command to control and use this plugin
usage: /idlebot <advancement | afkmode | afktime | alert | channel | cleardata | link | location | afk | unlink | info | xplevel> [additional command arguments]
usage: /idlebot <advancement | afkmode | afktime | alerttimeout | alert | channel | cleardata | link | location | afk | unlink | info | xplevel> [additional command arguments]
aliases: ib

0 comments on commit fad8512

Please sign in to comment.