Update README
This commit is contained in:
133
README.md
133
README.md
@@ -1,98 +1,89 @@
|
|||||||
# World Handler #
|
# World Handler #
|
||||||
|
|
||||||
The World Handler provides a smart Gui for people without having to know any complex commands and gives
|
The World Handler provides a simple and easy to use graphical user interface for commands.
|
||||||
them a look inside the art of Minecraft map and world making. Now anyone can easily create maps or just
|
It lets you create powerful and complex sub-commands alongside NBT-structures within seconds.
|
||||||
save a few ammount of time and provides an easy to use interface.
|
|
||||||
|
|
||||||
Curseforge: https://minecraft.curseforge.com/projects/world-handler-command-gui
|
|
||||||
|
|
||||||
# Features #
|
# Features #
|
||||||
* GUI for Commands
|
|
||||||
* Biome Indicator
|
|
||||||
* World and Player Information
|
|
||||||
* Simplified usage for /fill and /clone
|
|
||||||
|
|
||||||
<table>
|
* GUI for commands
|
||||||
<tr>
|
* World and player information
|
||||||
<th>
|
* /wh for a simplified /fill and /clone
|
||||||
Featured Client Commands<br />
|
* Client-side only
|
||||||
</th>
|
|
||||||
<th>
|
| Client Commands | Server Commands |
|
||||||
Featured Server Commands<br />
|
| --------------- | --------------- |
|
||||||
</th>
|
| advancement | ban |
|
||||||
</tr>
|
| blockdata | deop |
|
||||||
<tr>
|
| clear | kick |
|
||||||
<td valign="top">
|
| clone | op |
|
||||||
<ul>
|
| difficulty | pardon |
|
||||||
<li>/advancement</li>
|
| effect | save-all |
|
||||||
<li>/blockdata</li>
|
| enchant | save-off |
|
||||||
<li>/clear</li>
|
| fill | save-on |
|
||||||
<li>/clone</li>
|
| gamemode | whitelist |
|
||||||
<li>/difficulty</li>
|
| gamerule | |
|
||||||
<li>/effect</li>
|
| give | |
|
||||||
<li>/enchant</li>
|
| kill | |
|
||||||
<li>/fill</li>
|
| recipe | |
|
||||||
<li>/gamemode</li>
|
| scoreboard | |
|
||||||
<li>/gamerule</li>
|
| setworldspawn | |
|
||||||
<li>/give</li>
|
| spawnpoint | |
|
||||||
<li>/kill</li>
|
| summon | |
|
||||||
<li>/recipe</li>
|
| tag | |
|
||||||
<li>/scoreboard</li>
|
| team | |
|
||||||
<li>/setworldspawn</li>
|
| time | |
|
||||||
<li>/spawnpoint</li>
|
| trigger | |
|
||||||
<li>/summon</li>
|
| weather | |
|
||||||
<li>/tag</li>
|
| xp | |
|
||||||
<li>/team</li>
|
|
||||||
<li>/time</li>
|
|
||||||
<li>/trigger</li>
|
|
||||||
<li>/weather</li>
|
|
||||||
<li>/xp</li>
|
|
||||||
</ul>
|
|
||||||
</td>
|
|
||||||
<td valign="top">
|
|
||||||
<ul>
|
|
||||||
<li>/ban</li>
|
|
||||||
<li>/deop</li>
|
|
||||||
<li>/kick</li>
|
|
||||||
<li>/op</li>
|
|
||||||
<li>/pardon</li>
|
|
||||||
<li>/save-all</li>
|
|
||||||
<li>/save-off</li>
|
|
||||||
<li>/save-on</li>
|
|
||||||
<li>/whitelist</li>
|
|
||||||
</ul>
|
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
</table>
|
|
||||||
|
|
||||||
# Download #
|
# Download #
|
||||||
Compiled and signed versions: https://minecraft.curseforge.com/projects/world-handler-command-gui/files
|
|
||||||
Requires: Minecraft Forge (http://files.minecraftforge.net/)
|
CurseForge: https://minecraft.curseforge.com/projects/world-handler-command-gui/files
|
||||||
|
|
||||||
# Installation #
|
# Installation #
|
||||||
|
|
||||||
Download World Handler or build from source
|
Download World Handler or build from source
|
||||||
|
|
||||||
## Prerequisites ##
|
## Prerequisites ##
|
||||||
|
|
||||||
1. Make sure Minecraft Forge is installed
|
1. Make sure Minecraft Forge is installed (http://files.minecraftforge.net/)
|
||||||
|
|
||||||
## Installer ##
|
## Installer ##
|
||||||
|
|
||||||
1. Run WorldHandler-[VERSION]-UNIVERSAL.jar
|
1. Run `WorldHandler-[VERSION]-UNIVERSAL.jar`
|
||||||
2. Select your minecraft directory
|
2. Select your Minecraft directory
|
||||||
3. Click Install
|
3. Click Install
|
||||||
|
|
||||||
## Manual ##
|
## Manual ##
|
||||||
|
|
||||||
1. Navigate to "..\.minecraft\mods"
|
1. Navigate to `..\.minecraft\mods`
|
||||||
2. Copy the WorldHandler-[VERSION]-UNIVERSAL.jar
|
2. Copy the `WorldHandler-[VERSION]-UNIVERSAL.jar`
|
||||||
3. Follow the steps below
|
3. Follow the steps below
|
||||||
|
|
||||||
## Launcher Settings ##
|
## Launcher Settings ##
|
||||||
|
|
||||||
1. Select Forge as your profile
|
1. Select `Forge` as your profile
|
||||||
2. Launch Minecraft
|
2. Launch Minecraft
|
||||||
3. Join a world or server
|
3. Join a world or server
|
||||||
4. Press 'V' to open the World Handler
|
4. Press `V` to open the World Handler
|
||||||
|
|
||||||
Source is provided **AS IS**
|
## Installation with ModLoader (1.6.2) ##
|
||||||
|
|
||||||
|
1. Navigate to `..\.minecraft\mods`
|
||||||
|
2. Copy all files of the `World_Handler_GUI_[VERSION].zip` into the `1.6.2ML.jar`
|
||||||
|
3. Run Minecraft
|
||||||
|
|
||||||
|
# FAQ #
|
||||||
|
|
||||||
|
**Q:** Is this client-side only ?
|
||||||
|
**A:** Yes
|
||||||
|
|
||||||
|
**Q:** Can you port this to fabric, liteloader, rift, etc ?
|
||||||
|
**A:** No
|
||||||
|
|
||||||
|
**Q:** Can i add this to my modpack ?
|
||||||
|
**A:** Yes, as long as you give credit
|
||||||
|
|
||||||
|
# License #
|
||||||
|
|
||||||
|
GNU GENERAL PUBLIC LICENSE Version 3
|
||||||
Reference in New Issue
Block a user