Skip to content

Commit 3a032b2

Browse files
committed
docs: mention path of config.json
1 parent 72cd723 commit 3a032b2

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,10 @@ and explicitly triggers an additional garbage collection if it is highly likely
4141
Place the plugin JAR into your server's `mods/` folder.
4242

4343
### Configuration
44-
The plugin is configured via a JSON configuration file. Below are all available configuration sections and their options.
44+
The plugin is configured via a JSON configuration file at `mods/Nitrado_PerformanceSaver/config.json`. You will need to
45+
create the file and directory.
46+
47+
Below are all available configuration sections and their options.
4548

4649
#### TPS Adjuster (`Tps`)
4750
Controls the server's TPS limiting behavior.
@@ -106,7 +109,7 @@ Triggers JVM garbage collection when chunk unloading indicates memory can be fre
106109

107110
### Full Configuration Example
108111

109-
Below is a complete `config.json` file with all default values:
112+
Below is a complete `mods/Nitrado_PerformanceSaver/config.json` file with all default values:
110113

111114
```json
112115
{

0 commit comments

Comments
 (0)