If you have any plugin requests, feel free to send them my way! Should this resource require an update, please use the "request update" button at the top.
For any questions or assistance, don’t hesitate to ask below—I’m happy to help!
For any questions or assistance, don’t hesitate to ask below—I’m happy to help!
Depends on:
Image Library (Required)
Enhances team gameplay by offering features like a team HUD, automatic authorization, team-specific skins, easy markers, and a dedicated team voice chat, with customizable permissions for monetization and performance optimization.
- This plugin will give your players a better experience when playing in a team.
- Team Hud – shows the health, condition (wounded, sleep, offline, etc), active item and square (player location on the map) of your allies
- Automatic authorization – adds automatic authorization in turrets, TC's, code locks and SAM sites. The team leader can enable/disable authorization for each ally so that the team can safely accept new players.
- Team skins – ability to choose skins for the team. When an item goes into inventory, it is automatically reskinned into the team skin.
- Easy team marker – allows players to use markers without binoculars.
- Team voice chat – allows players to switch voice chat to team voice chat. When enabled, the player will only be heard by allies at any distance.
- Any function in the plugin can be disabled in the config to avoid unnecessary performance usage.
- Any feature can be bound to permissions for monetization (for example skins).
/bt – open better team menu
or
Click "open team menu" button in the team HUD
Code:
{
"Team Setting Command": "bt",
"Enabled functions": {
"Enable Team Hud": true,
"Enable global team voice chat": true,
"Enable team skins": true,
"Enable easy team markers": true,
"Enable team auto authorization": {
"TC Authorization": true,
"Codelocks authorization": true,
"AutoTurrets authorization": true,
"SAMSite authorization": true
},
"Easy team markers": {
"Max distance": 50.0,
"Search radius": 1.0,
"Duration [seconds]": 5,
"Cooldown [seconds]": 10
}
},
"Permissions": {
"Need permission for Team Hud?(true - will work only for players with permission / false - work for all players)": true,
"Need permission for Team Voice?(true - will work only for players with permission / false - work for all players)": true,
"Need permission for Team Skins?(Need at least one player with this permission in team to set skins in menu)": true,
"Need permission for Team marker?(true - will work only for players with permission / false - work for all players)": true,
"Team hud using permission": "betterteams.hud",
"Team Voice using permission": "betterteams.voice",
"Team Skins using permission": "betterteams.skins",
"Team marker using permission": "betterteams.marker"
},
"Hud Settings": {
"UI Scale": 1.0,
"Left Offset": 5,
"Top Offset": 200,
"Player grid refresh rate": 5,
"Lines margin": 5,
"Collums margin": 5,
"Max amount of player displays in line": 8
}
}
Code:
{
"UI_CHANGE": "Change",
"UI_CHOOSE": "Select",
"UI_BETTERTEAMS": "BETTER TEAMS",
"UI_BETTERTEAMSDESCRIPTION": "This modification will allow you to get a better experience playing with friends.",
"UI_CHANGES": "CHANGES:",
"UI_CHANGEHUD": "• Team Hud - allows you to see status of your mates",
"UI_CHANGETeamVoice": "• Team Voice - allows you to use in-game voice chat to communicate only with your mates",
"UI_CHANGESkins": "• Team Skins - allows you to choose skins for your team",
"UI_CHANGEEasyTeamMabrkers": "• Easy Team Marker - allows you to use fast marker",
"UI_CHANGEAutoAuthTC": "• AutoAuthorization TC",
"UI_CHANGEAutoAuthCodeLocks": "• AutoAuthorization CodeLocks",
"UI_CHANGEAutoAuthTurrets": "• AutoAuthorization Auto Turrets",
"UI_CHANGESamSiteAuthorization": "• AutoAuthorization SamSite"
}