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

Material Type Selling/Buying (Wildcard) #471

Open
2 tasks done
LogGits opened this issue Aug 10, 2021 · 2 comments
Open
2 tasks done

Material Type Selling/Buying (Wildcard) #471

LogGits opened this issue Aug 10, 2021 · 2 comments
Labels
enhancement For addition requests

Comments

@LogGits
Copy link

LogGits commented Aug 10, 2021

Is your feature request related to a problem? Please describe.

Yes, players arent able to sell all types of Bucket of Tropical Fish,Bucket of Axolotl and shulkerbox in the same container. Automated & using the generic name creates a custom item in db for that specific thing which means player can only sell specific tropical fish/axolotl per chest.

Describe the solution you'd like

I'd like to have the option to allow users to buy items based on it's material type instead of specific. e.g. sell any tropical fish, axolotl, shulkerbox, their respective chests. This could come in the form of a material name list in config for items that use Material instead of custom item that's stored in db.

Describe alternatives you've considered

1 chest per type, this becomes impossible e.g. shulkerboxes almost being unique. I tested Bucket Axoltol for axolotl and that didnt sell any in the chest dispite it being full.

Agreements

  • I have checked if there are already similar issues open.
  • I have checked that the latest build doesn't already implement the feature.

Additional context

Loving the plugin, keep up the great work!

@LogGits LogGits added the enhancement For addition requests label Aug 10, 2021
@Phoenix616
Copy link
Member

Kinda related to #153 and has been on the todo for a while (I think there is an issue about this open on BukkitDev too) but the implementation isn't easily possible with how the plugin works internally.

@Phoenix616 Phoenix616 changed the title Material Type Selling/Buying Material Type Selling/Buying (Wildcard) Jul 30, 2022
@Phoenix616
Copy link
Member

Another idea related to this: Global config to make all item strings that have no specific metadata set act like wilcards.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement For addition requests
Projects
None yet
Development

No branches or pull requests

2 participants