Add custom usercontent loading from json and javascript files alongside bugfixes for page list, refactorings and documentation

This commit is contained in:
Marcel Konrad
2019-11-02 18:41:15 +01:00
parent 677f899661
commit fc70c82545
126 changed files with 3664 additions and 656 deletions

View File

@@ -9,6 +9,12 @@
<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>
@@ -16,10 +22,7 @@
/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
Expandable GUI with json files and child mods
</li>
<li>
Client-side only
@@ -103,6 +106,11 @@
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/blob/master/README.md">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>