BentoBoxWorld / Challenges

Add-on for BentoBox to add challenges for BSkyBlock and AcidIsland
Eclipse Public License 2.0
12 stars 33 forks source link

How to give an enchanted book a name? #327

Closed Yukino12333 closed 11 months ago

Yukino12333 commented 11 months ago

Is your feature request related to a problem?

I would like to change the name of each type of enchanted book in the challenge description; I know how to give an enchantment a name to an item, but the enchanted book will only show the name: 'Enchanted Book'

Describe the solution you'd like.

Allow each enchanted book to display a specific name as if it were an enchantment for an item

Describe alternatives you've considered.

I tried modifying the enchanted book in the same way that I changed the enchanted name of an item, but it didn't work

Agreements

Other

image image

BONNe commented 11 months ago
item-stacks:
   enchanted_book:
      name: "[enchant]"
Yukino12333 commented 11 months ago
item-stacks:
   enchanted_book:
      name: "[enchant]"

image Sorry, it still doesn't work with this configuration😭

Yukino12333 commented 11 months ago

Please help me