booksaw / BetterTeams

Create teams to fight to be the best (Minecraft Plugin)
https://www.spigotmc.org/resources/better-teams.17129/
MIT License
72 stars 45 forks source link

[FEATURE] getPlayer method() #646

Open IL25-code opened 3 months ago

IL25-code commented 3 months ago

What is the feature request for?

I would like to have a getPlayer() method in the PlayerJoinTeamEvent, PlayerLeaveTeamEvent, CreateTeamEvent, DisbandTeamEvent custom events. If is it possible add the method to the other events too, it will be useful later on.

Relevant links

No response

Additional Information

No response

Feature requests are not going to be implemented by booksaw, instead you will have to find another developer to make a pull request to implement the feature.

booksaw commented 3 months ago

PlayerLeaveTeamEvent and PlayerJoinTeamEvent already have this. CreateTeamEvent and DisbandTeamEvent are missing this value.

IL25-code commented 3 months ago

Saw it thanks. I hope someone the method for the other events.