SirBlobman / CombatLogX

A modular Spigot plugin that prevents players from logging out during combat and has many expansions for extra features.
https://www.spigotmc.org/resources/31689/
GNU General Public License v3.0
154 stars 52 forks source link

Bow not tagging player #841

Closed nicuzzodiddio closed 3 months ago

nicuzzodiddio commented 3 months ago

Server Implementation

Paper

Server Version

1.20.6

Describe the bug

the arrows wont tag the players into combat, its like its not considered as damage dealt or even used, and in the console it says this: [CombatLogX] Using non-NMS Paper EntityHandler

Reproduction Steps

  1. Just shoot a player with a bow and it won't tag

Expected behaviour

It should tag the player

Screenshots / Videos

No response

latest log file (if applicable)

https://pastebin.com/d9jdzV2S

CombatLogX Version

[13:06:50 INFO]: Bukkit Version: 1.20.6-R0.1-SNAPSHOT [13:06:50 INFO]: Minecraft Version: 1.20.6 [13:06:50 INFO]: NMS Version: 1_20_R4 [13:06:50 INFO]: Dependency Information: [13:06:50 INFO]: - AngelChest (not installed) [13:06:50 INFO]: - ASkyBlock (not installed) [13:06:50 INFO]: - BentoBox (not installed) [13:06:50 INFO]: - Citizens v2.0.35-SNAPSHOT (build 3489) [13:06:50 INFO]: - CMI (not installed) [13:06:50 INFO]: - CrackShot (not installed) [13:06:50 INFO]: - CrashClaim (not installed) [13:06:50 INFO]: - Essentials v2.21.0-dev+106-8b08a8f [13:06:50 INFO]: - FabledSkyBlock (not installed) [13:06:50 INFO]: - FeatherBoard (not installed) [13:06:50 INFO]: - FlagWar (not installed) [13:06:50 INFO]: - GriefDefender (not installed) [13:06:50 INFO]: - GriefPrevention (not installed) [13:06:50 INFO]: - HuskHomes (not installed) [13:06:50 INFO]: - HuskSync (not installed) [13:06:50 INFO]: - HuskTowns (not installed) [13:06:50 INFO]: - iDisguise (not installed) [13:06:50 INFO]: - IridiumSkyblock (not installed) [13:06:50 INFO]: - Kingdoms (not installed) [13:06:50 INFO]: - Konquest (not installed) [13:06:50 INFO]: - Lands (not installed) [13:06:50 INFO]: - LibsDisguises (not installed) [13:06:50 INFO]: - MarriageMaster (not installed) [13:06:50 INFO]: - MCPets (not installed) [13:06:50 INFO]: - MythicMobs (not installed) [13:06:50 INFO]: - PlaceholderAPI v2.11.6 [13:06:50 INFO]: - PlayerParticles (not installed) [13:06:50 INFO]: - PreciousStones (not installed) [13:06:50 INFO]: - PremiumVanish (not installed) [13:06:50 INFO]: - ProtectionStones (not installed) [13:06:50 INFO]: - ProtocolLib v5.3.0-SNAPSHOT-723 [13:06:50 INFO]: - RedProtect (not installed) [13:06:50 INFO]: - Residence (not installed) [13:06:50 INFO]: - Sentinel (not installed) [13:06:50 INFO]: - SuperiorSkyblock2 (not installed) [13:06:50 INFO]: - SuperVanish (not installed) [13:06:50 INFO]: - Towny (not installed) [13:06:50 INFO]: - UltimateClaims (not installed) [13:06:50 INFO]: - uSkyBlock (not installed) [13:06:50 INFO]: - VanishNoPacket (not installed) [13:06:50 INFO]: - WorldGuard v7.0.10+d9424b1 [13:06:50 INFO]: - ViaVersion (not installed) [13:06:50 INFO]: - BlueSlimeCore v2.9.6.431 [13:06:50 INFO]: CombatLogX by SirBlobman [13:06:50 INFO]: Local Version: 11.5.0.0.1242 [13:06:50 INFO]: Remote Version: 11.5.0.0.1242 [13:06:50 INFO]: Enabled Expansions (1): [13:06:50 INFO]: - Action Bar v17.3

Anything else?

No response

Olivoz commented 3 months ago

Make sure that link-projectiles is set to true and that you do not have the bypass permission.

If that doesn't help enable debug-mode and try to get tagged. After that send what the console log outputs

nicuzzodiddio commented 3 months ago

Make sure that link-projectiles is set to true and that you do not have the bypass permission.

If that doesn't help enable debug-mode and try to get tagged. After that send what the console log outputs

my dumbass disabled link-projectiles thinking it was meant for something else, once i enabled it back it's all good now, thanks