Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 12/29/18 in all areas

  1. Please read the "Logs" section of my signature and post the appropriate log in the appropriate manner.
    1 point
  2. You can fix it by pressing the RIGHT button on the mouse, the clicky thing, on the block thingy then press learn more and then it will send you to your download history and you can either say keep or discard the file... hope this helps!
    1 point
  3. Thanks for the help, I will be using the following now: ArrayList<EntityPlayerMP> allp = new ArrayList<EntityPlayerMP>(); ListIterator itl; for(int i = 0; i<MinecraftServer.getServer().worldServers.length; i++) { itl = MinecraftServer.getServer().worldServers[i].playerEntities.listIterator(); while(itl.hasNext()) allp.add((EntityPlayerMP)itl.next()); }
    1 point
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.