Skip to content

Commit

Permalink
fix: fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
MC-XiaoHei committed Jun 21, 2024
1 parent 2a9a107 commit 2590a3e
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,16 @@ between the vanilla Minecraft server and the modified Leaves server to generate
upon first run. Once the Leaves server is generated it loads the patched jar into Leavesclip's own class loader, and runs
the main class.

On the basis of Paperclip, we have added the feature of using any Jar as a patch to support automatic updates.
Please note that this may bring some safety hazards.

You can completely disable this feature by adding the jvm parameter ```-Dleavesclip.disable.auto-update=true```


This avoids the legal problems of the GPL's linking clause.

The patching overhead is avoided if a valid patched jar is found in the cache directory.
It checks via sha256 so any modification to those jars (or updated launcher) will cause a repatch.

On the basis of Paperclip, we have added the feature of using any Jar as a patch to support automatic updates.
Please note that this may bring some safety hazards.

You can completely disable this feature by adding the jvm parameter ```-Dleavesclip.disable.auto-update=true```

Building
--------

Expand Down

0 comments on commit 2590a3e

Please sign in to comment.