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

Error when teleporting to nether world #1336

Closed
Disorbs opened this issue May 2, 2020 · 1 comment
Closed

Error when teleporting to nether world #1336

Disorbs opened this issue May 2, 2020 · 1 comment
Assignees
Labels
Status: Done This issue has been completed or answered. This pull request has been merged. Type: Conflict Issue is likely caused by another plugin

Comments

@Disorbs
Copy link

Disorbs commented May 2, 2020

Description

Describe the bug

So I get this error whenever I teleport to the nether world not the island nether world but the regular one.

essentials warp: https://paste.md-5.net/ilijolexix.sql
multiverse-teleport: https://paste.md-5.net/fakelovoza.sql

Steps to reproduce the behavior

Simply stand on my island and do /warp nether or /mvtp

BentoBox Version (Mandatory)
[17:30:40 INFO]: Running PAPER 1.15.2.
[17:30:40 INFO]: BentoBox version: 1.13.0
[17:30:40 INFO]: Database: JSON
[17:30:40 INFO]: Loaded Game Worlds:
[17:30:40 INFO]: bskyblock_world (BSkyBlock): Overworld
[17:30:40 INFO]: Loaded Addons:
[17:30:40 INFO]: Biomes 1.7.0 (ENABLED)
[17:30:40 INFO]: BSkyBlock 1.12.0 (ENABLED)
[17:30:40 INFO]: Challenges 0.8.0-1.6.0 (ENABLED)
[17:30:40 INFO]: Level 1.9.3 (ENABLED)
[17:30:40 INFO]: Limits 1.9.4 (ENABLED)
[17:30:40 INFO]: TeamChat ${version} (ENABLED)
[17:30:40 INFO]: Warps 1.9.0 (ENABLED)

Plugins (Optional)

Plugins (44): ajParkour, AltLimit, BentoBox, ChatControl, CleanroomGenerator*, CrateReloaded, DeluxeChat, DeluxeMenus, EpicSpawners, Essentials, EssentialsSpawn, FeatherBoard*, FlightControl, HolographicDisplays, HolographicPlaceholders, IllegalStack, ItemJoin, LuckPerms, mcMMO, Multiverse-Core, Multiverse-NetherPortals, MVdWPlaceholderAPI*, MyCommand, OldCombatMechanics, PlaceholderAPI, PlayerVaults, PlugMan, ProtocolLib, ProtocolSupport, ProtocolSupportLegacyChest, ShopGUIPlus, SuperbVote, TAB, TokenManager, Trash*, UltimateStacker, Vault, VoteParty, Votifier*, WildStacker, WorldEdit, WorldEditSUI, WorldGuard, WorldGuardExtraFlags
@tastybento tastybento self-assigned this May 3, 2020
@tastybento tastybento added the Status: Under investigation Investigating the interest and the feasability of the issue. label May 3, 2020
@tastybento
Copy link
Member

That NPE is being caused by trying to get the name of the world of the player teleporting. That world should never be null, but for some reason it was. This shouldn't happen. I added defensive code to prevent the NPE, but I don't know why this event is giving a null world.

@tastybento tastybento added Status: Done This issue has been completed or answered. This pull request has been merged. and removed Status: Under investigation Investigating the interest and the feasability of the issue. labels Jun 3, 2020
@Poslovitch Poslovitch added the Type: Conflict Issue is likely caused by another plugin label Jun 4, 2020
@Poslovitch Poslovitch added this to the 1.14.0 - Anniversary Update milestone Jun 4, 2020
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: Conflict Issue is likely caused by another plugin
Projects
None yet
Development

No branches or pull requests

3 participants