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
149 stars 50 forks source link

Could not pass event EntityPlaceEvent to CombatLogX v11.5.0.0.1242 #840

Closed MemencioPerez closed 3 weeks ago

MemencioPerez commented 1 month ago

Server Implementation

Purpur

Server Version

1.20.6

Describe the bug

Since Minecraft 1.20.5, the EntityType for the end crystals was renamed from ENDER_CRYSTAL to END_CRYSTAL, which generates an error in the console whenever the EntityPlaceEvent is fired if you have the "End Crystal Helper" expansion installed.

Reproduction Steps

  1. Install "End Crystal Helper" expansion in your server
  2. Reboot the server
  3. Join the game and place a boat
  4. See the error in the console

Expected behaviour

No errors should appear.

Screenshots / Videos

No response

latest log file (if applicable)

https://mcpaste.io/ab06dd90aeead53d

CombatLogX Version

[01:13:34] [Server thread/INFO]: Java Version: 21.0.3 [01:13:34] [Server thread/INFO]: Java Vendor: Eclipse Adoptium [01:13:34] [Server thread/INFO]: Java URL: N/A [01:13:34] [Server thread/INFO]: Server Version: 1.20.6-2233-0d6766e (MC: 1.20.6) [01:13:34] [Server thread/INFO]: Bukkit Version: 1.20.6-R0.1-SNAPSHOT [01:13:34] [Server thread/INFO]: Minecraft Version: 1.20.6 [01:13:34] [Server thread/INFO]: NMS Version: 1_20_R4 [01:13:34] [Server thread/INFO]: Dependency Information: [01:13:34] [Server thread/INFO]: - AngelChest v13.1.1 [01:13:34] [Server thread/INFO]: - ASkyBlock (not installed) [01:13:34] [Server thread/INFO]: - BentoBox (not installed) [01:13:34] [Server thread/INFO]: - Citizens (not installed) [01:13:34] [Server thread/INFO]: - CMI (not installed) [01:13:34] [Server thread/INFO]: - CrackShot (not installed) [01:13:34] [Server thread/INFO]: - CrashClaim (not installed) [01:13:34] [Server thread/INFO]: - Essentials v2.21.0-dev+102-fcf6e64 [01:13:34] [Server thread/INFO]: - FabledSkyBlock (not installed) [01:13:34] [Server thread/INFO]: - FeatherBoard (not installed) [01:13:34] [Server thread/INFO]: - FlagWar (not installed) [01:13:34] [Server thread/INFO]: - GriefDefender (not installed) [01:13:34] [Server thread/INFO]: - GriefPrevention (not installed) [01:13:34] [Server thread/INFO]: - HuskHomes (not installed) [01:13:34] [Server thread/INFO]: - HuskSync (not installed) [01:13:34] [Server thread/INFO]: - HuskTowns (not installed) [01:13:34] [Server thread/INFO]: - iDisguise (not installed) [01:13:34] [Server thread/INFO]: - IridiumSkyblock (not installed) [01:13:34] [Server thread/INFO]: - Kingdoms (not installed) [01:13:34] [Server thread/INFO]: - Konquest (not installed) [01:13:34] [Server thread/INFO]: - Lands (not installed) [01:13:34] [Server thread/INFO]: - LibsDisguises (not installed) [01:13:34] [Server thread/INFO]: - MarriageMaster (not installed) [01:13:34] [Server thread/INFO]: - MCPets (not installed) [01:13:34] [Server thread/INFO]: - MythicMobs (not installed) [01:13:34] [Server thread/INFO]: - PlaceholderAPI v2.11.6 [01:13:34] [Server thread/INFO]: - PlayerParticles (not installed) [01:13:34] [Server thread/INFO]: - PreciousStones (not installed) [01:13:34] [Server thread/INFO]: - PremiumVanish v2.9.11 [01:13:34] [Server thread/INFO]: - ProtectionStones v2.10.5 [01:13:34] [Server thread/INFO]: - ProtocolLib v5.3.0-SNAPSHOT-723 [01:13:34] [Server thread/INFO]: - RedProtect (not installed) [01:13:34] [Server thread/INFO]: - Residence (not installed) [01:13:34] [Server thread/INFO]: - Sentinel (not installed) [01:13:34] [Server thread/INFO]: - SuperiorSkyblock2 (not installed) [01:13:34] [Server thread/INFO]: - SuperVanish (not installed) [01:13:34] [Server thread/INFO]: - Towny (not installed) [01:13:34] [Server thread/INFO]: - UltimateClaims (not installed) [01:13:34] [Server thread/INFO]: - uSkyBlock (not installed) [01:13:34] [Server thread/INFO]: - VanishNoPacket (not installed) [01:13:34] [Server thread/INFO]: - WorldGuard v7.0.10+d9424b1 [01:13:34] [Server thread/INFO]: - ViaVersion v5.0.1 [01:13:34] [Server thread/INFO]: - BlueSlimeCore v2.9.6.431 [01:13:34] [Server thread/INFO]: CombatLogX by SirBlobman [01:13:34] [Server thread/INFO]: Local Version: 11.5.0.0.1242 [01:13:34] [Server thread/INFO]: Remote Version: 11.5.0.0.1242 [01:13:34] [Server thread/INFO]: Enabled Expansions (13): [01:13:34] [Server thread/INFO]: - Action Bar v17.3 [01:13:34] [Server thread/INFO]: - Boss Bar v17.1 [01:13:34] [Server thread/INFO]: - Cheat Prevention v17.7 [01:13:34] [Server thread/INFO]: - AngelChest Compatibility v17.1 [01:13:34] [Server thread/INFO]: - EssentialsX Compatibility v17.2 [01:13:34] [Server thread/INFO]: - LuckPerms Compatibility v17.1 [01:13:34] [Server thread/INFO]: - PlaceholderAPI Compatibility v17.2 [01:13:34] [Server thread/INFO]: - ProtectionStones Compatibility v17.2 [01:13:34] [Server thread/INFO]: - WorldGuard Compatibility v17.3 [01:13:34] [Server thread/INFO]: - End Crystal Helper v17.1 [01:13:34] [Server thread/INFO]: - Force Field v17.5 [01:13:34] [Server thread/INFO]: - Glowing v17.0 [01:13:34] [Server thread/INFO]: - Logger v17.3

Anything else?

No response