BlockProt

BlockProt

17.2k Downloads

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

VincentX0905 opened this issue ยท 2 comments

commented

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

commented

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.

commented

hmmmm
i use purpur server(1.19.3 1882 bulid)