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

Configurable Biome GUI #74

Closed
marcbal opened this issue Feb 1, 2025 · 1 comment · Fixed by #75
Closed

Configurable Biome GUI #74

marcbal opened this issue Feb 1, 2025 · 1 comment · Fixed by #75
Assignees
Labels
enhancement New feature or request

Comments

@marcbal
Copy link

marcbal commented Feb 1, 2025

Is your feature request related to a problem? Please describe.
When creating new challenge, we have the ability to give players the ability to set the island’s biome. Players can set the biome using the command /is biome <biome> (when they have the permission), but they may not being aware of the availability of the biome when they use the biome GUI.

Describe the solution you'd like
Have the ability to configure the list of biomes available in the biome GUI. For instance, a config file (or section in existing file) would look like this:

biome-gui:
  ocean: # use the key of the biome, like the one given by Biome.getKet().getKey()
    displayItem: tropical_fish
    description: "The ocean biome is the basic..."
  forest:
    displayItem: spruce_sapling
    description: "The forest biome will allow..."

Describe alternatives you've considered
Manually add new biomes to the GUI in the code of the plugin.

Additional context
Would help solving issues #39 and partially #40

@marcbal marcbal added the enhancement New feature or request label Feb 1, 2025
@minoneer minoneer self-assigned this Feb 4, 2025
@minoneer minoneer mentioned this issue Feb 4, 2025
@minoneer
Copy link
Collaborator

minoneer commented Feb 5, 2025

Thanks for your input! I have updated the biome system - please take a look if that works for you :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants