WorldGuard

WorldGuard

8M Downloads

Worldguard using deprecated AsyncChatEvent etc

BurkenDev opened this issue ยท 1 comments

commented

WorldEdit Version

n/a

WorldGuard Version

latest

Platform Version

Paper 1.20.4

Confirmations

  • I am using the most recent Minecraft release.
  • I am using a version of WorldEdit compatible with my Minecraft version.
  • I am using a version of WorldGuard compatible with my Minecraft version.
  • I am using the latest or recommended version of my platform software.
  • I am NOT using a hybrid server, e.g. a server that combines Bukkit and Forge. Examples include Arclight, Mohist, and Cardboard.
  • I am NOT using a fork of WorldEdit, such as FastAsyncWorldEdit (FAWE) or AsyncWorldEdit (AWE)

Bug Description

Another plugin (SignedVelocity-Paper) complains that you are not using the proper events and this will affect both that plugin and other plugins making worldguard not compatible properly:

The following plugins have listener in legacy org.bukkit.event.player.AsyncPlayerChatEvent event: WorldGuard
Please report to the author to use Paper's AsyncChatEvent and/or AsyncChatDecorateEvent.

Expected Behavior

Use Paper API AsyncChatEvent to be compatible with Paper API

Reproduction Steps

look at your usage of AsyncChatEvent.

Optional WorldGuard-Report

No response

Anything Else?

No response

commented