Simple system allows players to choose which team/side/faction or group they want to be in.
On first load you will have to create your own oxide groups for the players to chose from example "Team A/ Team B" you can easily rename those from lang file to example "Scavangers/Residents" or whatever you want.
Quote
How to make an oxide group ? Simply type this in your server console :
oxide.group add <group name>
The purpouse of this plugin is for PVE/Roleplay servers with different types of perks for different types of oxide groups or Event Servers where players can chose their sides.
Permissions:
- TeamMenu.change - Allows you to use the command /changeteam
Commands:
- /changeteam
API:
bool ForceChangeTeam (string id) string GetPlayerTeam (string id) string[] GetTeamMembers (string Team) int? GetTeamCount (string Team)
Configuration:
{ "onLoad": true, "onAwake": true, "Confirmation_Message": false, "AutoShow_TeamRemoval": true, "TeamA": { "Group": "teama", "Color": "1 0 0 1" }, "TeamB": { "Group": "teamb", "Color": "0 0 1 1" } }
Language:
{ "UI_Description": "Choose your desired faction... It can be changed by doing /changeteam in chat...", "Confirmation_Message": "Welcome to the team, blah blah blah.", "TeamA": "TeamA", "TeamB": "TeamB" }
What's New in Version 1.0.0
Released
Fixed confirmation message not showing
You are solely allowed to use TeamChooser, any means of breaking the use term is not allowed, for example listed above.
Copyright © 2020 Shiro&NubbbZ
You may only provide a review once you have downloaded the file.
There are no reviews to display.