Overview
The /placefeature command lets you place Minecraft features like trees, geodes, islands, and other structures at specific coordinates. This is useful for world building, testing, and creative exploration. Some features only work under certain conditions like being underground.
What You Need
Cheats must be turned on in your world. If you’re playing in a world without cheats enabled, you can enable them through world settings or create a new world with cheats on.
Command Syntax
Java Edition (PC/Mac)
The basic syntax is:
/placefeature <feature> [pos]
Parameters
- feature – The Minecraft ID of the feature you want to place (e.g., end_island, amethyst_geode, oak_tree)
- pos – Optional coordinates (x y z) where the feature spawns. If you leave this out, it places at your current position
Common Features You Can Place
- end_island – An End dimension island
- amethyst_geode – Amethyst crystal formation (underground only)
- oak_tree – Oak tree structure
- birch_tree – Birch tree structure
- dripstone_cluster – Dripstone cave formation (underground only)
- nether_fortress – Nether fortress structure
How to Use the Command
Step 1: Open Chat
Press the T key to open the chat window in Java Edition.
Step 2: Type Your Command
Type the /placefeature command with your chosen feature and coordinates. Here’s an example:
/placefeature end_island ~ ~8 ~
This places an End Island 8 blocks above your current position. The tilde (~) means “current coordinate” and ~8 means “8 blocks in that direction”.
Step 3: Execute
Press Enter to run the command. You’ll see a confirmation message in chat showing where the feature was placed.
Example Commands
Place an Amethyst Geode at Your Location
/placefeature amethyst_geode
Note: Geodes only generate underground. Try using this command in a cave or deep underground.
Place an End Island 8 Blocks Up
/placefeature end_island ~ ~8 ~
Place a Feature at Specific Coordinates
/placefeature oak_tree 100 64 -50
This places an oak tree at coordinates X: 100, Y: 64, Z: -50.
Tips
- Not all features work everywhere. Underground-only features won’t generate above ground.
- Some features are large and might need plenty of space.
- You can chain multiple commands to build complex structures.
- Use relative coordinates (~) to place features relative to your position, or absolute coordinates for exact locations.