Add curseforge project description file
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -5,9 +5,10 @@
|
|||||||
|
|
||||||
!/src/
|
!/src/
|
||||||
!/gradle/
|
!/gradle/
|
||||||
|
!build.gradle
|
||||||
|
!curseforge.html
|
||||||
!gradlew
|
!gradlew
|
||||||
!gradlew.bat
|
!gradlew.bat
|
||||||
!build.gradle
|
|
||||||
!LICENSE.txt
|
!LICENSE.txt
|
||||||
!README.md
|
!README.md
|
||||||
!version.json
|
!version.json
|
||||||
127
curseforge.html
Normal file
127
curseforge.html
Normal file
@@ -0,0 +1,127 @@
|
|||||||
|
<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>
|
||||||
|
World and player information
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
/wh for a simplified /fill and /clone
|
||||||
|
</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>
|
||||||
|
Client-side only
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
<img src="https://media.forgecdn.net/attachments/224/516/2018-02-17_18.png" alt="World Handler Image" width="992" height="752" />
|
||||||
|
<h2><strong>Download</strong></h2>
|
||||||
|
<p>
|
||||||
|
CurseForge: <a href="https://www.curseforge.com/minecraft/mc-mods/world-handler-command-gui/files/">https://www.curseforge.com/minecraft/mc-mods/world-handler-command-gui/files/</a>
|
||||||
|
</p>
|
||||||
|
<h2><strong>Installation</strong></h2>
|
||||||
|
<p>
|
||||||
|
Download World Handler or build from source
|
||||||
|
</p>
|
||||||
|
<h3><strong>Prerequisites</strong></h3>
|
||||||
|
<ol>
|
||||||
|
<li>
|
||||||
|
1. Make sure Minecraft Forge is installed <a href="http://files.minecraftforge.net/">(http://files.minecraftforge.net/)</a>
|
||||||
|
</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>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>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
|
||||||
|
</p>
|
||||||
|
<h2><strong>License</strong></h2>
|
||||||
|
<p>
|
||||||
|
GNU GENERAL PUBLIC LICENSE Version 3
|
||||||
|
</p>
|
||||||
|
</span>
|
||||||
Reference in New Issue
Block a user