new way of compiling ajQueuePlus
This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
<groupId>us.ajg0702</groupId>
|
<groupId>us.ajg0702</groupId>
|
||||||
<artifactId>ajQueue</artifactId>
|
<artifactId>ajQueue</artifactId>
|
||||||
<name>ajQueue</name>
|
<name>ajQueue</name>
|
||||||
<version>1.4.10</version>
|
<version>1.5.0</version>
|
||||||
<build>
|
<build>
|
||||||
<resources>
|
<resources>
|
||||||
<resource>
|
<resource>
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<groupId>us.ajg0702</groupId>
|
<groupId>us.ajg0702</groupId>
|
||||||
<artifactId>ajQueue</artifactId>
|
<artifactId>ajQueue</artifactId>
|
||||||
<version>1.4.10</version>
|
<version>1.5.0</version>
|
||||||
<name>ajQueue</name>
|
<name>ajQueue</name>
|
||||||
|
|
||||||
<repositories>
|
<repositories>
|
||||||
@@ -39,11 +39,6 @@
|
|||||||
<type>javadoc</type>
|
<type>javadoc</type>
|
||||||
<scope>provided</scope>
|
<scope>provided</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
|
||||||
<groupId>us.ajg0702.premium</groupId>
|
|
||||||
<artifactId>ajQueuePlus</artifactId>
|
|
||||||
<version>1.0.0</version>
|
|
||||||
</dependency>
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.spigotmc</groupId>
|
<groupId>org.spigotmc</groupId>
|
||||||
<artifactId>spigot-api</artifactId>
|
<artifactId>spigot-api</artifactId>
|
||||||
|
|||||||
@@ -1,2 +1,2 @@
|
|||||||
mv ajQueue-$1.jar ajQueuePlus-$1.jar
|
#mv ajQueue-$1.jar ajQueuePlus-$1.jar
|
||||||
mv original-ajQueue-$1.jar ajQueue-$1.jar
|
#mv original-ajQueue-$1.jar ajQueue-$1.jar
|
||||||
@@ -0,0 +1,11 @@
|
|||||||
|
package us.ajg0702.queue;
|
||||||
|
|
||||||
|
import java.util.List;
|
||||||
|
|
||||||
|
import net.md_5.bungee.api.connection.ProxiedPlayer;
|
||||||
|
|
||||||
|
public class Logic {
|
||||||
|
|
||||||
|
public static void priorityLogic(List<ProxiedPlayer> list, String s, ProxiedPlayer p) {}
|
||||||
|
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user