Solved How do I get the location of every single player?

Discussion in 'Plugin Development' started by YJJcoolcool, Apr 26, 2020.

Thread Status:
Not open for further replies.
  1. Offline

    YJJcoolcool

    I want to get the location of every single player on the server and store it in an YML file. Is there a way to get every single player's location?
     
  2. Offline

    wand555

    Bukkit.getServer().getOnlinePlayers() returns a collection of all the players online. Get the location from each player and store it.
     
Thread Status:
Not open for further replies.

Share This Page