Skip to content
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

Admin kick and add commands do not manage homes of a player #980

Closed
wellnesscookie opened this issue Oct 7, 2019 · 2 comments
Closed

Admin kick and add commands do not manage homes of a player #980

wellnesscookie opened this issue Oct 7, 2019 · 2 comments
Assignees
Labels
Status: Done This issue has been completed or answered. This pull request has been merged. Type: Bug
Milestone

Comments

@wellnesscookie
Copy link
Contributor

wellnesscookie commented Oct 7, 2019

Description

Describe the bug

We force kicked a player from an island and force added it to another, yet his /is teleportation dropped him at the previous island.

Steps to reproduce the behavior

  1. Force kick a player with /bsb kick nick
  2. Force add him to another island with /bsb add
  3. Have that player type /is
  4. The player will be tp-ed to the 1st island

Expected behavior

Have admin kick command do:
getPlayers().clearHomeLocations(getWorld(), playerUUID);
or whatever is the proper clearing of homes

And admin add command set a new default home location of a new island

Environment

BentoBox setup

BentoBox and Addons
[01:23:23] [Client thread/INFO]: [CHAT] Running PAPER 1.13.2.
[01:23:23] [Client thread/INFO]: [CHAT] BentoBox version: 1.7.0-SNAPSHOT-b1354
[01:23:23] [Client thread/INFO]: [CHAT] commands.bentobox.version.database
[01:23:23] [Client thread/INFO]: [CHAT] Loaded Game Worlds:
[01:23:23] [Client thread/INFO]: [CHAT] acidisland (acidisland): Overworld, Nether, End
[01:23:23] [Client thread/INFO]: [CHAT] skyblock (skyblock): Overworld, Nether, End
[01:23:23] [Client thread/INFO]: [CHAT] Loaded Addons:
[01:23:23] [Client thread/INFO]: [CHAT] AcidIsland 1.6.0-SNAPSHOT-b433 (ENABLED)
[01:23:23] [Client thread/INFO]: [CHAT] BentoBox-InvSwitcher 0.0.4 (ENABLED)
[01:23:23] [Client thread/INFO]: [CHAT] Biomes 1.6.0.2-SNAPSHOT-b135 (ENABLED)
[01:23:23] [Client thread/INFO]: [CHAT] BSkyBlock 1.6.0-SNAPSHOT-b439 (ENABLED)
[01:23:23] [Client thread/INFO]: [CHAT] Challenges 0.8.0-SNAPSHOT-#339 (ENABLED)
[01:23:23] [Client thread/INFO]: [CHAT] DimensionalTrees 1.6.0-SNAPSHOT (ENABLED)
[01:23:23] [Client thread/INFO]: [CHAT] Level 1.7.0-SNAPSHOT-b282 (ENABLED)
[01:23:23] [Client thread/INFO]: [CHAT] Limits 1.6.0 (ENABLED)
[01:23:23] [Client thread/INFO]: [CHAT] SerbCraftAddon 2.4 (ENABLED)
[01:23:23] [Client thread/INFO]: [CHAT] WelcomeWarps 1.6.2-SNAPSHOT-b176 (ENABLED)
Configuration
  • Database: mySQL

Additional context

@wellnesscookie
Copy link
Contributor Author

wellnesscookie commented Oct 7, 2019

I just remembered that BentoBox does not supports 1.13.2 anymore, so the fix won't affect our server, but anyway I will still report bugs. We will wait for 1.15, as 1.14 is a horror for servers with 60+ players.

@tastybento tastybento self-assigned this Oct 8, 2019
@tastybento tastybento added the Status: Under investigation Investigating the interest and the feasability of the issue. label Oct 8, 2019
@tastybento tastybento added this to the 1.8.0 milestone Oct 8, 2019
@tastybento
Copy link
Member

Bentobox (the plugin) itself should work fine with 1.13.2 without any major issue. I run it regularly.

@tastybento tastybento added Status: In progress Working on the issue. and removed Status: Under investigation Investigating the interest and the feasability of the issue. labels Oct 9, 2019
@tastybento tastybento added Status: Done This issue has been completed or answered. This pull request has been merged. Type: Bug and removed Status: In progress Working on the issue. labels Oct 9, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: Done This issue has been completed or answered. This pull request has been merged. Type: Bug
Projects
None yet
Development

No branches or pull requests

2 participants