lukasvdgaag / SkyWarsReloaded

The most popular Skywars plugin ever built for Spigot and Bukkit!
https://www.gcnt.net/skywars
48 stars 29 forks source link

Party API #25

Closed BingYanchi closed 3 years ago

BingYanchi commented 3 years ago

I am creating a party plugin.

Can you add an api related to team formation? Four methods are provided: create a party, dissolve the party, join the party, and leave the party?

thank!

TechnicallyCoded commented 3 years ago

All methods to manipulate the players in the teams are available from the outside. Additionally, we don't maintain a public API in the first place, you may use what is "public" at your own risk, however we do not guarantee any stability on the placement and naming of methods and classes. If you want to see how the plugin already does the team system, you can look through the code, more specifically the classes under the commands package since they are easier to understand when starting to read the code base.