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

Config option for "Display Lore" thats added on to the end of an items lore only when Showing in a Crate #571

Open
TomLewis opened this issue Sep 23, 2022 · 0 comments

Comments

@TomLewis
Copy link

TomLewis commented Sep 23, 2022

Currently we have to make 2 items for every item in a crate, a display version and the version people get, the display version tags on extra lore at the end explaining how to get that item, how to get keys etc, since there is no universal way to do this, we have to make 2 versions of every item, which is tedious!

Please can you add a config option per crate file, that allows modifying the display output of lore for an item, by adding it to the end when displaying item in a crate, this way we will only need to make 1 version of each item.

It could look something like the holographic optioins;

For example.

  displayAddLore:
      removeLore: 1
      - '&a▌ Vote &f/vote'
      - '&b▌ Drops &f/treasure'
      - '&6▌ Store &f/donate'
      - ''
      - '&e&nPurchase keys @ piratemc.com/donate'

The removeLore, in this example would remove the last line from showing in the item generated and then add on the additonal lore.

This would be the item we create:

&c/itemlore 10 Custom lore, tenth line!

&8⚑&o Summer 2022

&f&lRARITY
&4▌ ✪✪✪✪✪
 
&f&lHOW TO OBTAIN
&6▌ Summer Treasure Chest &f/treasure

And this is how it would automatically display the item in a crate

&c/itemlore 9 Custom lore, ninth line!

&8⚑&o Summer 2022

&f&lRARITY
&4▌ ✪✪✪✪✪

&f&lHOW TO OBTAIN
&a▌ Vote &f/vote
&b▌ Drops &f/treasure
&6▌ Store &f/donate

&e&nPurchase keys @ piratemc.com/donate
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant