-
-
Notifications
You must be signed in to change notification settings - Fork 100
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
✦ Speed Status Bar #855
Comments
I think it would probably be better as a just some text you can freely move around since I don't know if speed is fit for a bar. |
Yeah, that should be the best for the majority of cases, as it will show the effective movement speed and doesn't require the stat to be enabled in the tab list widget. There are a few cases where you can have a speed cap above 500 but your effective speed is still capped to 500% (is this still a thing on newer Minecraft versions?), which may matter for things like the Warden Helmet, but those are niche cases and the players can probably just check their stats menu or tab list instead. I'd also note that the Rift is a special case where potion effects such as Speed affect your effective movement speed but not |
The way I calculate it over in SBT is |
tbf the way the status bars work, it's a far better fit than the armour one. Speed has a cap, as well as current speed Amour just x Defence out of ???? |
|
the bar represents the percentage of damage you are protected from iirc |
Aren't bars disabled in the rift? |
Describe the new feature.
Similar to I think it was SkyBlock add-ons, a speed status bar on the hud would be cool. It'd probably be hidden by default and have to be dragged into place in the config screen.
Regarding calculating speed, I believe the best approach would be calculating the attribute$generic.movement\_speed × 1000$ .
Images
No response
The text was updated successfully, but these errors were encountered: