9
0
mirror of https://github.com/WiIIiam278/HuskSync.git synced 2025-12-30 03:59:12 +00:00

docs: document PacketEvents support

This commit is contained in:
William
2024-05-27 01:52:08 +01:00
parent 405e6d7162
commit 8ad4158ec0
2 changed files with 2 additions and 2 deletions

View File

@@ -75,7 +75,7 @@ public class Settings {
@Comment({"Whether to enable the Player Analytics hook.", "Docs: https://william278.net/docs/husksync/plan-hook"})
private boolean enablePlanHook = true;
@Comment("Whether to cancel game event packets directly when handling locked players if ProtocolLib is installed")
@Comment("Whether to cancel game event packets directly when handling locked players if ProtocolLib or PacketEvents is installed")
private boolean cancelPackets = true;