NPCDescriptorsCommand
Package: com.hypixel.hytale.server.npc.commands
public class NPCDescriptorsCommand extends AbstractAsyncPlayerCommandPlayer 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.
Constructor
Section titled “Constructor”public NPCDescriptorsCommand()Registers as "descriptors" with description key "server.commands.npc.descriptors.desc".
Methods
Section titled “Methods”| Method | Return Type | Description |
|---|---|---|
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.