Skip to content

Commit

Permalink
Add CommandAPI, to allow users to write toy commands in commandblocks
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyloci committed Nov 16, 2021
1 parent 6365362 commit c824ad5
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
10 changes: 10 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@
<name>jcenter-bintray</name>
<url>http://jcenter.bintray.com</url>
</repository>
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
</repositories>
<build>
<plugins>
Expand Down Expand Up @@ -58,5 +62,11 @@
<artifactId>buttplug</artifactId>
<version>0.0.1</version>
</dependency>
<dependency>
<groupId>dev.jorel.CommandAPI</groupId>
<artifactId>commandapi-core</artifactId>
<version>6.3.0</version>
<scope>provided</scope>
</dependency>
</dependencies>
</project>
1 change: 1 addition & 0 deletions src/main/resources/plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ version: 0.0.1
author: Psiloclast
description: Control your sex toys from within Minecraft
api-version: 1.17
depend: [CommandAPI]
commands:
add-toy:
description: Connect your toy!
Expand Down

0 comments on commit c824ad5

Please sign in to comment.