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

Players heads in GUI warps list #1343

Closed
xiorqui opened this issue May 6, 2020 · 3 comments
Closed

Players heads in GUI warps list #1343

xiorqui opened this issue May 6, 2020 · 3 comments
Assignees
Labels

Comments

@xiorqui
Copy link

xiorqui commented May 6, 2020

Description

Steps to reproduce the behavior:
Just setting up the config yml of warps addon for set to player heads with icon: PLAYER_HEAD

Expected behavior
Hi!

In the config.yml of warps addons i have set for in the GUI its not the signs but the heads of the player but its a generic heads (see screenshots). i dont understand why beacause on /is top its the correct head skin of the player

Screenshots
https://prnt.sc/sbxsqz
Screenshot_3
( the warp list with generic heads)

https://prnt.sc/sbxtj0
Screenshot_2
(the /is top with the correct skin)

Server Information:
Do bbox version in the console and paste the result here:

`>....�=>.... [15:21:50 INFO]: En cours d'exécution PAPER 1.15.2.

.... [15:21:50 INFO]: BentoBox version: 1.12.0
.... [15:21:50 INFO]: Database: JSON
.... [15:21:50 INFO]: Mondes de jeu chargés :
.... [15:21:50 INFO]: bskyblock_world (BSkyBlock): Overworld, [nether_color]Nether, [end_color]End
.... [15:21:50 INFO]: oneblock_world (OneBlock): Overworld, [nether_color]Nether, [end_color]End
.... [15:21:50 INFO]: Addons chargés :
.... [15:21:50 INFO]: AOneBlock 1.1.5 (ENABLED)
.... [15:21:50 INFO]: Biomes 1.7.0 (ENABLED)
.... [15:21:50 INFO]: Border 1.0.7 (ENABLED)
.... [15:21:50 INFO]: BSkyBlock 1.12.0 (ENABLED)
.... [15:21:50 INFO]: Challenges 0.8.1 (ENABLED)
.... [15:21:50 INFO]: ControlPanel 1.7.0 (ENABLED)
.... [15:21:50 INFO]: IslandFly 1.7.3 (ENABLED)
.... [15:21:50 INFO]: Level 1.9.3 (ENABLED)
.... [15:21:50 INFO]: Likes 1.7.1 (ENABLED)
.... [15:21:50 INFO]: Limits 1.9.4 (ENABLED)
.... [15:21:50 INFO]: MagicSummon 1.5.0.0 (ENABLED)
.... [15:21:50 INFO]: TwerkingForTrees 1.3.0 (ENABLED)
.... [15:21:50 INFO]: Warps 1.9.3 (ENABLED)`

@tastybento
Copy link
Member

The system tries to obtain the head form Mojang based on the player's name It's done async and so the placeholder is the Steve head. If it cannot get the head, then it will stay as Steve. It should get the head and cache them, but if there are many requests for the same head, then Mojang may rate limit. This is why we don't use heads for warps anymore.

@xiorqui
Copy link
Author

xiorqui commented May 6, 2020

Thanks for your reply but why in /is top it’s work perfectly and not in warps?..

@tastybento tastybento self-assigned this May 7, 2020
@tastybento tastybento transferred this issue from BentoBoxWorld/Warps May 7, 2020
@tastybento tastybento added Type: Bug Status: In progress Working on the issue. labels May 7, 2020
@tastybento
Copy link
Member

This is a bug in BentoBox.

A quick workaround for you - change the Warp's config.yml to remove the name formatting:

# Warp panel name formatting.
# Example: &c will make names red. &f is white
name-format: ''

This will be fixed in BentoBox.

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

No branches or pull requests

2 participants