chore: deprecate paper 1.13 listener as P2 effectively doesn't support 1.13 (#3872)

This commit is contained in:
Jordan 2022-11-14 21:58:05 +00:00 committed by GitHub
parent 52bb561689
commit 2147012beb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -48,6 +48,10 @@ import org.bukkit.event.EventHandler;
import org.bukkit.event.block.BlockPlaceEvent;
import org.checkerframework.checker.nullness.qual.NonNull;
/**
* @deprecated P2 effectively no longer supports 1.13
*/
@Deprecated(forRemoval = true, since = "TODO")
public class PaperListener113 extends PaperListener {
@Inject