question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Deprecated event handlers on Paper 1.18.1

See original GitHub issue

Expected behavior

Normal start-up.

Observed/Actual behavior

On server start-up

[14:13:56] [Server thread/INFO]: [BentoBox] Enabling BentoBox v1.20.0-SNAPSHOT-b2216
[14:13:56] [Server thread/WARN]: @EventHandler method world.bentobox.bentobox.listeners.flags.protection.FireListener#onBlockBurn returns non-void type boolean. This is an unsupported behavior which will be removed in a future version of Paper.This should be reported to the developers of BentoBox v1.20.0-SNAPSHOT-b2216, (tastybento,Poslovitch)
[14:13:56] [Server thread/WARN]: @EventHandler method world.bentobox.bentobox.listeners.flags.protection.FireListener#onBlockIgnite returns non-void type boolean. This is an unsupported behavior which will be removed in a future version of Paper.This should be reported to the developers of BentoBox v1.20.0-SNAPSHOT-b2216, (tastybento,Poslovitch)
[14:13:56] [Server thread/WARN]: @EventHandler method world.bentobox.bentobox.listeners.flags.protection.FireListener#onBlockSpread returns non-void type boolean. This is an unsupported behavior which will be removed in a future version of Paper.This should be reported to the developers of BentoBox v1.20.0-SNAPSHOT-b2216, (tastybento,Poslovitch)
[14:13:56] [Server thread/WARN]: @EventHandler method world.bentobox.bentobox.listeners.flags.protection.TNTListener#onTNTDamage returns non-void type boolean. This is an unsupported behavior which will be removed in a future version of Paper.This should be reported to the developers of BentoBox v1.20.0-SNAPSHOT-b2216, (tastybento,Poslovitch)
[14:13:56] [Server thread/WARN]: @EventHandler method world.bentobox.bentobox.listeners.flags.settings.MobSpawnListener#onMobSpawn returns non-void type boolean. This is an unsupported behavior which will be removed in a future version of Paper.This should be reported to the developers of BentoBox v1.20.0-SNAPSHOT-b2216, (tastybento,Poslovitch)
[14:13:56] [Server thread/WARN]: @EventHandler method world.bentobox.bentobox.listeners.flags.worldsettings.ObsidianScoopingListener#onPlayerInteract returns non-void type boolean. This is an unsupported behavior which will be removed in a future version of Paper.This should be reported to the developers of BentoBox v1.20.0-SNAPSHOT-b2216, (tastybento,Poslovitch)

Steps/models to reproduce

  • Update Paper to 1.18.1-161
  • Start server
  • Read console/log

BentoBox version

> version
[15:15:09 INFO]: This server is running Paper version git-Paper-161 (MC: 1.18.1) (Implementing API version 1.18.1-R0.1-SNAPSHOT) (Git: 7c3893c)
> bbox version
[15:19:40 INFO]: Running PAPER 1.18.1.
[15:19:40 INFO]: BentoBox version: 1.20.0-SNAPSHOT-b2216
[15:19:40 INFO]: Database: JSON
[15:19:40 INFO]: Loaded Game Worlds:
[15:19:40 INFO]: world_skyblock (SkyBlock): Overworld, Nether, The End
[15:19:40 INFO]: Loaded Addons:
[15:19:40 INFO]: Biomes 1.14.1-SNAPSHOT-b214 (ENABLED)
[15:19:40 INFO]: BSkyBlock 1.15.2-SNAPSHOT-b717 (ENABLED)
[15:19:40 INFO]: Challenges 1.0.0-SNAPSHOT-b475 (ENABLED)
[15:19:40 INFO]: ExtraMobs 1.12 (ENABLED)
[15:19:40 INFO]: Level 2.9.0-SNAPSHOT-b494 (ENABLED)

Plugin list

Irrelevant; available on request

Other

No response

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:5 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
SlimeDogcommented, Jan 22, 2022

Nice, except the build 2217 failed.

0reactions
SlimeDogcommented, Feb 8, 2022

Happy to close this, but I don’t know if you are still seeing examples that I don’t.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Deprecated List (paper-api 1.18.2-R0.1-SNAPSHOT API)
This event has two possible cancellation states, one for PlayerInteractEvent.useInteractedBlock() and one for PlayerInteractEvent.useItemInHand() . It is ...
Read more >
All Classes and Interfaces (paper-api 1.18.2-R0.1-SNAPSHOT ...
Deprecated. Represents the pickup status of this arrow. An abstract implementation of a chat event, handling shared logic. Represents a Horse-like creature.
Read more >
Package io.papermc.paper.event.player
An abstract implementation of a chat event, handling shared logic. An event fired when a Player sends a chat message to the server....
Read more >
Overview (paper-api 1.18.2-R0.1-SNAPSHOT API) - PaperMC
It covers the basic requirements of a plugin jar. For handling events and triggered code, see the event package . Note: While the...
Read more >
AsyncPlayerChatEvent (Paper-API 1.17.1-R0.1-SNAPSHOT ...
Deprecated. use AsyncChatEvent instead. This event will sometimes fire synchronously, depending on how it was triggered. The constructor provides a boolean ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found