Proxying / TabManager

Allows Sponge servers to fully customize their tab lists.
11 stars 8 forks source link

Adding PlaceholderAPI support #5

Closed randombyte-developer closed 7 years ago

randombyte-developer commented 7 years ago

Hi @Proxying!

Could you add support for PlaceholderAPI? If you don't want to do it yourself, please guide me in a direction where I could intercept your code setting the tab's text.

Proxying commented 7 years ago

https://github.com/Proxying/TabManager/blob/master/src/main/java/uk/co/proxying/tabmanager/utils/Utilities.java#L70 This is called upon player login and sets the tab text objects for them and the other plkayers on the server. If you'd like I'd be more than happy to merge a PR in that implements placeholder API, just remember to add yourself to the author list if you're submitting something so people know who to thank for helping.

randombyte-developer commented 7 years ago

Thanks, I will try.