This repository was archived by the owner on Jul 5, 2025. It is now read-only.
Draft
Conversation
…t a custom objective. That ain't working yet, but brain hurty
|
This pull request has been automatically marked as stale because it has not had You can always ask for help on our development discord. If you'd like to keep this open, just leave any comment, and the stale label will be removed. |
1 similar comment
|
This pull request has been automatically marked as stale because it has not had You can always ask for help on our development discord. If you'd like to keep this open, just leave any comment, and the stale label will be removed. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
About the PR
Adds several commands designed to allow admins to give users custom objectives, for admeme purposes.
customobjective [username] [issuer] [title] [description] [icon]customobjectivestatus [username] [id] [0.0-1.0]rmcustomobjective [username] [id]e.g.
customobjective JohnUsername "Central Command" "Eat Paper" "Eat 10 pieces of paper. Yummers!"...would give JohnUsername the custom objective issued by 'Central Command' to 'Eat Paper' with the description outlining the task.
None of this is tracked, that's a huge ask - instead admins can update the status of an objective using the
customobjectivestatuscommand and can use a float to effectively mark an objective from 0%-100% completed.Implemented proper autocomplete too so you don't have to go grabbing objective IDs from a list or type out long ass usernames. Exceptionally user friendly!
To Do:
Why / Balance
Just an extra layer of fun for admins to help drive admin events or other silly admemes with.
Technical details
see diffs ><
Media