Logo
MINECRAFTBIBLE
Items
Items

All game items

Blocks
Blocks

Building blocks

Mobs
Mobs

Creatures & monsters

Biomes
Biomes

World biomes

Structures
Structures

Generated structures

Recipes
Recipes

Crafting guides

Advancements
Advancements

Achievements

Loot Tables
Loot Tables

Drop rates

Tags
Tags

Item groupings

All Versions
View all data →
Capes
Cape ArchiveNEW

Browse rare Minecon capes, OptiFine capes, and custom capes from players worldwide

Browse

Player Database
Player DatabasePopular

Search any player

Skin Browser
Skin Browser

Browse & download skins

Cape Gallery
Cape GalleryNEW

Minecon & OptiFine capes

Seed Vault
Seed Vault

Curated seeds

Learn

Guides
GuidesNew

Tutorials & tips

Blog
Blog

News & updates

Community

Community Hub
Community HubHub

Posts, discussions & more

All Versions
View community →
Seed Analyzer
Seed Analyzer

World seed analysis

Loot Explorer
Loot Explorer

Drop rates

Crafting Calculator
Crafting Calculator

Material planning

Enchant Calculator
Enchant Calculator

Probability math

Redstone Lab
Redstone Lab

Signal timing

Trading Profit
Trading Profit

Villager ROI

All Versions
View all tools →
Mods
Mods

Browse all mods

Plugins
Plugins

Server plugins

Resource Packs
Resource Packs

Textures & sounds

Shaders
Shaders

Visual enhancements

Datapacks
Datapacks

World logic

Scanner
Mod Intelligence

Scan & analyze any mod

All Versions
View all mods →
Loading...
IntroductionIntroductionVersion HistoryVersion HistoryGuidesGuidesBlog & NewsBlog & News
ItemsItemsBlocksBlocksMobsMobsRecipesRecipesBiomesBiomesStructuresStructuresAdvancementsAdvancementsLoot TablesLoot TablesTagsTags
ModsModsPluginsPluginsResource PacksResource PacksShadersShadersDatapacksDatapacks

MinecraftBible

The Ultimate Wiki

Logo
MINECRAFTBIBLE

The ultimate Minecraft reference. Every item, block, mob, and recipe documented with precision.

Community

  • Skin Browser
  • Cape Gallery
  • Seed Vault
  • Blog
  • Guides

Database

  • Items
  • Blocks
  • Mobs
  • Recipes
  • Biomes
  • Structures

Tools

  • Seed Analyzer
  • Mod Intelligence
  • Crafting Calculator
  • Enchant Calculator

Mods & Packs

  • Mods
  • Plugins
  • Resource Packs
  • Shaders
  • Datapacks

Site & Legal

  • About
  • Authors
  • Editorial Policy
  • Corrections
  • Contact
  • Privacy Policy
  • Terms of Service
  • DMCA
  • Sitemap

© 2026 MinecraftBible. Not affiliated with Mojang or Microsoft.

PrivacyTermsContact
Quality Commands
ModLicenseRef-All-Rights-Reserved

Quality Commands

Commands to make minecraft maps simpler to build.

321
Downloads
0
Followers
4 months ago
Updated
📦
19
Versions
utilityfabric
Download Latestv1.5.2View on Modrinth

📖About Quality Commands

LATEST STABLE VERSION IS 1.5.2. Unstable versions are likely to break, or crash unexpectedly, or have weird behavior.

This mod is designed for map makers to accelerate development. The content will probably be almost entirely commands. Reccommended to be used with Axiom. Will be completely compatible with Sodium and Nvidium for more efficient rendering.

Latest version has the following commands:

\tpRel [rot]
Teleports target from [from] to [to] with same offset. Useful for making seamless transitions. Does not affect velocity and so can be used for a seamless transition. Does not work on Valkyrien Skies ships as of latest version, but that is planned for the future. If rot is present, rotates position, facing direction, and velocity around the target location by rot. This value is in degrees.

\function_silent <args>

Uses the same arguments as the vanilla \function command, but does not give command feedback. For making text buttons better. Deprecated.

\heal <target> <amount>

The command minecraft should have but doesn't. Heals target by amount health.

\air <target> add|remove|set <amount>

Sets targets remaining air.

\entityify <pos> [<removeBlock>]

Summons a falling block entity with no gravity and same blockstate as block pos at pos. If removeBlock exists and is true, removes the block as well.

\for <varname> <start> <end> <increment> <command>
for(int varname=start;varname<end;varname+=increment) run command

runs command with all instances of $(varname) replaced with the value in that loop. Example:

\for i 0 10 1 tell @a Loop Iteration $(i)

would tell all players

Loop Iteration 0
Loop Iteration 1
Loop Iteration 2
Loop Iteration 3
Loop Iteration 4
Loop Iteration 5
Loop Iteration 6
Loop Iteration 7
Loop Iteration 8
Loop Iteration 9

\for loops can be nested!

\with <varname>
                value <value> <command>
                uuid <target> <command>
                data entity|block|storage <selector> <path> <command>
                attribute <entity> <attribute> <command>

replace all instances of @(varname) with whatever data you get. For value subcommand, value is what @(varname) is replaced with. For uuid, it replaces @(varname) with the string representation of s uuid. For data, it replaces it with the value you get from running the \data command. The data subcommand is still buggy and adds typechars to end of replacementno longer adds typechars! attribute just gets entity attributes. Example usage: getting entity max health

                random int|float <min> <max> <command>

sets @(varname) to a random integer or float between min and max(inclusive).

                calculate <math> <command>

sets @(varname) to whatever value is calculated by . Quotation marks must be supplied around math value. Spaces are not allowed.

                calculateint <math> <command>

sets @(varname) to whatever value is calculated by as an integer. Quotation marks must be supplied around math value. Spaces are not allowed.

Modifies the vanilla \execute command:
Addes submerged condition subcommand to \execute:

\execute if|unless submerged <entity> ...

Function tags:
quality_commands:on_before_player_leave
Runs as a player right before that player leaves the game.
quality_commands:on_before_player_join
Runs as said player right before they finish joining the game.

Currently adding Identity Api for model overrides. (Yes, I am making said API)

Contains the following blocks:

quality_commands:barier
An invisible barrier that cannot be interacted with. Has block outline and can be interacted with only when holding the block. For making boundaries (so that players don't go where they aren't supposed to go) but can't see the boundary. Works slightly better than barriers. Designed for situations where players shouldn't go to a location, but should still be able to interact with the objects there.

Reccomended to be used with Function Macro Backport for 1.20.1.

Note: This mod may be compatible with unlisted versions, although it is designed for 1.20.1.

Theoretically, most of this mod should work entirely serverside. Emphasis on theoretically.

If any issues with the mod not working or any suggestions for new ideas come up, post them here.

Go here for a list of my mods(and mods i reccomend), or just to post your ideas for things for me to make!

👥 Team & Contributors

dark-ember
dark-emberOwner

⚙️ Compatibility

Environment
🖥️ Server-side
Loaders
fabric
Minecraft Versions
1.21.10

🔗 Links

Modrinth Page