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

Add a config menu #78

Merged
merged 11 commits into from
Apr 12, 2022
Merged

Add a config menu #78

merged 11 commits into from
Apr 12, 2022

Conversation

osfanbuff63
Copy link
Owner

Purpose

Add a config menu, accessible in-game, via a trigger command.

Approach

Add an entire new config subfolder. menu.mcfunction will contain a very long tellraw with the menu inside of it, clicking it will set triggers to different levels, allowing a repeating function to check for that and if so, it will run another function. The reason for this instead of running the functions manually from the tellraw is it looks better on the end user's side, and it also allows people that don't have permission to run /function to be able to run the command.

Future work

None

Checklist

  • Included tests
  • Updated documentation in README and/or docs folder
  • Tested in the latest version of Minecraft

@osfanbuff63 osfanbuff63 added this to the v1.6.0 milestone Apr 11, 2022
@osfanbuff63 osfanbuff63 marked this pull request as ready for review April 12, 2022 12:24
@osfanbuff63 osfanbuff63 merged commit c5fa36c into master Apr 12, 2022
@osfanbuff63 osfanbuff63 deleted the dev/config-menu branch April 12, 2022 19:29
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

Successfully merging this pull request may close these issues.

None yet

1 participant