diff options
| author | Fuwn <[email protected]> | 2024-06-08 18:37:46 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-06-08 18:37:46 -0700 |
| commit | 88c146a3ab3d901606825274b69943396fd9d840 (patch) | |
| tree | b976b3d764e33d941b63090b83777acb7efe1328 /README.md | |
| parent | feat(readme): worlds legal notices (diff) | |
| download | worldsplayer_source_editor-main.tar.xz worldsplayer_source_editor-main.zip | |
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -1,4 +1,4 @@ -# WorldsPlayer Source Editor +# Independent Source Editor for WorldsPlayer This project enables anyone to fully decompile WorldsPlayer to Java source files, edit them in any way, and recompile them back to a working WorldsPlayer @@ -6,6 +6,9 @@ Java Archive. ## Usage +> [!IMPORTANT] +> This tool should only be used in compliance with the terms and conditions of Worlds.com and applicable laws. The authors of this tool are not responsible for any misuse or legal implications arising from its use. + WorldsPlayer, and this project, require Java 6 to run. You can obtain a copy of Java 6 for your platform from the [Oracle Java Archive](https://www.oracle.com/java/technologies/javase-java-archive-javase6-downloads.html). |