Skip to content

Commands & permissions

All Blockfolk commands require blockfolk.admin, granted to server operators by default.

CommandDescription
/bfOpen the NPC preset browser.
/blockfolkLong alias for /bf.
/bf createBegin creating a preset and enter its name in chat.
/bf create <name>Create a preset with the supplied display name.
/bf npc <name>Open a preset editor; names are tab-completed.
/bf npc <name> spawnSpawn a persistent instance of the preset.
/bf npc <name> duplicateCopy the preset and append (copy) to its display name.
/bf routesOpen the route and global-location manager.
/bf eventsOpen the custom-event manager.
/bf events trigger <name>Emit an existing custom event globally; also works from the console.

Permission

yaml
permissions:
  blockfolk.admin:
    description: Allows creating, editing, and spawning Blockfolk NPCs.
    default: op

Grant the permission through your permissions plugin when non-operators should administer NPCs. Blockfolk currently uses one permission for all admin commands and GUI editing.

Blockfolk documentation