Skip to content

NPCDescriptorsCommand

Package: com.hypixel.hytale.server.npc.commands

public class NPCDescriptorsCommand extends AbstractAsyncPlayerCommand

Player command that generates and saves NPC descriptor data to npc_descriptors.json in the server’s working directory. Executes asynchronously on the world thread. Registered as the "descriptors" sub-command under the NPC command group.

public NPCDescriptorsCommand()

Registers as "descriptors" with description key "server.commands.npc.descriptors.desc".

MethodReturn TypeDescription
executeAsync(CommandContext, Store<EntityStore>, Ref<EntityStore>, PlayerRef, World)CompletableFuture<Void>Calls NPCPlugin.get().generateDescriptors() and saveDescriptors(), then reports the output path.
Hydex is an independent community resource. Hytale is a trademark of Hypixel Studios. Hydex is not affiliated with or endorsed by Hypixel Studios.