-
Notifications
You must be signed in to change notification settings - Fork 0
Commands
maybejake edited this page Mar 25, 2026
·
4 revisions
Jake's Build Tools has a set of commands that can be used to give the items in this datapack to a player.
| Item | Command |
|---|---|
| Owner's Manual | /loot give @s loot jbt.main:owners_manual |
| Mining Helmet | /loot give @s loot jbt.mining_helmet:mining_helmet |
| Block Wrench | /loot give @s loot jbt.block_wrench:block_wrench |
| Void Bucket | /loot give @s loot jbt.void_bucket:void_bucket |
| Hammer | /loot give @s loot jbt.hammer:hammer |
| Hardhat | /loot give @s loot jbt.hardhat:hardhat |
| Mob Bag | /loot give @s loot jbt.mob_bag:mob_bag |
| Grass Starter | /loot give @s loot jbt.grass_starter:grass_starter |
| Experience Flask | /loot give @s loot jbt.experience_flask:experience_flask |
| Item Magnet | /loot give @s loot jbt.item_magnet:item_magnet |
| Void Bundle | /loot give @s loot jbt.void_bundle:void_bundle |
| Iron Trowel | /loot give @s loot jbt.trowel:iron_trowel |
| Diamond Trowel | /loot give @s loot jbt.trowel:diamond_trowel |
| Iron Chisel | /loot give @s loot jbt.chisel:iron_chisel |
| Diamond Chisel | /loot give @s loot jbt.chisel:iron_chisel |
| Rope Ladder | /loot give @s loot jbt.rope_ladder:rope_ladder |
| Tape Measure | /loot give @s loot jbt.tape_measure:tape_measure |
| Item | Command |
|---|---|
| Block Wrench | /function jbt:wrench/give |
| Void Bucket | /function jbt:bucket/give |
| Hammer | /function jbt:hammer/give |
| Hardhat | /function jbt:hardhat/give |
| Mob Bag | /function jbt:bag/give |
| Grass Starter | /function jbt:grass/give |
| Experience Flask | /function jbt:flask/give |
| Item Magnet | /function jbt:magnet/give |
| Void Bundle | /function jbt:bundle/give |
| Iron Trowel | /function jbt:trowel/give_iron |
| Diamond Trowel | /function jbt:trowel/give_diamond |
| Iron Chisel | /function jbt:bucket/give_iron |
| Diamond Chisel | /function jbt:bucket/give_diamond |
| Rope Ladder | /function jbt:ladder/give |
| Tape Measure | /function jbt:tape/give |