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

Projectiles should pass through players #43

Open
haykam821 opened this issue Jun 12, 2022 · 2 comments
Open

Projectiles should pass through players #43

haykam821 opened this issue Jun 12, 2022 · 2 comments
Labels
bug Something isn't working

Comments

@haykam821
Copy link
Contributor

Currently, projectiles collide with players, meaning they do not end up breaking any blocks.

@haykam821 haykam821 added the bug Something isn't working label Jun 12, 2022
@ShockMicro
Copy link
Member

If we added a knockback rule, this could be intended 🤔

@haykam821
Copy link
Contributor Author

If knockback is implemented, then projectiles passing through players could simply be dependent on the projectile not having knockback enabled. I believe the complication would be with multiple projectiles as suggested in #45.

Note that an implementation of preventing projectiles from hitting players can already be found in Shard Thief as added by NucleoidMC/Shard-Thief@50b3ec3. The event that Shard Thief uses could be moved to Stimuli so that Spleef can use it as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants