ResourceWorld icon indicating copy to clipboard operation
ResourceWorld copied to clipboard

[ERROR] Teleport command doesn't use correct TeleportCause

Open LlmDl opened this issue 2 years ago • 0 comments

Error(s)

https://github.com/NikV2/ResourceWorld/blob/455ba6bdc980db051995b461243193b05005d6d0/src/main/java/me/nik/resourceworld/utils/LocationFinder.java#L85

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 avatar Apr 06 '23 21:04 LlmDl