Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
User-green authored Feb 12, 2025
1 parent 2312c1a commit 515a4e0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,15 @@ The file retrieved from the URL must follow this structure:
}
```
> Add more enteries as needed to the `sync` and `modify` arrays as needed.
> If you want, you can remove `modify` array entierly. Do not forget to remove comma.
> If you want, you can remove/add any data in `sync` array, as long as section contains at least one entry. Note that data will not be removed on user PC as long as you dont explicely state removal in `modyfy`.
> Note, that `.` directory is `.minecraft` (or whatever your directory with `server.jar` is called).
> Note that `remove` uses ReGeX for `pattern`.
> Beware of files been bouth in `sync` and `modify` at the same time, as there might be dragons. For best stability remove files from `sync` before `modify`-ing them.

Expand Down

0 comments on commit 515a4e0

Please sign in to comment.