kernitus

Results 134 comments of kernitus

Most modules should work for all LivingEntity instances, meaning both players and mobs. It's possible some might have been missed, do you have a specific example we can test out?

> I will add onto this: > > [17:23:36] [Server thread/ERROR]: Could not pass event EntityDamageByEntityEvent to OldCombatMechanics v3.0.0-beta > java.lang.ClassCastException: class org.bukkit.craftbukkit.entity.CraftArrow cannot be cast to class org.bukkit.entity.LivingEntity (org.bukkit.craftbukkit.entity.CraftArrow...

We do not modify the items at all, because that would lead to much worse performance and issues with removing the plugin. The attack speed property is applied to the...

> I've found a way to do this using packets. The below code uses NMS (1.21.3) and a custom packet listener from my own codebase, but I'm sure it could...

You can only change the effects of the strength and weakness potions, because those are the only ones that have changed so far. You can change the duration of any...

OCM supports from MC version 1.9 onwards, but requires at least Java 17.

This is a fundamental incompatibility - OCM supports MC from 1.9 through 1.21, but to support 1.20 and above we are required to compile with Java 17.

Can you explain more about what feature you're talking about and how you want it turned off?

> It seems like the feature is ready, but not released **[GrapheneOS/platform_packages_apps_Settings#209](https://github.com/GrapheneOS/platform_packages_apps_Settings/pull/209)** That PR is huge and has been open for years, not sure how likely it is to get...

Please fill in the issue template and provide more details on what the problem is so that we can help.