Files
WorldHandler/curseforge.html
2021-01-27 18:36:53 +01:00

147 lines
3.9 KiB
HTML

<span style="font-family: Segoe UI;">
<h1><strong>World Handler - Command GUI</strong></h1>
<p>
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.
</p>
<h2><strong>Features</strong></h2>
<ul>
<li>
GUI for commands
</li>
<li>
Client Commands: advancement, blockdata, clear, clone, difficulty, effect, enchant, fill, gamemode, gamerule, give, kill, recipe, scoreboard, setworldspawn, spawnpoint, summon, tag, team, time, trigger, weather, xp
</li>
<li>
Server Commands: ban, deop, kick, op, pardon, save-all, save-off, save-on, whitelist
</li>
<li>
World and player information
</li>
<li>
/wh for a simplified /fill and /clone
</li>
<li>
Expandable GUI with json files and child mods
</li>
<li>
Client-side only
</li>
</ul>
<img src="https://media.forgecdn.net/attachments/300/564/2020-07-02.png" alt="World Handler Image" width="992" height="752" />
<h2><strong>Installation</strong></h2>
<p>
Download World Handler or build from source
</p>
<h3><strong>Prerequisites</strong></h3>
<ol>
<li>
1. Make sure <a href="http://files.minecraftforge.net/">Minecraft Forge</a> is installed
</li>
</ol>
<h3><strong>Installer</strong></h3>
<ol>
<li>
1. Run "WorldHandler-[VERSION]-UNIVERSAL.jar"
</li>
<li>
2. Select your Minecraft directory
</li>
<li>
3. Click Install
</li>
</ol>
<h3><strong>Manual</strong></h3>
<ol>
<li>
1. Navigate to "..\.minecraft\mods"
</li>
<li>
2. Copy the "WorldHandler-[VERSION]-UNIVERSAL.jar"
</li>
<li>
3. Follow the steps below
</li>
</ol>
<h3><strong>Launcher Settings</strong></h3>
<ol>
<li>
1. Select Forge as your profile
</li>
<li>
2. Launch Minecraft
</li>
<li>
3. Join a world or server
</li>
<li>
4. Press "V" to open the World Handler
</li>
</ol>
<h3><strong>Configuration</strong></h3>
<ol>
<li>
≥ 1.14.4: Manual: "..\.minecraft\config\worldhandler\worldhandler.toml"
</li>
<li>
1.13-1.14.4: Manual: "..\.minecraft\config\worldhandler.toml"
</li>
<li>
1.9-1.12: Ingame: Mods -> World Handler -> Config (Manual: "..\.minecraft\config\worldhandler.cfg")
</li>
<li>
≤ 1.8: Manual: "..\.minecraft\config\worldhandler\[CONFIG].cfg"
</li>
</ol>
<h3><strong>Installation with ModLoader (1.6.2)</strong></h3>
<ol>
<li>
1. Navigate to "..\.minecraft\mods"
</li>
<li>
2. Copy all files of the "World_Handler_GUI_[VERSION].zip" into the "1.6.2ML.jar"
</li>
<li>
3. Run Minecraft
</li>
</ol>
<h2><strong>Expansion</strong></h2>
<p>
The World Handler GUI can also be expanded with custom tabs configured with json and javascript files or as a separate child mod written in java.
A description on how to implement a custom json and javascript file can be found <a href="https://github.com/Exopandora/WorldHandler/wiki">here</a> and an example child mod can be found <a href="https://github.com/Exopandora/WorldHandlerPlugin">here</a>.
</p>
<h2><strong>FAQ</strong></h2>
<ol>
<li>
<strong>Q:</strong> Is this client-side only ?
</li>
<li>
<strong>A:</strong> Yes
</li>
</ol>
<ol>
<li>
<strong>Q: </strong> Can you port this to fabric, liteloader, rift, etc ?
</li>
<li>
<strong>A: </strong> No
</li>
</ol>
<ol>
<li>
<strong>Q: </strong> Can i add this to my modpack ?
</li>
<li>
<strong>A: </strong> Yes, as long as you give credit
</li>
</ol>
<h2><strong>Support</strong></h2>
<p>
Only the latest game version will be supported and updated with new features.
If you have any other suggestions, bug reports or questions feel free to open an issue on <a href="https://github.com/Exopandora/WorldHandler/issues">GitHub</a>.
</p>
<h2><strong>License</strong></h2>
<p>
GNU GENERAL PUBLIC LICENSE Version 3
</p>
</span>