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

[Feature & Bug]: Support "Inspect contents" block name i18n #192

Open
VincentX0905 opened this issue Jan 1, 2023 · 2 comments
Open

[Feature & Bug]: Support "Inspect contents" block name i18n #192

VincentX0905 opened this issue Jan 1, 2023 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@VincentX0905
Copy link
Contributor

VincentX0905 commented Jan 1, 2023

Feature description

Clicking Inspect contents will display a GUI
The block name will be displayed at the top of the GUI
But that always shows English

image


Bug description

If the block is named
Clicking Inspect contents will display a GUI
But it does not display the named block name

image
image

@VincentX0905 VincentX0905 added the enhancement New feature or request label Jan 1, 2023
@spnda
Copy link
Owner

spnda commented Jan 1, 2023

I have a feeling this has something to do with Spigot or the server you're using. The inventory is not named by me, I only tell it which kind of inventory (chest, furnace, blast furnace, ...):

this.inventory = Bukkit.createInventory(this, this.sourceInventory.getInventory().getType());

I can see why this is annoying, but right now I don't think this is caused by the plugin, especially when it does work for me in English and German on a Paper server.

@VincentX0905
Copy link
Contributor Author

hmmmm
i use purpur server(1.19.3 1882 bulid)

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

No branches or pull requests

2 participants