ResourceWorld
ResourceWorld copied to clipboard
[ERROR] Teleport command doesn't use correct TeleportCause
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.