
Core Teams
CoreTeams is a lightweight, modern, and highly configurable team management plugin designed for Spigot/Paper servers (1.20+). It features unique gradient-based team visuals, string-based IDs for custom team names, and a comprehensive admin GUI.
263
2
v3.3
release28 марта 2026 г.CoreTeams v3.3 Changelog
New Features
- Visual Persistence Optimization:
- Prefix and suffix visuals are now automatically refreshed on server restart/reload, ensuring that team identities are always visible.
- Improved Scoreboard Handling:
- Automatically re-registers missing scoreboard teams from the local configuration for better reliability across restarts.
Technical Improvements
- Refactored
TeamManager.loadTeams()to proactively initialize visuals for all active teams on startup. - Optimized
updateTeamVisualsto handle missing scoreboard teams more robustly by re-registering them if necessary.
Bug Fixes
- Fixed a bug where team prefixes would disappear after a server reboot or reload.
- Improved player-team association for players joining after a restart.
v3.2
release7 марта 2026 г.CoreTeams v3.2 Changelog
New Features
- Auto-Team Command:
- Added
/teamadmin autoteam <size>to automatically assign all players without a team into new teams of the specified size. - Includes
coreteams.autoteam.skippermission to exclude specific players (like staff) from being sorted.
- Added
- Improved ID Generation:
- Added a toggle to switch between SEQUENTIAL and RANDOM ID generation via
/teamadmin toggle generation. - Integrated logic to prevent team [000] from being created for better reliability.
- Added a toggle to switch between SEQUENTIAL and RANDOM ID generation via
- Configurable ID Layout:
- Added
visuals.id-minimum-digitstoconfig.yml. - Easily customize padding (e.g., set to
1for[1]or3for[001]). - Intelligent logic: IDs larger than the minimum setting (e.g., 300) will still show correctly even with a 1-digit setting.
- Added
Technical Improvements
- Refactored ID generation logic to be more robust and safer across different formatting modes.
- Improved command feedback and tab-completion for new admin features.
- Sanitized team creation logic to handle edge cases in custom formatting.
Bug Fixes
- Fixed an issue where the first team created could sometimes default to ID
000in certain configurations. - Improved config handling to ensure custom visual settings persist correctly across reloads.
v3.1
release1 марта 2026 г.CoreTeams v3.1 Changelog
New Features
- Configurable Team Colors:
- Added a new
team-colours.ymlfile to fully customize team gradients. - Included 40+ premium gradients (Vibrant, Subtle, and Pastel) by default.
- Teams now randomly pick from this curated list for a more polished look.
- Added a new
- TAB Plugin Integration:
- Full support for the TAB plugin (by NEZNAMY).
- Team prefixes and suffixes now sync automatically with the TAB list.
- Improved compatibility with modern server environments and remapping.
- Improved Management:
- Added
/teamadmin reloadcommand to refresh all configurations and colors without a restart. - Improved tab-completion for admin commands.
- Added
- Analytics:
- Integrated bStats to track anonymous usage statistics and help improve the plugin.
Technical Improvements
- Switched to the latest TAB-API v5.5.0.
- Optimized gradient generation logic to support custom config lists.
- Improved resource management and default configuration generation.
Bug Fixes
- Resolved build dependencies issues with JitPack.
- Fixed an issue where the tab list wouldn't always refresh immediately after a config change.
Voice chat integration and Bug Fixes.
release10 февраля 2026 г.CoreTeams v3.0 Changelog
New Features
- Team Customization:
- Players can now create teams with specific names or numbers.
- Toggleable via
/teamadmin toggle customnames. - When enabled,
/team create <name>is required to ensure unique team identification. - Includes alphanumeric and length validation (max 16 chars).
- Open Joining:
- Players can now join any team without an invite by default.
- Added toggle
/teamadmin toggle openjoiningto switch back to invite-only mode if desired.
- Simple Voice Chat Integration:
- Automatically creates voice chat groups when a team is formed.
- Players automatically join their team's voice group upon joining the team.
- Voice groups are protected with randomly generated passwords for security.
- Automatic cleanup of voice groups when a team is disbanded.
- Admin Teams:
- Special
/team create admincommand for staff. - Admin teams feature a vibrant red gradient in chat and tab list.
- Admin teams are sorted to the top of the tab list.
- Special
- Death Elimination:
- Optional "Elimination mode" (Toggleable via
/teamadmin elimination). - Players are removed from their team upon death when enabled.
- Optional "Elimination mode" (Toggleable via
- PlaceholderAPI Integration:
%coreteams_id%: returns the player's team ID.%coreteams_name%: returns the formatted team name.
- Improved Formatting:
- Modern Skript-style gradients for all plugin messages.
- Immediate tab list updates for all team actions.
Bug Fixes
- Fixed a
StackOverflowErrorin the team joining logic. - Resolved a
NullPointerExceptionduring voice chat group creation. - Fixed voice chat plugin discovery issues on some server environments.
- Ensured tab list persistence after server reloads.
CoreTeams v2.0 Changelog
release7 февраля 2026 г.New Features
- Simple Voice Chat Integration:
- Automatically creates voice chat groups when a team is formed.
- Players automatically join their team's voice group upon joining the team.
- Voice groups are protected with randomly generated passwords for security.
- Automatic cleanup of voice groups when a team is disbanded.
- Admin Teams:
- Special
/team create admincommand for staff. - Admin teams feature a vibrant red gradient in chat and tab list.
- Admin teams are sorted to the top of the tab list.
- Special
- Death Elimination:
- Optional "Elimination mode" (Toggleable via
/teamadmin elimination). - Players are removed from their team upon death when enabled.
- Optional "Elimination mode" (Toggleable via
- PlaceholderAPI Integration:
%coreteams_id%: returns the player's team ID.%coreteams_name%: returns the formatted team name.
- Improved Formatting:
- Modern Skript-style gradients for all plugin messages.
- Immediate tab list updates for all team actions.
Bug Fixes
- Fixed a
StackOverflowErrorin the team joining logic. - Resolved a
NullPointerExceptionduring voice chat group creation. - Fixed voice chat plugin discovery issues on some server environments.
- Ensured tab list persistence after server reloads.