PluginBugs / Issues-EpicBackpacks

Repository used to keep track of issues of my plugin EpicBackpacks
1 stars 2 forks source link

[Suggestion] Different display-name for CHEST GUI than item #63

Closed Golicraft closed 2 years ago

Golicraft commented 2 years ago

Is your feature request related to a problem? Please describe. Just that it doesn't follow our server theme.

Describe the solution you'd like I would like an option to set different names in the CHEST GUI and the display-name

Describe alternatives you've considered None, I don't think it is.

Additional context I hope this can be added. It really breaks my server layout/theme and doesn't look great.

Golicraft commented 2 years ago

image

Golicraft commented 2 years ago

Hi @LoneDev6. Can I know your thoughs on this?

LoneDev6 commented 2 years ago

I don't clearly understand what is the precise suggestion.

Golicraft commented 2 years ago

Hi @LoneDev6. Can I know your thoughs on this?

image The suggestion is that we can have a own GUI title and not use the name of the item.

Golicraft commented 2 years ago

Example config can be to add this chest_gui_display_name: "&rRegular backpack"

regular: enabled: true display_name: '&6&lRegular backpack &7(&fRight click&7)' chest_gui_display_name: "&rRegular backpack" # <-- NEW | The name that appears in the GUI

Golicraft commented 2 years ago

So, @LoneDev6. Can I know your thoughs on this now as you understand what I mean?

LoneDev6 commented 2 years ago

Basically you're asking a "item display name" and a "gui display name" right? What would I show as name in the backpacks recipes preview? Maybe a third title would be needed? I think is not good showing "Red Backpack (right click)" as name in the recipes view, so maybe a third title would be good.

Golicraft commented 2 years ago

Basically you're asking a "item display name" and a "gui display name" right? What would I show as name in the backpacks recipes preview? Maybe a third title would be needed? I think is not good showing "Red Backpack (right click)" as name in the recipes view, so maybe a third title would be good.

Yes, agree! This would be a very needed and necessary feature of your plugin for us to use it (and probably a lot more people). We really need everything to fit our custom layout. Thank you for your understanding :)

LoneDev6 commented 2 years ago

Next update will implement that new feature display_name_gui

backpacks:
  example_1:
    enabled: false
    display_name: '&fexample'
    display_name_gui: "&fexample backpack"