The X

2 files use the extension of PROPERTIES

.PROPERTIES

Java Properties File

Classification:settings file
Properties file used by Java programs; contains a collection of key-value pairs; can be loaded by the Java Virtual Machine (JVM) using the java.util.Properties API; used for storing various program settings and properties that can be accessed by the application.

instruction:

Once PROPERTIES files have been loaded, the actual properties are persisted to the hard drive in a collection of nested files and folders that represent the hierarchy of key-value pairs. The files are saved to the $HOME/.properties/ directory by default. You can access Java properties using the java.util.Properties API in your Java programs.

PROPERTIES(Java Properties File) related software:

Windows

4 software

Mac

3 software

Linux

4 software

Android

1 software

发送 E7540 至公众号 IT小技巧 查看软件名称。
.PROPERTIES

Minecraft Properties File

Classification:game files
A PROPERTIES file is a settings file used by Minecraft, a sandbox block construction game. It is saved in plain text and stores configuration information for the game. PROPERTIES files may be used for configuring a Minecraft multiplayer server or a game mod.

instruction:

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 most likely only come across the PROPERTIES file if you want to modify the configuration of a multiplayer server. After editing the file, you must restart the server in order for the changes to be applied.

PROPERTIES(Minecraft Properties File) related software:

Windows

3 software

Mac

4 software

Linux

3 software

发送 E7539 至公众号 IT小技巧 查看软件名称。