Skip to content

NPCs not shown immediately after teleport #145

Description

@Krymonota

On the Bukkit platform, NPCs aren't shown immediately after teleporting the player. They only show up when the player moves.

I think this could be solved by also listening to the PlayerTeleportEvent and simply invoking the handleMove function with the event object of PlayerTeleportEvent (since PlayerTeleportEvent inherits from PlayerMoveEvent):

public void handleMove(@NotNull PlayerMoveEvent event) {

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions