Maurice Eisenblätter

Results 119 comments of Maurice Eisenblätter

This issue is likely caused by [SimpleScore](https://github.com/r4g3baby/SimpleScore). Please try removing SimpleScore and see if the problem is resolved. If the issue is fixed after removing it, kindly report this to...

Should be fixed in the latest dev build so please use the latest dev build and try again: https://ci.dmulloy2.net/job/ProtocolLib/lastSuccessfulBuild/

The version was mistakenly released as a dev build `5.2.0-SNAPSHOT`, causing the plugin to recognize the remote version as a non-snapshot build `5.2.0` available on [spigotmc.org](https://www.spigotmc.org/). To resolve this, we...

@Jeppa, thank you for addressing the issues. I appreciate your effort. In the future, could you please provide the update link directly? Here's the link for reference: https://ci.dmulloy2.net/job/ProtocolLib/lastSuccessfulBuild/. Some users...

Should be fixed in the latest dev build so please use the latest dev build and try again: https://ci.dmulloy2.net/job/ProtocolLib/lastSuccessfulBuild/

> However, the latest development board is only compatible with the latest version The [latest dev build](https://ci.dmulloy2.net/job/ProtocolLib/lastSuccessfulBuild/) should be compatible with every version of the game. Please retry with the...

Based on the error message you provided, it appears that the issue stems from Spartan AntiCheat not validating whether the player instance in the PacketEvent is a temporary player. This...

Might be fixed with the latest dev build: https://ci.dmulloy2.net/job/ProtocolLib/. Can you confirm if that's the case?

I'm not personally experienced with MythicMobs and ModelEngine, but it seems like you are looking to modify an entity without changing its custom name. Normally, an entity's custom name in...

I would be careful with your code because you simply assume that id `23` is always a `ChatComponent` but for other entities that doesn't have to be the case because...