Anyone play the new minecraft server woodycraft.net? Its made by the youtuber WoodysGamertag. I've played the last few days and its really fun. Anyone want to play with me?
This is really just for new scripters
List<NPC> myList = client.getLocalNPCs();
String[] npcsInArea = {};
for(int i=0;i<myList.size();i++)
{
if(myList.get(i)!=null)
{
npcsInArea[i] = myList.get(i).toString();
}
}