-
-
Notifications
You must be signed in to change notification settings - Fork 140
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
players can join 2 teams even tho islands are limit to 1 per player #2470
Comments
This is not actually a bug on BentoBox but is because the Game Mode Addons are not updated. The default setting for allowing team members to join more than one team is disallowed in BentoBox by default, but because the addons are built against an older version of BentoBox than 2.3.0, they default to false, which means allow multiple teams... I'm updating the Addons now. So, to fix, you'll need to update to the latest Addon versions. Here's the list and their status:
The config.yml setting you want to look for is:
|
Latest SkyGrid already uses the latest API, so should be covered. I'll add the config though for folks who want it. |
All of these should be done either in release or SNAPSHOT now. |
Expected behavior
when a player is in a active team with friend A but they wish to switch team to join from B then fried B send a team invite then the player accepts and they are now a team with friend B and not with fried A anymore or possible get a message indicating they first have to leave friend A their team
Observed/Actual behavior
when the player is in a active team with player A and then join the team of player B by invite they are still in a team with player A meaning they can use (acid gamemode in this case)
/acid go
to go between both islandswe have our islands limited to 1 per player we also have our islands set delete when they join a team so it is odd that using 2 different teams they can still get 2 islands
Steps/models to reproduce
BentoBox version
Plugin list
No response
Other
No response
The text was updated successfully, but these errors were encountered: