Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[!] The player ends up not dying when leaving the server #748

Open
caiobarnes opened this issue Nov 30, 2023 · 3 comments
Open

[!] The player ends up not dying when leaving the server #748

caiobarnes opened this issue Nov 30, 2023 · 3 comments
Labels
Bug An issue that is not supposed to happen

Comments

@caiobarnes
Copy link

Server Implementation

Spigot

Server Version

1.20.1

Describe the bug

When the player leaves the server while in combat, they do not actually die, and their items are not dropped, etc.

Reproduction Steps

  1. Enters combat
  2. Leaves the server/Quits"

Expected behaviour

I expected him to die, dropping the items on the ground.

Screenshots / Videos

https://youtu.be/98BlvIdTl-g

latest log file (if applicable)

https://mclo.gs/QZqbSfL

CombatLogX Version

CombatLogX 11.4.0.1.1193

Anything else?

Would it be this.

@caiobarnes caiobarnes added the Bug An issue that is not supposed to happen label Nov 30, 2023
@Olivoz
Copy link
Contributor

Olivoz commented Nov 30, 2023

Please send the output from /clx version as the template requested

@Olivoz
Copy link
Contributor

Olivoz commented Nov 30, 2023

Looking at your log the issue would most likely be that you have the Citizens compatibility expansion installed. It will spawn an NPC (dummy player by default) instead of killing the player. If this is not what you want then delete the expansion and restart.

@caiobarnes
Copy link
Author

[20:07:31 INFO]: Java Version: 17.0.9
[20:07:31 INFO]: Java Vendor: Eclipse Adoptium
[20:07:31 INFO]: Java URL: N/A
[20:07:31 INFO]: Server Version: git-Purpur-2062 (MC: 1.20.1)
[20:07:31 INFO]: Bukkit Version: 1.20.1-R0.1-SNAPSHOT
[20:07:31 INFO]: Minecraft Version: 1.20.1
[20:07:31 INFO]: NMS Version: 1_20_R1
[20:07:31 INFO]: Dependency Information:
[20:07:31 INFO]: - AngelChest v9.15.3
[20:07:31 INFO]: - ASkyBlock (not installed)
[20:07:31 INFO]: - BentoBox (not installed)
[20:07:31 INFO]: - Citizens v2.0.32-SNAPSHOT (build 3208)
[20:07:31 INFO]: - CMI (not installed)
[20:07:31 INFO]: - CrackShot (not installed)
[20:07:31 INFO]: - CrashClaim (not installed)
[20:07:31 INFO]: - Essentials (not installed)
[20:07:31 INFO]: - FabledSkyBlock (not installed)
[20:07:31 INFO]: - FeatherBoard (not installed)
[20:07:31 INFO]: - FlagWar (not installed)
[20:07:31 INFO]: - GriefDefender (not installed)
[20:07:31 INFO]: - GriefPrevention v16.18.1
[20:07:31 INFO]: - HuskHomes v4.5.3
[20:07:31 INFO]: - HuskSync (not installed)
[20:07:31 INFO]: - HuskTowns (not installed)
[20:07:31 INFO]: - iDisguise (not installed)
[20:07:31 INFO]: - IridiumSkyblock (not installed)
[20:07:31 INFO]: - Kingdoms (not installed)
[20:07:31 INFO]: - Konquest (not installed)
[20:07:31 INFO]: - Lands (not installed)
[20:07:31 INFO]: - LibsDisguises (not installed)
[20:07:31 INFO]: - MarriageMaster (not installed)
[20:07:31 INFO]: - MythicMobs (not installed)
[20:07:31 INFO]: - PlaceholderAPI v2.11.4
[20:07:31 INFO]: - PlayerParticles (not installed)
[20:07:31 INFO]: - PreciousStones (not installed)
[20:07:31 INFO]: - PremiumVanish v2.9.3
[20:07:31 INFO]: - ProtectionStones (not installed)
[20:07:31 INFO]: - ProtocolLib v5.1.0
[20:07:31 INFO]: - RedProtect (not installed)
[20:07:31 INFO]: - Residence (not installed)
[20:07:31 INFO]: - Sentinel (not installed)
[20:07:31 INFO]: - SuperiorSkyblock2 (not installed)
[20:07:31 INFO]: - SuperVanish (not installed)
[20:07:31 INFO]: - Towny (not installed)
[20:07:31 INFO]: - UltimateClaims (not installed)
[20:07:31 INFO]: - uSkyBlock (not installed)
[20:07:31 INFO]: - VanishNoPacket (not installed)
[20:07:31 INFO]: - WorldGuard v7.0.9+5934e49
[20:07:31 INFO]: - ViaVersion v4.8.1
[20:07:31 INFO]: - BlueSlimeCore v2.9.4.377
[20:07:31 INFO]: CombatLogX by SirBlobman
[20:07:31 INFO]: Local Version: 11.4.0.1.1193
[20:07:31 INFO]: Remote Version: 11.4.0.1.1193
[20:07:31 INFO]: Enabled Expansions (21):
[20:07:31 INFO]: - Action Bar v17.3
[20:07:31 INFO]: - Boss Bar v17.1
[20:07:31 INFO]: - Cheat Prevention v17.6
[20:07:31 INFO]: - AngelChest Compatibility v17.1
[20:07:31 INFO]: - Citizens Compatibility v17.9
[20:07:31 INFO]: - GriefPrevention Compatibility v17.1
[20:07:31 INFO]: - LuckPerms Compatibility v17.1
[20:07:31 INFO]: - PlaceholderAPI Compatibility v17.1
[20:07:31 INFO]: - SuperVanish Compatibility v17.1
[20:07:31 INFO]: - WorldGuard Compatibility v17.2
[20:07:31 INFO]: - Damage Effects v17.0
[20:07:31 INFO]: - Damage Tagger v17.1
[20:07:31 INFO]: - Death Effects v17.0
[20:07:31 INFO]: - End Crystal Helper v17.1
[20:07:31 INFO]: - Force Field v17.4
[20:07:31 INFO]: - Glowing v17.0
[20:07:31 INFO]: - Logger v17.2
[20:07:31 INFO]: - Loot Protection v17.1
[20:07:31 INFO]: - Mob Tagger v17.1
[20:07:31 INFO]: - Rewards v17.4
[20:07:31 INFO]: - Scoreboard v17.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug An issue that is not supposed to happen
Projects
None yet
Development

No branches or pull requests

2 participants