FileInfo

Languages

Overview

What is a PROPERTIES file? A PROPERTIES file is a settings file used by Minecraft, a sandbox block construction game. It stores configuration information for the game in the Java Properties key-value pair plain text format, which also has applications outside of Minecraft. In Minecraft, gamers may use PROPERTIES files when configuring a multiplayer server or a game mod.

More Information PROPERTIES file open in Microsoft Visual Studio Code 1.9 The most common Minecraft properties file is server.properties , which stores configuration data for a multiplayer server. It saves information such as the level name, monster spawning settings, the maximum allowed players, and the server port and IP address. You will likely only encounter a PROPERTIES file in the context of Minecraft if you are looking to modify the configuration of a multiplayer server. Specifically, you can find the server.properties file in the same directory as the server.jar file you executed to run the server (the server generates it upon its first startup).

Popularity4.4/5

799 votes

Quick AppUsed by
VerifiedVerified by FileInfo.com The FileInfo.com team has independently researched all file formats and software programs listed on this page. Our goal is 100% accuracy and we only publish information about file types that we have verified. If you would like to suggest any additions or updates to this page, please let us know .

Document Icon

Breadcrumbs

DeveloperSun Microsystems
Popularity4.0 | 95 Votes

Previous / Next

In-Depth

.PROPERTIES File Extension

2 file types use the .properties file extension.

Minecraft Properties File

DeveloperMojang Specifications
Popularity
4.4  |  799 Votes
 

What is a PROPERTIES file?

A PROPERTIES file is a settings file used by Minecraft, a sandbox block construction game. It stores configuration information for the game in the Java Properties key-value pair plain text format, which also has applications outside of Minecraft. In Minecraft, gamers may use PROPERTIES files when configuring a multiplayer server or a game mod.

More Information

PROPERTIES file open in Microsoft Visual Studio Code 1.9

The most common Minecraft properties file is server.properties , which stores configuration data for a multiplayer server. It saves information such as the level name, monster spawning settings, the maximum allowed players, and the server port and IP address.

You will likely only encounter a PROPERTIES file in the context of Minecraft if you are looking to modify the configuration of a multiplayer server. Specifically, you can find the server.properties file in the same directory as the server.jar file you executed to run the server (the server generates it upon its first startup).

Common PROPERTIES Filenames

server.properties - Common file that stores all the settings for a Minecraft multiplayer server.

How to open a PROPERTIES file

You can open PROPERTIES files with any text editor, such as Microsoft Notepad (Windows), Apple TextEdit (macOS), and gedit (Linux). You can also open the files with source code editors, including Microsoft Visual Studio Code (multiplatform), which provides helpful source code viewing and editing features.

Remember that incorrectly modifying the text, especially the "key" text (before the equal sign), in the PROPERTIES file may corrupt the file. Also, if you edit the server.properties file, you must restart the server or execute the /reload command for the server to apply the changes.

Open over 400 file formats with File Viewer Plus . Free Download

Programs that open or reference PROPERTIES files

Sort

Pricing

Program Name

Platform

Reset

X

All Platforms

Any text editor

Windows

Mojang Minecraft

Paid

Microsoft Notepad

Included with OS

Microsoft Visual Studio Code

Free

Other text editor

Mac

Mojang Minecraft

Paid

Apple TextEdit

Included with OS

Microsoft Visual Studio Code

Free

Other text editor

Linux

Mojang Minecraft

Paid

gedit

Free

GNU Emacs

Free

Vim

Free

Microsoft Visual Studio Code

Free

Other text editor

Category: Game Files

Updated: June 10, 2024

Java Properties File

DeveloperSun Microsystems
Popularity
4.0  |  95 Votes
 

A PROPERTIES file may also be a text-based configuration file used by Java applications to store data as simple key–value pairs. Java programs load these files using the java.util.Properties API (or the closely related ResourceBundle API), allowing applications to read settings such as preferences, file paths, feature flags, or user-facing text. Each line typically follows the format key = value , making the files easy to edit and maintain.

More Information

PROPERTIES file open in Microsoft Visual Studio Code 1.1

In addition to configuration data, PROPERTIES files are commonly used for localization and translation in Java applications. In this role, each file represents a specific language or locale, such as Bundle.properties (default language) and Bundle_sl.properties (Slovenian). The keys remain the same across languages, while the values contain translated text shown in the app's interface. Many PROPERTIES files use Unicode escape sequences (for example, \u0161 ) to represent non-ASCII characters, a long-standing convention that ensures compatibility across Java versions and tools.

Unlike some configuration systems, Java does not automatically persist PROPERTIES files to a fixed directory or convert them into nested folders. Where and how a PROPERTIES file is stored depends entirely on the application, often alongside the program files, inside a .JAR or ZIP-based installer, or within a project's resources directory. Developers access and manage these files directly through the java.util.Properties or ResourceBundle APIs, giving full control over loading, saving, and updating property values.

How to open a PROPERTIES file

You can open PROPERTIES files with source code editors, such as Microsoft Visual Studio Code , Sublime Text , or Notepad++ . Any plain text editor will open PROPERTIES files, as well, including Microsoft Notepad , Apple TextEdit , and gedit .

When editing a PROPERTIES file, it is important to preserve the key = value structure and avoid removing escape sequences like \uXXXX , which represent Unicode characters. Also, while editors can view and edit PROPERTIES files, they are typically intended to be loaded and managed by Java applications rather than opened directly by end users.

Programs that open or reference PROPERTIES files

Sort

Pricing

Program Name

Platform

Reset

X

All Platforms

Microsoft Visual Studio Code

Free

Sublime Text

Free Trial

Eclipse IDE for Java Developers

Free

Any text editor

Windows

Notepad++

Free

Microsoft Notepad

Included with OS

gVim

Free

Mac

MacroMates TextMate

Free

MacVim

Free

Linux

Vim

Free

GNU Emacs

Free

Android

File Viewer for Android

Free +

Category: Settings Files

Updated: December 18, 2025

FAQ

What is a PROPERTIES file?
A PROPERTIES file is a settings file used by Minecraft, a sandbox block construction game. It stores configuration information for the game in the Java Properties key-value pair plain text format, which also has applications outside of Minecraft. In Minecraft, gamers may use PROPERTIES files when configuring a multiplayer server or a game mod.
How do I open a .properties file?
You can open PROPERTIES files with any text editor, such as Microsoft Notepad (Windows), Apple TextEdit (macOS), and gedit (Linux). You can also open the files with source code editors, including Microsoft Visual Studio Code (multiplatform), which provides helpful source code viewing and editing features.