notes
This commit is contained in:
@@ -44,13 +44,13 @@ public class PlayerAICommand extends CommandInstance {
|
|||||||
@Command(name = "debug", desc = "Debug bot stats.")
|
@Command(name = "debug", desc = "Debug bot stats.")
|
||||||
@Require("playerai.manage")
|
@Require("playerai.manage")
|
||||||
public void debugCommand(@Sender Player sender) {
|
public void debugCommand(@Sender Player sender) {
|
||||||
|
// This will be used for miscellaneous code for testing as the plugin is worked on
|
||||||
}
|
}
|
||||||
|
|
||||||
@Command(name = "info", desc = "Information about loaded bots.")
|
@Command(name = "info", desc = "Information about loaded bots.")
|
||||||
@Require("playerai.manage")
|
@Require("playerai.manage")
|
||||||
public void infoCommand(@Sender Player sender) {
|
public void infoCommand(@Sender Player sender) {
|
||||||
|
// This will be the future GUI where players can view information about every loaded bot
|
||||||
}
|
}
|
||||||
|
|
||||||
@Command(name = "reset", desc = "Remove all loaded bots.")
|
@Command(name = "reset", desc = "Remove all loaded bots.")
|
||||||
|
|||||||
@@ -268,7 +268,6 @@ public class NPC extends EntityPlayer {
|
|||||||
PlayerConnection connection = ((CraftPlayer) player).getHandle().playerConnection;
|
PlayerConnection connection = ((CraftPlayer) player).getHandle().playerConnection;
|
||||||
connection.sendPacket(new PacketPlayOutEntityHeadRotation(playerNPC.getHandle(), (byte) (facing.getYaw() * 256 / 360)));
|
connection.sendPacket(new PacketPlayOutEntityHeadRotation(playerNPC.getHandle(), (byte) (facing.getYaw() * 256 / 360)));
|
||||||
}
|
}
|
||||||
|
|
||||||
} catch (IllegalArgumentException ignored) { }
|
} catch (IllegalArgumentException ignored) { }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user