Add agechecked, agecheckedplayers, and removeagechecked commands - #452
Open
Veaquach wants to merge 2 commits into
Open
Add agechecked, agecheckedplayers, and removeagechecked commands#452Veaquach wants to merge 2 commits into
Veaquach wants to merge 2 commits into
Conversation
agecheckedplayers uses a (seemingly) new property on the Player instance, it is not referenced in the API reference and I have not seen anyone use it for this purpose. This allows you to accurately see who checked their age or not (tested with Potassium and Solara and a verified and unverified account, both are completely accurate).
Author
|
By the way, I did not use AI for the description, it's my first pull request and I spent ~10 minutes making the description. |
Collaborator
|
why is most of the PR just indexing dawg |
|
What IDE you using bruh everything is different |
Contributor
|
formatted the whole script lmao |
Author
|
oh i didnt see i formatted lmao im on vsc |
Author
|
@Toon-arch I fixed it, no more formatting |
Contributor
|
What's the point of this command? Why can't you just update the |
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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This PR adds an
agecheckedplayers/agecheckedcommand, which uses the (seemingly) newPlayer.AgeCheckedproperty.This allows you to accurately determine which players have completed age verification.
Function used to determine age verification status:
Tests:
All tests passed.
Modified lines:
11013-11134