mirror of
https://github.com/2006-Scape/Parabot-317-API-Minified.git
synced 2026-07-03 00:38:00 +00:00
Fixed debugging players
This commit is contained in:
@@ -1,3 +1,4 @@
|
|||||||
mvn install:install-file -DgroupId=${project.groupId} -DartifactId=${project.artifactId} -Dversion=${project.version} -Dpackaging=jar -Dfile=../target/${project.build.finalName}.jar -DlocalRepositoryPath=../../Maven-Repository
|
mvn install:install-file -DgroupId=${project.groupId} -DartifactId=${project.artifactId} -Dversion=${project.version} -Dpackaging=jar -Dfile=../target/${project.build.finalName}.jar -DlocalRepositoryPath=../../Maven-Repository
|
||||||
|
|
||||||
:: mvn install:install-file -DgroupId=org.parabot -DartifactId=317-api-minified -Dversion=1.12 -Dpackaging=jar -Dfile=../target/317-api-minified-V1.12.jar -DlocalRepositoryPath=../../Maven-Repository
|
:: mvn install:install-file -DgroupId=org.parabot -DartifactId=317-api-minified -Dversion=1.12 -Dpackaging=jar -Dfile=../target/317-api-minified-V1.12.jar -DlocalRepositoryPath=../../Maven-Repository
|
||||||
|
:: mvn install:install-file -DgroupId=org.parabot -DartifactId=317-api-minified -Dversion=1.13 -Dpackaging=jar -Dfile=../target/317-api-minified-V1.13.jar -DlocalRepositoryPath=../../Maven-Repository
|
||||||
@@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
<groupId>org.parabot</groupId>
|
<groupId>org.parabot</groupId>
|
||||||
<artifactId>317-api-minified</artifactId>
|
<artifactId>317-api-minified</artifactId>
|
||||||
<version>1.12</version>
|
<version>1.13</version>
|
||||||
|
|
||||||
<licenses>
|
<licenses>
|
||||||
<license>
|
<license>
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ public class DPlayers extends AbstractDebugger {
|
|||||||
@Override
|
@Override
|
||||||
public void toggle() {
|
public void toggle() {
|
||||||
for (Player player : Players.getNearest()){
|
for (Player player : Players.getNearest()){
|
||||||
System.out.println("Username" + player.getName() + " Index: " + player.getIndex() + " Distance: " + player.distanceTo() + " Location: " + player.getLocation().toString());
|
System.out.println("Username: " + player.getName() + " Index: " + player.getIndex() + " Distance: " + player.distanceTo() + " Location: " + player.getLocation().toString());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user