Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Map<Player, Player> mapPlayer = new HashMap<Player, Player>();
- public void getPlayer2(Player p){
- for(Entry<Player, Player> p2 : mapPlayer.entrySet()){
- p.sendMessage(p2.getValue()+"");
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment