Jump to content

Akoot

Members
  • Posts

    4
  • Joined

  • Last visited

Converted

  • Gender
    Male

Akoot's Achievements

Tree Puncher

Tree Puncher (2/8)

0

Reputation

  1. The MinecraftServer class doesn't have a static getServer() method anymore. I've figured out to get only people near you (mc.theWorld.playerEntities) and this exactly the type of list that I want, but I want it for the whole server. Like I said, I want a list of everyone but as PlayerEntities, which means I could get something like player.experienceLevel and player.inventory and such.
  2. I was wondering if there was a way for me to get all of the players in a server, as a list (As entities, not names). I've been looking this up all day and seemed to have found an answer. I'm assuming MinecraftServer.getServer().getConfigurationManager.playerEntities returned a list, but MinecraftServer.getServer() doesn't work anymore.
  3. I was wondering if there was a way for me to get all of the players in a server, as a list (As entities, not names). I've been looking this up all day and seemed to have found an answer. I'm assuming MinecraftServer.getServer().getConfigurationManager.playerEntities returned a list, but MinecraftServer.getServer() doesn't work anymore.
×
×
  • Create New...

Important Information

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