.SETTINGS 文件扩展名
Visual Studio Settings File
| 开发者 | Microsoft |
| 受欢迎程度 |
4.2 | 53 票 |
什么是 SETTINGS 文件?
Customized settings file created by Visual Studio, a Windows software development tool created by Microsoft; contains properties for projects and programs that can be accessed in C# program code using the Properties.Settings.* API; used for storing settings that need to be frequently-accessed.
更多信息
SETTINGS files are created with the filename Settings.settings and are typically stored in the \Properties\ directory of a Visual Studio project.
可打开或引用 SETTINGS 文件的程序
iConomy Settings
| 开发者 | Nijikokun |
| 受欢迎程度 |
3.2 | 9 票 |
A SETTINGS file is a configuration file used by iConomy, a virtual economy plug-in for Minecraft. It contains plain text data used to set how iConomy provides and displays virtual currency, as well as the database iConomy uses to track players' currency. In more recent versions of iConomy, SETTINGS files have been replaced by .YML files.
更多信息
Minecraft is a 3D construction and exploration game in which players can build structures, craft items, and fight enemies, among other things. Additionally, players can easily customize the Java version of Minecraft, available for Windows, macOS, and Linux, via a variety of player-created plug-ins.
iConomy is a Minecraft Java Edition plug-in that allows players to set up a virtual economy on their multiplayer Minecraft servers. It was originally developed by Nijikokun, but has since been forked and iterated upon by other developers.
Previous versions of iConomy stored setup and economy configuration settings in a SETTINGS file. However, iConomy 5 stores configuration settings in a YML file named Config.yml.
如何打开 SETTINGS 文件
You can open a SETTINGS file with Microsoft Notepad, Apple TextEdit, or any other text editor, to view and edit the iConomy settings it contains.
While you can use SETTINGS files with previous versions of iConomy, current versions require you to specify your iConomy settings in a YML file named Config.yml. Then, you should place your Config.yml file in the iConomy directory located on your Minecraft server.