.PROPERTIES 파일 확장자

2개의 파일 유형.properties 확장자를 사용합니다.

Minecraft Properties File

개발사 Mojang Specifications
인기도
4.4  |  800 투표
 

PROPERTIES 파일이란 무엇인가요?

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.

추가 정보

Microsoft Visual Studio Code 1.9에서 열린 .properties 파일의 스크린샷
Microsoft Visual Studio Code 1.9에서 열린 PROPERTIES 파일

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).

일반적인 .PROPERTIES 파일 이름

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

PROPERTIES 파일을 여는 방법

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.

File Viewer Plus(으)로 400개 이상의 파일 형식을 여세요.무료 다운로드

PROPERTIES 파일을 열거나 참조하는 프로그램

All Platforms
Linux
카테고리: 게임
업데이트: 2024-06-10

Java Properties File

개발사 Sun Microsystems
인기도
4.0  |  97 투표
 

A PROPERTIES file is 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.

추가 정보

Microsoft Visual Studio Code 1.1에서 열린 .properties 파일의 스크린샷
Microsoft Visual Studio Code 1.1에서 열린 PROPERTIES 파일

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.

PROPERTIES 파일을 여는 방법

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.

PROPERTIES 파일을 열거나 참조하는 프로그램

Windows
무료
OS에 포함됨
무료
Mac
Linux
무료
무료
Android
카테고리: 설정
업데이트: 2025-12-18

검증자 FileInfo.com

FileInfo.com 팀 이 페이지에 나열된 모든 파일 형식과 소프트웨어 프로그램을 독자적으로 조사했습니다. 저희의 목표는 100% 정확성이며, 검증한 파일 유형에 대한 정보만 게시합니다.

이 페이지에 추가하거나 업데이트할 내용을 제안하고 싶으시면 알려 주세요.