Skip to content

Effects particles are not visible #6402

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

Closed
IWareQ opened this issue Jul 13, 2024 · 4 comments
Closed

Effects particles are not visible #6402

IWareQ opened this issue Jul 13, 2024 · 4 comments
Labels
Category: Gameplay Related to Minecraft gameplay experience Resolution: Fixed

Comments

@IWareQ
Copy link

IWareQ commented Jul 13, 2024

Issue description

  • Expected result: particles are visible
  • Actual result: particles are not visible

Steps to reproduce the issue

  1. /effect [player] speed

Instead of speed, there can be any effect that gives particles

OS and versions

  • PocketMine-MP: 5.17.0 (git hash: 37bf4bc)
  • PHP: 8.2.17
  • Using JIT: no
  • Server OS: win
  • Game version: Win10

Crashdump, backtrace or other files

image

@nicholass003
Copy link
Contributor

is it only for certain effects or for all effects?

@IWareQ
Copy link
Author

IWareQ commented Jul 13, 2024

is it only for certain effects or for all effects?

Instead of speed, there can be any effect that gives particles

@ipad54
Copy link
Member

ipad54 commented Jul 13, 2024

This is caused because Bedrock no longer uses POTION_COLOR metadata property for displaying effects. It now uses a separated property that writes effect ids instead of colours.

@IWareQ
Copy link
Author

IWareQ commented Jul 13, 2024

This is caused because Bedrock no longer uses POTION_COLOR metadata property for displaying effects. It now uses a separated property that writes effect ids instead of colours.

Thank! This work for me:
image

@jasonw4331 jasonw4331 added Category: Gameplay Related to Minecraft gameplay experience Status: Debugged Cause of the bug has been found, but not fixed labels Jul 15, 2024
@IvanCraft623 IvanCraft623 added Resolution: Fixed and removed Status: Debugged Cause of the bug has been found, but not fixed labels Aug 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Category: Gameplay Related to Minecraft gameplay experience Resolution: Fixed
Projects
None yet
Development

No branches or pull requests

5 participants