Williams Posted August 21, 2021 Posted August 21, 2021 is there any method that i can count players by ip? For example each IP shows how many players are online using this IP. Quote
0 Kara Posted August 21, 2021 Posted August 21, 2021 (edited) L2World.getInstance().getPlayers().stream().filter(s -> ipAdress.equalsIgnoreCase(s.getIPAddress()).count(); Edited August 21, 2021 by Kara 2 1 Quote
0 zemaitis Posted August 22, 2021 Posted August 22, 2021 (edited) This is already implemented in most packs via admin command: //find_dualbox Edited August 22, 2021 by zemaitis Quote
Question
Williams
is there any method that i can count players by ip? For example each IP shows how many players are online using this IP.
3 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.