MinestomPvP icon indicating copy to clipboard operation
MinestomPvP copied to clipboard

PvP extension for Minestom

Results 6 MinestomPvP issues
Sort by recently updated
recently updated
newest added

This adds automatic prereleases for any server owners to automatically download a jar, and bumps this extension to the extension improvements branch.

Hey, I tried to use this on my Minestom CE server and it sadly failed to work. The Extension class isn't present in the latest Minestom versions anymore. Can you...

> java.lang.NoSuchMethodError: 'void net.minestom.server.network.packet.server.play.SoundEffectPacket.(net.minestom.server.sound.SoundEvent, net.kyori.adventure.sound.Sound$Source, net.minestom.server.coordinate.Point, float, float)' at Ext_PvpExtension//io.github.bloepiloepi.pvp.listeners.DamageListener.handleEntityDamage(DamageListener.java:377) at Ext_PvpExtension//io.github.bloepiloepi.pvp.listeners.DamageListener.lambda$events$0(DamageListener.java:56) at net.minestom.server.event.EventListener$Builder$1.run(EventListener.java:151) at net.minestom.server.event.EventNodeImpl$Handle.callListener(EventNodeImpl.java:488) at net.minestom.server.event.EventNodeImpl$Handle.lambda$listenersConsumer$8(EventNodeImpl.java:420) at net.minestom.server.event.EventNodeImpl$Handle.lambda$createConsumer$5(EventNodeImpl.java:391) at net.minestom.server.event.EventNodeImpl$Handle.lambda$createConsumer$5(EventNodeImpl.java:399) at net.minestom.server.event.EventNodeImpl$Handle.lambda$createConsumer$5(EventNodeImpl.java:399) at net.minestom.server.event.EventNodeImpl$Handle.lambda$createConsumer$5(EventNodeImpl.java:399) at net.minestom.server.event.EventNodeImpl$Handle.call(EventNodeImpl.java:324) at net.minestom.server.event.EventNode.call(EventNode.java:190)...

I have a listener for ProjectileCollideWithBlockEvent, however it is not called when I throw a snowball (even though I have it implemented with this code:) ```kt node.addChild( PvPConfig .emptyBuilder() .projectile(ProjectileConfig.emptyBuilder(false).snowball(true).build())...

Players get exactly the same knockback in water as if the water is not there. In Vanilla the player gets less knockback in the water

Hello, I have the following problem... If I want to hit a player it only works 2-3 times then it doesn't work anymore. It only works if the player I...