attempt to implement execution of console commands

This commit is contained in:
MasterCake
2021-05-04 02:47:56 +02:00
parent 61ee137c95
commit 27097fae67
4 changed files with 133 additions and 5 deletions

15
pom.xml
View File

@@ -16,17 +16,26 @@
<id>spigot-repo</id>
<url>https://hub.spigotmc.org/nexus/content/groups/public/</url>
</repository>
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
</repositories>
<dependencies>
<dependency>
<groupId>org.spigotmc</groupId>
<artifactId>spigot-api</artifactId>
<groupId>org.bukkit</groupId>
<artifactId>craftbukkit</artifactId>
<version>1.12.2-R0.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.github.MilkBowl</groupId>
<artifactId>VaultAPI</artifactId>
<version>1.7</version>
<scope>provided</scope>
</dependency>
</dependencies>
<build>
<!-- Uses the properties in this file for plugin.yml and config.yml -->
<resources>