Skip to content

[BUG] Overriding reload command #3

@ItsSyfe

Description

@ItsSyfe

This mod overrides the reload command at

net.minecraft.server.command.CommandManager.literal("reload")

It'd be better to use a server lifecycle event, specifically <ServerLifecycleEvents>.END_DATA_PACK_RELOAD to avoid this while maintaining reload functionality.

In addition I wrote a small mixin to fix this issue on a community server I run, you can fix that mixin here: CloverCraftSMP/Clover@501937d

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