Skip to content

Commands

FROSTYTRIX edited this page May 31, 2026 · 1 revision

Commands

Operator commands for giving modular gear, inspecting the data-driven registries, and managing archery progression. Added in the 2.1.0 Marksmanship update.

All commands live under /fletcherstrestle with the short alias /ft. They require permission level 2 (operator).

Give helpers

Build modular gear straight from the registries:

/ft give bow <limb> <riser> <string>
/ft give arrow <head> <shaft> <fletching>
/ft give crossbow <limb> <riser> <string> [attachment]
  • Material arguments suggest valid ids as you type.
  • For your own (fletcherstrestle) materials, type the bare path (e.g. oak, bodkin_point).
  • For materials from another datapack namespace, use the full namespace:path form.

Inspection

/ft materials       # list every registered bow/arrow material
/ft attachments     # list every registered crossbow attachment
/ft dump            # write a full registry dump to a file (path shown in chat)

These read the live, datapack-driven registries, so they reflect anything a modpack has added.

Archery progression

/ft archery info            # show your level, XP and skill ranks
/ft archery xp <amount>     # grant archery XP
/ft archery max             # max out every skill branch
/ft archery reset           # wipe archery progression

/archery … is also registered as a top-level alias for the same sub-commands.

See also

Clone this wiki locally