toxicity188 / BetterHud

A multi-platform server-side implementation of HUD in Minecraft, supporting Bukkit(with Folia), Velocity, and Fabric.
https://modrinth.com/mod/betterhud2
MIT License
115 stars 27 forks source link

Pointers things #45

Open PSYCHEER opened 1 month ago

PSYCHEER commented 1 month ago

BetterHUD pointers are not saved(using yml filesystem in database.yml) after restart of server. They actually doesn't take fontimages defined in font.yml files, tried to set it into "chain" but still showing only the pointer triangle.

REQUESTS Pointers save Global pointers(will be add to every player, not only to one defined in command) Pointer fallout - when you will be like 20 blocks away(will be configurable) pointer will be hidden, so it will not mess with others

PSYCHEER commented 1 month ago
  images:
    map:
      name: "new-hud/icons/map.png"
      x: -7
      y: 1
      scale: 1.1
    claim:
      name: "new-hud/icons/claim.png"
      x: -7
      y: 1
      scale: 1.1
    bp:
      name: "new-hud/icons/bp.png"
      x: 0
      y: -10
      scale: 3
    votekey:
      name: "new-hud/icons/votekey.png"
      x: -5
      y: -2
      scale: 2

{DAAFEB09-D54F-43A6-9F8A-79DEC8383CD5} {5ECF06DF-22C3-4092-BBED-E51DFA9E7E3B}

SimonMage commented 6 days ago

I have the same issue