1
0
Fork 0
mirror of https://github.com/haselkern/Minecraft-ArmorStand.git synced 2025-05-17 00:15:34 +00:00
This tool generates a summon command, to summon an armorstand in a desired pose. https://haselkern.com/Minecraft-ArmorStand/
Find a file
2021-08-20 19:26:01 +02:00
.github/workflows Deleted all old things, added Vue skeleton 2020-12-10 13:14:25 +01:00
public Change favicon 2021-08-12 19:21:19 +02:00
src Add inputs for equipment 2021-08-20 19:26:01 +02:00
.gitignore Deleted all old things, added Vue skeleton 2020-12-10 13:14:25 +01:00
.nojekyll GitHub Page failed building. This might fix it. 2014-08-21 16:40:45 +02:00
index.html Add new properties, some style 2021-08-14 23:31:31 +02:00
LICENSE Added GPL license 2015-06-15 16:05:47 +02:00
package-lock.json TroisJS demo 2021-08-11 19:16:57 +02:00
package.json Add first version of armorstand class 2021-08-11 23:01:26 +02:00
postcss.config.js TroisJS demo 2021-08-11 19:16:57 +02:00
README.md Add inputs for equipment 2021-08-20 19:26:01 +02:00
tailwind.config.js Add new properties, some style 2021-08-14 23:31:31 +02:00
vite.config.js TroisJS demo 2021-08-11 19:16:57 +02:00

Minecraft Armor Stand

This project is currently being rewritten. This document should be changed to include help for users and then help for contributors, especially translators.

TODO

The following things still have to be done. Possibly in this order.

  • Equipment
  • Equipment locking
    • Can we scrape the MC wiki for a searchable dropdown list? https://minecraft.fandom.com/api.php ?
    • Colors for leather pieces
    • Helmet: player name
    • Helmet: Image URL
    • Helmet: https://minecraft-heads.com -> but use Minecraft-URL or Player name and skip the give code thing, that was confusing anyways. Have a help popup that explains this functionality with a few screenshots.
  • Custom name with styling options
  • Code generation
  • Proper rotation conversion between Minecraft and ThreeJS
    • /summon or /give
  • Hint for command block
  • Design
  • Save and load
  • Tips and tricks section?
    • Double click a slider to reset
    • You can save and load
    • How to remove an invulnerable armor stand
  • Ask before exit
  • vue i18n
  • vue element transitions