diff --git a/.gitignore b/.gitignore index 94a8068..65f324f 100644 --- a/.gitignore +++ b/.gitignore @@ -5,9 +5,10 @@ !/src/ !/gradle/ +!build.gradle +!curseforge.html !gradlew !gradlew.bat -!build.gradle !LICENSE.txt !README.md !version.json \ No newline at end of file diff --git a/curseforge.html b/curseforge.html new file mode 100644 index 0000000..6c55a76 --- /dev/null +++ b/curseforge.html @@ -0,0 +1,127 @@ + +

World Handler - Command GUI

+

+ The World Handler provides a simple and easy to use graphical user interface for commands. + It lets you create powerful and complex sub-commands alongside NBT-structures within seconds. +

+

Features

+ + World Handler Image +

Download

+

+ CurseForge: https://www.curseforge.com/minecraft/mc-mods/world-handler-command-gui/files/ +

+

Installation

+

+ Download World Handler or build from source +

+

Prerequisites

+
    +
  1. + 1. Make sure Minecraft Forge is installed (http://files.minecraftforge.net/) +
  2. +
+

Installer

+
    +
  1. + 1. Run "WorldHandler-[VERSION]-UNIVERSAL.jar" +
  2. +
  3. + 2. Select your Minecraft directory +
  4. +
  5. + 3. Click Install +
  6. +
+

Manual

+
    +
  1. + 1. Navigate to "..\.minecraft\mods" +
  2. +
  3. + 2. Copy the "WorldHandler-[VERSION]-UNIVERSAL.jar" +
  4. +
  5. + 3. Follow the steps below +
  6. +
+

Launcher Settings

+
    +
  1. + 1. Select Forge as your profile +
  2. +
  3. + 2. Launch Minecraft +
  4. +
  5. + 3. Join a world or server +
  6. +
  7. + 4. Press "V" to open the World Handler +
  8. +
+

Installation with ModLoader (1.6.2)

+
    +
  1. + 1. Navigate to "..\.minecraft\mods" +
  2. +
  3. + 2. Copy all files of the "World_Handler_GUI_[VERSION].zip" into the"1.6.2ML.jar" +
  4. +
  5. + 3. Run Minecraft +
  6. +
+

FAQ

+
    +
  1. + Q: Is this client-side only ? +
  2. +
  3. + A: Yes +
  4. +
+
    +
  1. + Q: Can you port this to fabric, liteloader, rift, etc ? +
  2. +
  3. + A: No +
  4. +
+
    +
  1. + Q: Can i add this to my modpack ? +
  2. +
  3. + A: Yes, as long as you give credit +
  4. +
+

Support

+

+ Only the latest game version will be supported and updated with new features +

+

License

+

+ GNU GENERAL PUBLIC LICENSE Version 3 +

+
\ No newline at end of file