-
-
Notifications
You must be signed in to change notification settings - Fork 8
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
Could not pass event PlayerTeleportEvent to BentoBox #131
Comments
* Version 4.3.1 * Add defensive code for null to's #131
The error is caused by the To location of the teleport being null. I am not sure why that would be the case in what you explain as the steps, but maybe there is some kind of intermediate teleport happening. Anyway, I've added defensive code to skip everything if the To location is null. See https://ci.codemc.io/job/BentoBoxWorld/job/Border/ for a snapshot you can try. |
In the latest snapshot now this error: |
Okay. That error is thrown by BentoBox. However, the root cause is that the To world is null. That shouldn't normally be the case. I can patch for that error but I don't understand why the server would have a null for the world you are going to. Has this ever worked for you? If so, what changed before these errors started? |
The only thing I have done is to update the server from 1.20.6 to 1.21. Nothing more |
Does this error always happen? Or just occasionally? I can't replicate on my server. |
* Version 4.2.2 * Added protection against console error spam if island size is zero. If the protection range is 0 then the caluclations to teleport players back into the border will result in infinite values and other strangeness so this prevents that. This is an edge case and only really happens when the island size has been set wrongly. * Update README.md * Fix perm issue #120 (#121) * feat: detect mounted players on entity (#88) * Version 4.3.0 * Changes to work with 1.20.6. Has backwards compatibility. (#125) * Fix imports * Update zh-CN.yml (#127) * Latvian translationa (#128) * Translate lv.yml via GitLocalize * Translate lv.yml via GitLocalize --------- Co-authored-by: mt-gitlocalize <[email protected]> Co-authored-by: tastybento <[email protected]> * Add explicit bordertype command (#130) * Add explicit bordertype command * Add perm to addon.yml and make it default to off * Remove unused method. * 131 null to location (#132) * Version 4.3.1 * Add defensive code for null to's #131 * If border is off, then don't move player back. * Update to MC 1.21.3 and codemc updates (#134) --------- Co-authored-by: evlad <[email protected]> Co-authored-by: Minecraft_15 <[email protected]> Co-authored-by: gitlocalize-app[bot] <55277160+gitlocalize-app[bot]@users.noreply.github.com> Co-authored-by: mt-gitlocalize <[email protected]>
Expected behavior
No more error messages
Observed/Actual behavior
An error message appears when entering the island (/is).
Steps/models to reproduce
BentoBox version
Ausführen von PAPER 1.21.
(1.21-119-100d75a (MC: 1.21))
BentoBox version: 2.4.0
Datenbank: JSON
Geladene Spielewelten:
skyblock_world (Skyblock): Oberwelt, Nether, End
Geladene Addons:
Bank 1.8.0-SNAPSHOT-b94 (ENABLED)
Biomes 2.2.0-SNAPSHOT-b268 (ENABLED)
Border 4.3.0-SNAPSHOT-b205 (ENABLED)
BSkyBlock 1.18.0 (ENABLED)
ControlPanel 1.13.1 (ENABLED)
DimensionalTrees 1.7.0 (ENABLED)
ExtraMobs 1.13 (ENABLED)
FarmersDance 1.1.0-SNAPSHOT (ENABLED)
Level 2.14.1 (ENABLED)
Limits 1.21.1-SNAPSHOT-b330 (ENABLED)
Visit 1.7.0-SNAPSHOT (ENABLED)
Plugin list
AdvancedOreGen, BentoBox, BentoBox-Bank, BentoBox-Biomes, BentoBox-BSkyBlock, BentoBox-FarmersDance, BentoBox-Level, BentoBox-Limits, BentoBox-Visit, Citizens, CMI, CMILib, DeluxeMenus, EconomyShopGUI-Premium, FastAsyncWorldEdit, NBTAPI, PlaceholderAPI, ProtocolLib, Quests, UpgradeableSpawners, WorldGuard
Other
The text was updated successfully, but these errors were encountered: