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

Leaving in combat doesn't work #842

Closed SamsimIsMe closed 2 months ago

SamsimIsMe commented 2 months ago

Server Implementation

Paper

Server Version

1.21

Describe the bug

When I get combat with a player and they leave, they just become a different character and they can join back again alive. When the player leaves the console has no error

Reproduction Steps

A player leaves in combat on paper 1.21

Expected behaviour

That they die when they leave

Screenshots / Videos

.

latest log file (if applicable)

https://mclo.gs/ZydTa0E

CombatLogX Version

07:59:08 INFO]: Java Version: 21.0.3 [07:59:08 INFO]: Java Vendor: Amazon.com Inc. [07:59:08 INFO]: Java URL: N/A [07:59:08 INFO]: Server Version: 1.21-130-b1b5d4c (MC: 1.21) [07:59:08 INFO]: Bukkit Version: 1.21-R0.1-SNAPSHOT [07:59:08 INFO]: Minecraft Version: 1.21 [07:59:08 INFO]: NMS Version: 1_21_R1 [07:59:08 INFO]: Dependency Information: [07:59:08 INFO]: - AngelChest (not installed) [07:59:08 INFO]: - ASkyBlock (not installed) [07:59:08 INFO]: - BentoBox (not installed) [07:59:08 INFO]: - Citizens v2.0.35-SNAPSHOT (build 3494) [07:59:08 INFO]: - CMI (not installed) [07:59:08 INFO]: - CrackShot (not installed) [07:59:08 INFO]: - CrashClaim (not installed) [07:59:08 INFO]: - Essentials v2.21.0-dev+107-7b02d22 [07:59:08 INFO]: - FabledSkyBlock (not installed) [07:59:08 INFO]: - FeatherBoard (not installed) [07:59:08 INFO]: - FlagWar (not installed) [07:59:08 INFO]: - GriefDefender (not installed) [07:59:08 INFO]: - GriefPrevention (not installed) [07:59:08 INFO]: - HuskHomes (not installed) [07:59:08 INFO]: - HuskSync (not installed) [07:59:08 INFO]: - HuskTowns (not installed) [07:59:08 INFO]: - iDisguise (not installed) [07:59:08 INFO]: - IridiumSkyblock (not installed) [07:59:08 INFO]: - Kingdoms (not installed) [07:59:08 INFO]: - Konquest (not installed) [07:59:08 INFO]: - Lands (not installed) [07:59:08 INFO]: - LibsDisguises (not installed) [07:59:08 INFO]: - MarriageMaster (not installed) [07:59:08 INFO]: - MCPets (not installed) [07:59:08 INFO]: - MythicMobs (not installed) [07:59:08 INFO]: - PlaceholderAPI v2.11.6 [07:59:08 INFO]: - PlayerParticles (not installed) [07:59:08 INFO]: - PreciousStones (not installed) [07:59:08 INFO]: - PremiumVanish (not installed) [07:59:08 INFO]: - ProtectionStones (not installed) [07:59:08 INFO]: - ProtocolLib (not installed) [07:59:08 INFO]: - RedProtect (not installed) [07:59:08 INFO]: - Residence (not installed) [07:59:08 INFO]: - Sentinel (not installed) [07:59:08 INFO]: - SuperiorSkyblock2 (not installed) [07:59:08 INFO]: - SuperVanish (not installed) [07:59:08 INFO]: - Towny (not installed) [07:59:08 INFO]: - UltimateClaims (not installed) [07:59:08 INFO]: - uSkyBlock (not installed) [07:59:08 INFO]: - VanishNoPacket (not installed) [07:59:08 INFO]: - WorldGuard v7.0.11-beta1+a801a9d [07:59:08 INFO]: - ViaVersion v5.0.2 [07:59:08 INFO]: - BlueSlimeCore v2.9.6.431 [07:59:08 INFO]: CombatLogX by SirBlobman [07:59:08 INFO]: Local Version: 11.5.0.0.1242 [07:59:08 INFO]: Remote Version: 11.5.0.0.1242 [07:59:08 INFO]: Enabled Expansions (9): [07:59:08 INFO]: - Action Bar v17.3 [07:59:08 INFO]: - Cheat Prevention v17.7 [07:59:08 INFO]: - Citizens Compatibility v17.15 [07:59:08 INFO]: - EssentialsX Compatibility v17.2 [07:59:08 INFO]: - LuckPerms Compatibility v17.1 [07:59:08 INFO]: - PlaceholderAPI Compatibility v17.2 [07:59:08 INFO]: - WorldGuard Compatibility v17.3 [07:59:08 INFO]: - Damage Tagger v17.1 [07:59:08 INFO]: - Logger v17.3

Anything else?

No.

Olivoz commented 2 months ago

You have the Citizens compatibility expansion installed, it will spawn an NPC instead of killing the player. Remove the jar (and optionally the folder) from the expansions folder (/plugins/CombatLogX/expansions/) and restart the server.

SamsimIsMe commented 2 months ago

thank you so much!