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

[REQUEST] leave event for after the user has already been removed from the list of players #30

Open
Neptune-Sky opened this issue Jan 31, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@Neptune-Sky
Copy link

Is your feature request related to a problem? Please describe.
Yes. Trying to run /execute unless entity @a[name=player] in the leave event when player leaves does not get run, as the server still thinks that they are in the server.

Describe the solution you'd like
An event such as after_leave that gets called after the user is no longer considered "in the server" would be nice for edge cases like this.

I understand the purpose of running the commands before they are actually gone as that would be the vast majority of use cases, though.

Describe alternatives you've considered
The only real alternative here would be to use command blocks, which I am using this mod specifically so I can avoid doing such.

Additional context
N/A

@Neptune-Sky Neptune-Sky added the enhancement New feature or request label Jan 31, 2023
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

No branches or pull requests

1 participant