Update README
This commit is contained in:
133
README.md
133
README.md
@@ -1,98 +1,89 @@
|
||||
# World Handler #
|
||||
|
||||
The World Handler provides a smart Gui for people without having to know any complex commands and gives
|
||||
them a look inside the art of Minecraft map and world making. Now anyone can easily create maps or just
|
||||
save a few ammount of time and provides an easy to use interface.
|
||||
|
||||
Curseforge: https://minecraft.curseforge.com/projects/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 #
|
||||
* GUI for Commands
|
||||
* Biome Indicator
|
||||
* World and Player Information
|
||||
* Simplified usage for /fill and /clone
|
||||
|
||||
<table>
|
||||
<tr>
|
||||
<th>
|
||||
Featured Client Commands<br />
|
||||
</th>
|
||||
<th>
|
||||
Featured Server Commands<br />
|
||||
</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td valign="top">
|
||||
<ul>
|
||||
<li>/advancement</li>
|
||||
<li>/blockdata</li>
|
||||
<li>/clear</li>
|
||||
<li>/clone</li>
|
||||
<li>/difficulty</li>
|
||||
<li>/effect</li>
|
||||
<li>/enchant</li>
|
||||
<li>/fill</li>
|
||||
<li>/gamemode</li>
|
||||
<li>/gamerule</li>
|
||||
<li>/give</li>
|
||||
<li>/kill</li>
|
||||
<li>/recipe</li>
|
||||
<li>/scoreboard</li>
|
||||
<li>/setworldspawn</li>
|
||||
<li>/spawnpoint</li>
|
||||
<li>/summon</li>
|
||||
<li>/tag</li>
|
||||
<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>
|
||||
* GUI for commands
|
||||
* World and player information
|
||||
* /wh for a simplified /fill and /clone
|
||||
* Client-side only
|
||||
|
||||
| Client Commands | Server Commands |
|
||||
| --------------- | --------------- |
|
||||
| advancement | ban |
|
||||
| blockdata | deop |
|
||||
| clear | kick |
|
||||
| clone | op |
|
||||
| difficulty | pardon |
|
||||
| effect | save-all |
|
||||
| enchant | save-off |
|
||||
| fill | save-on |
|
||||
| gamemode | whitelist |
|
||||
| gamerule | |
|
||||
| give | |
|
||||
| kill | |
|
||||
| recipe | |
|
||||
| scoreboard | |
|
||||
| setworldspawn | |
|
||||
| spawnpoint | |
|
||||
| summon | |
|
||||
| tag | |
|
||||
| team | |
|
||||
| time | |
|
||||
| trigger | |
|
||||
| weather | |
|
||||
| xp | |
|
||||
|
||||
# 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 #
|
||||
|
||||
Download World Handler or build from source
|
||||
|
||||
## Prerequisites ##
|
||||
|
||||
1. Make sure Minecraft Forge is installed
|
||||
1. Make sure Minecraft Forge is installed (http://files.minecraftforge.net/)
|
||||
|
||||
## Installer ##
|
||||
|
||||
1. Run WorldHandler-[VERSION]-UNIVERSAL.jar
|
||||
2. Select your minecraft directory
|
||||
1. Run `WorldHandler-[VERSION]-UNIVERSAL.jar`
|
||||
2. Select your Minecraft directory
|
||||
3. Click Install
|
||||
|
||||
## Manual ##
|
||||
|
||||
1. Navigate to "..\.minecraft\mods"
|
||||
2. Copy the WorldHandler-[VERSION]-UNIVERSAL.jar
|
||||
1. Navigate to `..\.minecraft\mods`
|
||||
2. Copy the `WorldHandler-[VERSION]-UNIVERSAL.jar`
|
||||
3. Follow the steps below
|
||||
|
||||
## Launcher Settings ##
|
||||
|
||||
1. Select Forge as your profile
|
||||
1. Select `Forge` as your profile
|
||||
2. Launch Minecraft
|
||||
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