Hey,
Is there a code (event) to get online faction players?
Is there a code (event) to get online faction players?
?Hmm, should be ?
Think there is but I haven't been coding mc plugins since 2 months back. So I am not sure
Ik there is probably one but I can't find it.. I need it to make a really nice pluginThink there is but I haven't been coding mc plugins since 2 months back. So I am not sure
hmm fucking hell gl m8Ik there is probably one but I can't find it.. I need it to make a really nice plugin![]()
Is that for factions members?
Beat me to it
I couldn't remember exactly so I just linked the wiki :shrugit:Beat me to it
If I remember correctly (the code you're looking for is something similar to:
FPlayer fp = Factions.i.FPlayer.getPlayer();
Faction playerfaction = fp.getFaction();
//get players faction online members
//fp.getFaction().getOnlineMembers()
Thanks!Beat me to it
If I remember correctly (the code you're looking for is something similar to:
FPlayer fp = Factions.i.FPlayer.getPlayer();
Faction playerfaction = fp.getFaction();
//get players faction online members
//fp.getFaction().getOnlineMembers()
