Free tools Windows power users keep installed
One-click scans. No signup required.
Some links on this page are affiliate links: if you buy through them we may earn a commission, at no extra cost to you.
You don’t need an old mod installer to fly or build with any block: Creative mode gives you flight and access to Minecraft’s item catalog. For a specific item, use a command if cheats or permissions allow it. For repeatable delivery or resource production, use a controlled command block or a redstone farm. Which method works depends on your Minecraft edition and platform.
The older guide behind this topic recommended VoxelModPack, a bundle associated with Zombe and TooManyItems-era tools. Its installer and configuration steps are historical, not a dependable setup guide for current Minecraft. Don’t download an old executable or an unofficial mirror just to get basic flight or building items.
| # | Preview | Product | Price | |
|---|---|---|---|---|
| 1 |
|
Minecraft - Nintendo Switch | $29.83 | Buy on Amazon |
| 2 |
|
Minecraft: Switch Edition | $32.98 | Buy on Amazon |
| 3 |
|
Minecraft - Nintendo Switch [Digital Code] | $29.88 | Buy on Amazon |
| 4 |
|
Minecraft Legends Deluxe Edition | $49.94 | Buy on Amazon |
| 5 |
|
Minecraft - Nintendo Switch | $34.90 | Buy on Amazon |
Choose the method that matches your goal
| Your goal | Best starting point | What to know |
|---|---|---|
| Build freely in a private world | Creative mode | Flight and the Creative inventory are built in; no mod download is needed. |
| Look through terrain or inspect a build | Spectator mode | You can fly through blocks, but you cannot build or use items normally. |
| Get a particular item | /give |
Requires cheats or the right server permissions; syntax differs by edition. |
| Deliver items repeatedly | A controlled command block | Repeating commands can flood inventories or cause lag if left running. |
| Produce resources while playing Survival | Redstone farms and collection systems | They take construction and maintenance, and designs vary between Java and Bedrock. |
| Add new gameplay content | Java mods or Bedrock add-ons | These are separate ecosystems; check edition, version, platform, and compatibility. |
Creative mode: the quickest route to flight and building items
For a new world, choose Create New World, select Creative as the game mode, then create the world. Open your inventory to search the Creative catalog and move blocks or items to your hotbar.
Do these 3 things before closing this tab:
1Repair Windows errors before they cause bigger problems2Scan for outdated or missing drivers - takes under a minute3Clear out junk files and repair common Windows errorsIn an existing world, use its settings to change the game mode if your edition and world settings permit it, or use a command if cheats are enabled and you have permission:
#1 Best Overall
- Minecraft is a game about placing blocks and going on adventures
- Explore randomly generated worlds and build amazing things from the simplest of homes to the grandest of castles
- Play in creative mode with unlimited resources or mine deep into the world in survival mode, crafting weapons and armor to fend off the dangerous mobs
- Play on the go in handheld or tabletop modes
- Includes Super Mario Mash-Up, Natural Texture Pack, Biome Settlers Skin Pack, Battle & Beasts Skin Pack, Campfire Tales Skin Pack; Compatible with Nintendo Switch only
/gamemode creative
Microsoft documents /gamemode creative for Bedrock in its popular commands reference. Menus and permissions differ across editions and platforms; on a server or Realm, you may need operator privileges.
How Creative flight works
- Keyboard: Double-tap Space to start or stop flying. While airborne, Space normally rises and Shift descends. Use WASD to move and the mouse to look and steer.
- Controller or touchscreen: Use the current jump/fly and descend controls shown for your platform. Button layouts vary, and controls may be remapped.
If double-tapping jump does nothing, check that you are in Creative or Spectator and that jump is still assigned to the button you are pressing. Survival and Adventure do not grant ordinary Creative flight.
Creative provides access to the item catalog, not infinite physical capacity in a single inventory slot. It is usually the simplest option for unrestricted building, but changing a long-running Survival world can affect its challenge and, depending on edition and how cheats are enabled, achievement or trophy eligibility. Back up or copy the world first if you care about preserving it.
Spectator is for looking, not building
Spectator mode lets you fly through terrain and is useful for inspecting a build, exploring caves, or watching other players. It is not a substitute for Creative: you cannot build, break blocks, or take items from the Creative inventory as a normal player would. Availability and behavior vary by edition, so confirm your edition before relying on a particular Spectator command.
Rank #2
- Explore randomly-generated worlds and build amazing things from the simplest of homes to the grandest of castles
- Play in Creative Mode with unlimited resources or mine deep into the world in survival mode, crafting weapons and armour to fend off the dangerous mobs
Get a specific item with /give
Use the Creative catalog when you want broad access to blocks. Use /give when you want a specified quantity of a particular item. Cheats must be enabled in single-player, or you must have the required permissions on a multiplayer world.
For Bedrock Edition, Microsoft documents this general form:
/give <player> <itemName> [amount] [data] [components]
Examples from the Bedrock /give reference include:
/give @s diamond 64
/give @s golden_apple 16
/give @a iron_sword
@stargets the command executor, often yourself.@ptargets the nearest player.@atargets all players.@eselects entities in contexts where that selector is supported; it does not mean “all players.”
Bedrock command arguments and item components are not interchangeable with Java syntax. Don’t paste a Bedrock command into Java and assume it will work: item identifiers and version-dependent arguments can differ. Check documentation for your exact edition and version. A command can also fail because cheats are off, you lack permissions, or the item name is invalid.
Use command blocks for deliberate, repeatable delivery
A command block can execute a command automatically, but that is different from an unlimited inventory. A repeating /give command can continually fill a player’s inventory, drop excess items, create clutter, or contribute to lag. Use a test world first, and do not leave a repeating block running unless you understand how to stop it.
Rank #3
- Minecraft is a game about placing blocks and going on adventures
- Explore randomly generated worlds and build amazing things from the simplest of homes to the grandest of castles
- Play in creative mode with unlimited resources or mine deep into the world in survival mode, crafting weapons and armor to fend off the dangerous mobs
- Play on the go in handheld or tabletop modes
- Includes Super Mario Mash-Up, Natural Texture Pack, Biome Settlers Skin Pack, Battle & Beasts Skin Pack, Campfire Tales Skin Pack; Compatible with Nintendo Switch only
In Bedrock, a basic setup is:
- Enable cheats in a test world and obtain a command block:
/give @s command_block. - Place it and enter a command, such as
/give @p bread 1. - Choose an Impulse block for a single triggered action. Choose Repeat only when repeated execution is intended.
- Prefer Needs Redstone with a button or lever for a controllable trigger. Use Always Active only when you have a clear reason and an easy way to disable the system.
- Test the trigger, inventory behavior, and stop control before using it in a world you want to keep.
Minecraft’s creator tools documentation describes command blocks as tools for custom mechanics such as item spawning, teleportation, and game-rule changes.
If a command block keeps giving items
Turn off its redstone input or change its activation setting. If you cannot reach the block, try to remember where you placed it and return in Creative mode if your permissions allow that. If the block is hidden, unreachable, or the world is behaving badly, restore a backup or test copy rather than risking your only save. On a server, ask an operator to disable it.
For occasional delivery, a button-triggered impulse block is safer than an always-active repeating block. If the goal is physical delivery, a dispenser may suit the job. For a longer-lived system, consider storage and hoppers, a farm, or more deliberate logic instead of continuously running /give.
The Tool Desk
Outbyte Driver Updater FREEScan for outdated or missing drivers - takes under a minuteDriver Scan →Outbyte PC Repair FREERepair Windows errors before they cause bigger problemsFix Now →Survival flight: Elytra glides, it does not hover
Elytra is the normal Survival-compatible way to fly, but it provides gliding, not Creative-style hovering. You need height to launch; firework rockets can extend or accelerate a glide. It is a progression option rather than an instant replacement for a Creative flight toggle. Exact acquisition details can vary with edition and version, so check instructions for your current game.
Rank #4
Cheats or server permissions can change movement or grant effects, but that changes the rules of a Survival world. Levitation is not the same as controlled flight. Avoid relying on duplication glitches: they are version-sensitive, may be patched, can damage a world, and may break server rules.
Automate resources with redstone rather than constant commands
If “automatically” means producing or moving resources during play, redstone offers a different route from Creative mode or item commands. Depending on your design, you can build crop harvesters, sugar cane, bamboo, kelp or cactus farms, mob farms, villager crop systems, hopper collection, automatic smelters, item sorters, transport systems, piston doors, and observer-triggered mechanisms. Minecraft’s creator tools page highlights redstone uses such as automated farms, sorting systems, and doors.
These systems are not infinite or maintenance-free: they may need materials, space, occasional attention, and the right conditions to run. Simulation distance, chunk loading, mob caps, villager behavior, and redstone timing can all matter. A Java farm may not work the same way in Bedrock, so use a design made for your edition and version.
Recommended Free Tools
Mods and add-ons: use the right ecosystem
Java Edition
Java Edition runs on Windows, macOS, and Linux and supports a mod-loader ecosystem. Mods can add inventory search, recipe lookup, bulk building, machines, automation, custom interfaces, or flight in a private modded environment. A mod usually needs a compatible loader and a release for the exact Minecraft version; dependencies and server compatibility may matter too.
Best Value
The old guide described VoxelModPack as an automatic installer for a collection of tools and settings associated with Zombe and TooManyItems. Its steps included an older launcher workflow, downloading and extracting a pack, running a Windows or Mac/Linux installer, and editing .minecraft/mods/zombe/config.txt. It also discussed flight through walls in single-player, item spawning, speed and brightness adjustments, time controls, texture-pack switching, mob-spawn settings, and recipes. Those details explain the historical recommendation; they do not establish that the pack is currently available, compatible, or safe. Do not treat its installer, folder path, or old launcher controls as a modern universal workflow.
Before installing a Java mod, verify its source, exact Minecraft version, loader, dependencies, and single-player or server compatibility. Back up the world first. Unofficial downloads can be outdated, incompatible, bundled with unwanted software, or malicious; do not run an old executable simply because a copied guide recommends it.
Bedrock Edition and Education Edition
Bedrock Edition is used on platforms including Windows, consoles, and mobile. It uses add-ons, resource packs, behavior packs, and Marketplace content—not the same mod installation process as Java. Official Bedrock add-ons can add custom blocks, items, mobs, recipes, and other content. The official add-on instructions describe activating them through a world’s Resource Packs or Behavior Packs settings and applying them to a Realm. Platform and content compatibility still vary.
What’s actually slowing this PC down?
Pick the symptom - the matching free tool is one click away.
Education Edition has its own features and restrictions. Don’t assume that a Java mod or a Bedrock Marketplace add-on will work there; check the content and platform requirements for Education Edition specifically.
Multiplayer, Realms, and permissions
In multiplayer, commands and command blocks are subject to server settings and permissions. A Realm is hosting, not an automatic grant of administrative powers: you still need the appropriate world settings or permissions to use commands, and hosting does not make an incompatible mod work. Follow the server’s rules; unauthorized flight cheats, hacked clients, or exploit-based automation can lead to removal or a ban.
For a small group that wants a shared world, Realms is an optional paid hosting service. The official Realms page lists separate Bedrock and Java plans and describes player capacity and features; prices and plan terms can change by region and date, so check the current page before subscribing. Realms is unnecessary if you only want to fly or build alone in a local Creative world.
Troubleshooting
- Flight will not start: Confirm you are in Creative or Spectator, double-tap the current jump control, and check for remapped controls. A controller or touchscreen may use different inputs.
/giveor/gamemodeis unknown or unavailable: Check your edition, command spelling, cheats, and multiplayer permissions. Java and Bedrock syntax are not guaranteed to match.- The item name is rejected: Verify the item identifier and syntax for your edition and version. Remove arguments copied from the other edition’s command reference.
- A command block does nothing: Check its command, activation mode, redstone input, and whether command blocks or cheats are allowed in that world.
- A command block floods the world: Stop its redstone input or disable its activation, then inspect the block or ask an operator for help. Restore a backup if you cannot safely recover the world.
- An add-on or mod does not appear: Confirm that it is for your edition and platform, is enabled for that world, and matches the Minecraft version and required loader or pack settings.
- The world misbehaves after installing content: Stop using the affected copy and restore a backup. Do not test experimental content on the only copy of a valuable world.
Which option should you use?
For flight and unrestricted building resources, start with Creative mode. For one specified item, use a command only if cheats or permissions are available. For repeated delivery, use a controlled trigger and test the stop procedure. For Survival resource production, build a farm suited to your edition. Choose Java mods or Bedrock add-ons only when you specifically want their expanded content and have verified compatibility and source safety.
PC Slower Than It Used to Be?
A free scan shows the junk files, broken settings and background clutter dragging Windows down - then fixes them in one click.Free scan · Windows 10 & 11Crashes, No Sound, or Screen Glitches?
Random freezes, missing sound and display glitches usually trace back to one bad driver. Find and replace yours safely.Free scan · under a minuteQuick Recap
Product prices and availability are accurate as of the date/time indicated and are subject to change. Any price and availability information displayed on Amazon at the time of purchase will apply.

