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

Creeper Explosion Radius can't be negative on Paper #10460

Open
PumpkinKnightStudio opened this issue Apr 27, 2024 · 1 comment
Open

Creeper Explosion Radius can't be negative on Paper #10460

PumpkinKnightStudio opened this issue Apr 27, 2024 · 1 comment
Labels
type: bug Something doesn't work as it was intended to. upstream: spigot Issues exists in Spigot. version: 1.20.4 Game version 1.20.4 version: 1.20.5 Game version 1.20.5

Comments

@PumpkinKnightStudio
Copy link

Expected behavior

While using this following command in
Vanilla: summon creeper ~ ~ ~ {ExplosionRadius:-1b,Fuse:0} will create an explosion
Paper: summon creeper ~ ~ ~ {ExplosionRadius:-1b,Fuse:0} the creeper will not explode

This is commonly used in Player Launch Datapack

Observed/Actual behavior

The creeper should explode, applying the motion to player

Steps/models to reproduce

Use this command: summon creeper ~ ~ ~ {ExplosionRadius:-1b,Fuse:0}
While ExplosionRadius is negative, it will not explode

Plugin and Datapack List

This is a code from Datapack which perform a Player Launch System

Paper version

This server is running Paper version git-Paper-496 (MC: 1.20.4) (Implementing API version 1.20.4-R0.1-SNAPSHOT) (Git: 7ac24a1 on ver/1.20.4)
You are running the latest version
Previous version: git-Purpur-2176 (MC: 1.20.4)

Other

Since this is used by many datapack to launch player, I believe using ExplosionRadius:-1 should be possible

@PumpkinKnightStudio PumpkinKnightStudio added status: needs triage type: bug Something doesn't work as it was intended to. labels Apr 27, 2024
@PumpkinKnightStudio PumpkinKnightStudio changed the title Creeper Explosion Raduis can't be negative on Paper Creeper Explosion Radius can't be negative on Paper Apr 27, 2024
@kashike kashike added the version: 1.20.4 Game version 1.20.4 label Apr 28, 2024
@Lulu13022002 Lulu13022002 added version: 1.20.5 Game version 1.20.5 upstream: spigot Issues exists in Spigot. and removed status: needs triage labels Apr 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug Something doesn't work as it was intended to. upstream: spigot Issues exists in Spigot. version: 1.20.4 Game version 1.20.4 version: 1.20.5 Game version 1.20.5
Projects
Status: No status
Development

No branches or pull requests

3 participants