Simple API library for managing / creating teams on your server, easy to use and lightweight.
Make sure you have a ArrayList before proceeding to hook your plugin into this library.
And here's how to use your separate commands without using the ones the plugin provides.Code (Text):ArrayList<Player> Team = new ArrayList<Player>();
(Make sure to set Commands to false in your config)
Thanks for using the TeamLib.Code (Text):TeamLib.JoinTeam(Player, Team name, Displayname of the team);