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

[ERROR] Teleport command doesn't use correct TeleportCause #44

Open
LlmDl opened this issue Apr 6, 2023 · 0 comments
Open

[ERROR] Teleport command doesn't use correct TeleportCause #44

LlmDl opened this issue Apr 6, 2023 · 0 comments
Assignees
Labels
Future This may or may not be Added ~ Changed ~ Fixed in the future Incompatibility A Compatibility issue between this and another plugin

Comments

@LlmDl
Copy link

LlmDl commented Apr 6, 2023

Error(s)

PaperLib.teleportAsync(player, location);

where the line should be:

PaperLib.teleportAsync(player, location, TeleportCause.COMMAND);

Does the issue still persist on the default config?
Yes

Is the plugin up to date?
Yes

Server Environment & Version
n/a

Additional Information (Optional)

When this is set to TeleportCause.COMMAND, it will provide better support for other plugins.

@LlmDl LlmDl added the Error An error found in console label Apr 6, 2023
@NikV2 NikV2 added Future This may or may not be Added ~ Changed ~ Fixed in the future Incompatibility A Compatibility issue between this and another plugin and removed Error An error found in console labels Apr 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Future This may or may not be Added ~ Changed ~ Fixed in the future Incompatibility A Compatibility issue between this and another plugin
Projects
None yet
Development

No branches or pull requests

2 participants