Skip to content

Troubleshooting

Ethan Bacurio edited this page Mar 6, 2023 · 1 revision

PlayerUI, doesn't show player heads.

A: This usually means that the head cache is not working properly. It's most likely because the CommandPrompter process the PlayerJoinEvent too fast and couldn't see the online status of the player yet. To fix this, we just need to set PlayerGUI.Cache-Delay under prompt-config.yml to a bigger number. This number is the number of ticks to delay.

PlayerUI:
  Cache-Delay: 1