Published
- 1 min read
get Player by name spigot
The solution for this is noted below
get Player by name spigot
Solution
String playerName = "Name"
Player player = Bukkit.getPlayer(playerName);
Try other methods by searching on the site. That is if this doesn’t work