.MCATTRIBUTES File Extension
Minecraft Attributes File
Developer | Mojang |
Popularity |
2.0 | 1 Vote |
What is an MCATTRIBUTES file?
An MCATTRIBUTES file stores plain text settings and attributes for a Minecraft Bedrock Editor .MCPROJECT file. Users can find MCATTRIBUTES files in the root directory of a Minecraft Bedrock Editor project. Mojang Minecraft Bedrock Editor references MCATTRIBUTES files to load their settings for projects, but users may also open and edit them with text editors.
More Information
Minecraft is a block-based construction and exploration game. It has two versions: the original Java Edition and the later Bedrock Edition.
Minecraft Bedrock Editor is an editing tool for modifying worlds in the Bedrock Edition. When editing a world, you can save it as an MCPROJECT file with attributes stored in a related MCATTRIBUTES file. The file includes attributes such as whether or not diagnostics for objectives, tags, language, or mcfunction are enabled or disabled.
How to open an MCATTRIBUTES file
Minecraft Bedrock Editor references MCATTRIBUTES files and loads their settings when opening related projects.
You can also open MCATTRIBUTES files and edit the settings they contain with Microsoft Visual Studio Code (multiplatform) or any other text editor. If you are using Visual Studio Code, installing the Blockception Minecraft Bedrock Development extension provides helpful MCATTRIBUTES-related features, such as syntax highlighting.