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

Skipping parts of a goal #29

Open
fhnaumann opened this issue Aug 2, 2024 · 1 comment
Open

Skipping parts of a goal #29

fhnaumann opened this issue Aug 2, 2024 · 1 comment

Comments

@fhnaumann
Copy link
Owner

Rewrite the skipping behaviour

  1. Use CommandAPI for skip command
  2. On the website: Configure how many jokers may be used
  3. Add a joker item to the players inventory that performs a skip and is used up. Alternatively mimic that same behaviour if /skip [goalname] is typed
  4. Add a new command /forceskip [goalname] to just skip without using a joker (if it is unobtainable, for example)
@fhnaumann
Copy link
Owner Author

skip (equivalent to using a joker):
/skip -> if only one goal: skip part of goal; if more: error
/skip [goalname] -> if exists: skip part of goal; if not active/does not exist: error

forceskip:
/forceskip -> if only one goal: skip part of goal; if more: error
/forceskip [goalname] -> if exists: skip part of goal; if not active/does not exist: error

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