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

Value resets on single line update mode to the previously synced one #198

Closed
MrBlasyMSK opened this issue Mar 23, 2022 · 3 comments
Closed

Comments

@MrBlasyMSK
Copy link

MrBlasyMSK commented Mar 23, 2022

Apparently there is a problem when scorehud tries to update too fast and has changed the value, I have no idea why it happens, so if you need more help to solve this read and talk to cooldogdev who seems to understand it.

cooldogepm/BedrockEconomy#67 (comment)

And I'm sure this also affects VanishV2 in the player update, since the dev says it can't find what's wrong with the code.

This is my ScoreHud config

---
# DO NOT EDIT THIS VALUE.
# ONLY FOR INTERNAL USE.
scorehud-version: 3

# Set the title for the scoreboard shown.
titles:
  # If *true* then 'titles.lines' will be used for showing changing
  # or flickering titles. Although fancy but they might cause lag
  # so be your own judge. This may also cause the scoreboard to
  # flicker at times. (not preferred)
  #
  # If *false* then 'titles.title' will be used for showing a simple
  # title on the scoreboard. (preferred)
  flicker: true

  # If 'titles.flicker' is set to true then adjust the rate at which
  # the titles should change. In seconds.
  # Default: 5 (seconds)
  period: 1

In case you need it:
PHP: 8.0.16
PMMP Version: 4.2.4
OS: linux
ScoreHud Version: Dev78

@MrBlasyMSK
Copy link
Author

Edit: I have tried with the default number which is 5 and it still happens, I don't know if it is a problem with ScoreHud or with the plugin creator.

@cooldogedev
Copy link

There's an issue with having the title flicker mode on along with the single line update method, it causes the scoreboard to revert the changes after one second. Changing the update method to complete fixes it somehow (it happens in BedrockEconomy's in-built addon and other implementations according to @MrBlasyMSK, therefore chances of it being related to BedrockEconomy's addon implementation is really low).

@MrBlasyMSK MrBlasyMSK changed the title Update period = 1 affects other ScoreHuds Read the cooldogdev comment, idk what im saying Mar 24, 2022
@Ifera Ifera closed this as completed in 3d64f10 Mar 26, 2022
@Ifera Ifera changed the title Read the cooldogdev comment, idk what im saying Value resets on single line update mode to the previously synced one Mar 26, 2022
@Ifera
Copy link
Owner

Ifera commented Mar 26, 2022

Thanks for reporting the issue. This should hopefully be fixed now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants