-
-
Notifications
You must be signed in to change notification settings - Fork 52
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
[BUG] Cannot leave from team #548
Comments
Hi, you have shared the output of |
teama version |
Thanks, could you set |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This issue is being closed for inactivity. If you are still having problems feel free to open a new issue linking this one, make sure you answer any questions asked in the new issue. |
What is the bug?
I cannot leave the team when I type /team leave
Expected Behaviour
Player leave the team when using /team leave
How to Reproduce
Error message
[13:59:02 WARN]: java.lang.IllegalStateException: Unregistered scoreboard component
[13:59:02 WARN]: at com.google.common.base.Preconditions.checkState(Preconditions.java:502)
[13:59:02 WARN]: at org.bukkit.craftbukkit.v1_20_R1.scoreboard.CraftTeam.checkState(CraftTeam.java:396)
[13:59:02 WARN]: at org.bukkit.craftbukkit.v1_20_R1.scoreboard.CraftTeam.removeEntry(CraftTeam.java:256)
[13:59:02 WARN]: at BetterTeams.jar//com.booksaw.betterTeams.events.MCTeamManagement.remove(MCTeamManagement.java:110)
[13:59:02 WARN]: at BetterTeams.jar//com.booksaw.betterTeams.events.MCTeamManagement.remove(MCTeamManagement.java:91)
[13:59:02 WARN]: at BetterTeams.jar//com.booksaw.betterTeams.team.MemberListComponent.remove(MemberListComponent.java:63)
[13:59:02 WARN]: at BetterTeams.jar//com.booksaw.betterTeams.Team.removePlayer(Team.java:662)
[13:59:02 WARN]: at BetterTeams.jar//com.booksaw.betterTeams.Team.removePlayer(Team.java:648)
[13:59:02 WARN]: at BetterTeams.jar//com.booksaw.betterTeams.commands.team.LeaveCommand.onCommand(LeaveCommand.java:26)
[13:59:02 WARN]: at BetterTeams.jar//com.booksaw.betterTeams.commands.presets.TeamSubCommand.onCommand(TeamSubCommand.java:39)
[13:59:02 WARN]: at BetterTeams.jar//com.booksaw.betterTeams.commands.ParentCommand.onCommand(ParentCommand.java:135)
[13:59:02 WARN]: at BetterTeams.jar//com.booksaw.betterTeams.BooksawCommand.runExecution(BooksawCommand.java:72)
[13:59:02 WARN]: at BetterTeams.jar//com.booksaw.betterTeams.BooksawCommand.lambda$execute$0(BooksawCommand.java:59)
[13:59:02 WARN]: at org.bukkit.craftbukkit.v1_20_R1.scheduler.CraftTask.run(CraftTask.java:101)
[13:59:02 WARN]: at org.bukkit.craftbukkit.v1_20_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:57)
[13:59:02 WARN]: at com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22)
[13:59:02 WARN]: at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
[13:59:02 WARN]: at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
[13:59:02 WARN]: at java.base/java.lang.Thread.run(Thread.java:840)
Output of /teama version
team version
[14:01:34 INFO]: /team delhome - Delete your team's home
[14:01:34 INFO]: /team echest - View your teams ender chest
[14:01:34 INFO]: /team color - Change your teams color
[14:01:34 INFO]: /team allychat [message] - Send a message only to your allies
[14:01:34 INFO]: /team description [description] - View and change your team's description
[14:01:34 INFO]: /team setwarp [password] - Set a warp for the rest of your team
[14:01:34 INFO]: /team title [player/me] [title] - Change that players title within the team
[14:01:34 INFO]: /team bal - View your teams balance
[14:01:34 INFO]: /team ban - Bans the specified player from your team
[14:01:34 INFO]: /team promote - Promote the specified player within your team
[14:01:34 INFO]: /team warps - View a list of your teams warps
[14:01:34 INFO]: /team top - View the top teams
[14:01:34 INFO]: /team ally - Used to request an alliance with another team
[14:01:34 INFO]: /team rankup - Rank your team up to get more perks
[14:01:34 INFO]: /team leave - Leave your current team
[14:01:34 INFO]: /team sethome - Sets your team's home
[14:01:34 INFO]: /team create [tag] - Create a team with the specified name
[14:01:34 INFO]: /team rank [team] - View the rank of a team
[14:01:34 INFO]: /team join - Join the specified team
[14:01:34 INFO]: /team tag [tag] - Set your teams tag
[14:01:34 INFO]: /team disband - Disband your current team
[14:01:34 INFO]: /team info [team/player] - View information about the specified player / team
[14:01:34 INFO]: /team delwarp [password] - Delete that warp from your team
[14:01:34 INFO]: /team chest -
[14:01:34 INFO]: /team neutral - Remove allies and reject ally requests
[14:01:34 INFO]: /team pvp - Toggle if pvp is enabled for your team
[14:01:34 INFO]: /team baltop - View the richest teams
[14:01:34 INFO]: /team list [page] - Get a list of all teams on the server
[14:01:34 INFO]: /team home - Teleports you to your team's home
[14:01:34 INFO]: /team help - View this help page
[14:01:34 INFO]: /team unban - Unbans the specified player from your team
[14:01:34 INFO]: /team demote - Demote the specified player within your team
[14:01:34 INFO]: /team kick - Kick that player from your team
[14:01:34 INFO]: /team chat [message] - Send a message only to your team
[14:01:34 INFO]: /team name - View and change your team's name
[14:01:34 INFO]: /team deposit - Deposit money into the teams balance
[14:01:34 INFO]: /team invite - Invite the specified player to your team
[14:01:34 INFO]: /team open - Toggle if the team is invite only
[14:01:34 INFO]: /team warp - Warp to a location set by your team
[14:01:34 INFO]: /team withdraw - Withdraw money from the teams balance
Additional Information
No response
The text was updated successfully, but these errors were encountered: