mirror of
https://github.com/haselkern/Minecraft-ArmorStand.git
synced 2025-05-18 05:55:35 +00:00
Merge branch 'master' into gh-pages
This commit is contained in:
commit
dabeec243f
6 changed files with 285 additions and 35932 deletions
156
index.htm
156
index.htm
|
@ -8,16 +8,16 @@
|
|||
<link rel="stylesheet" href="js/colpick.css">
|
||||
<link rel="icon" type="image/png" href="images/icon.png">
|
||||
<link href='http://fonts.googleapis.com/css?family=Oswald:700' rel='stylesheet' type='text/css'>
|
||||
<script src="js/three.js"></script>
|
||||
<script src="http://cdnjs.cloudflare.com/ajax/libs/three.js/r68/three.min.js"></script>
|
||||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
|
||||
<script>
|
||||
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
|
||||
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
|
||||
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
|
||||
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
|
||||
ga('create', 'UA-71932800-1', 'auto');
|
||||
ga('send', 'pageview');
|
||||
</script>
|
||||
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
|
||||
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
|
||||
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
|
||||
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
|
||||
ga('create', 'UA-71932800-2', 'auto');
|
||||
ga('send', 'pageview');
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
<script src="js/colpick.js"></script>
|
||||
|
@ -26,7 +26,6 @@
|
|||
<div id="gl"></div>
|
||||
|
||||
<div class="right card">
|
||||
|
||||
<h1>MCPARKS MINECRAFT ARMORSTAND</h1>
|
||||
<center>
|
||||
<a href="https://github.com/haselkern/Minecraft-ArmorStand" target="_blank">Original Github Page</a>
|
||||
|
@ -36,17 +35,17 @@
|
|||
<a href="https://github.com/RyanHecht/Minecraft-ArmorStand" target="_blank"><img src="images/github.png" alt="GitHub" title="GitHub" /></a>
|
||||
<a href="http://mcparks.us" target="_blank"><img width="64" height="64" src="images/mcparks.png" alt="MCParks" title="MCParks" /></a>
|
||||
</center>
|
||||
<br>
|
||||
<span class="padding" style="cursor: pointer;" onclick="javascript:$('#troubleshooting').slideToggle();">
|
||||
+ Troubleshooting
|
||||
</span>
|
||||
<div id="troubleshooting">
|
||||
<b>This thing uses WebGL!</b> If you don't see anything on the left enable WebGL in your browser or visit the <a href="http://get.webgl.org/">official WebGL website</a> to troubleshoot problems.
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="inputsection" class="padding">
|
||||
<div class="padding underline">
|
||||
<select id="mcversion">
|
||||
<option value="1.11">Minecraft 1.11 and above</option>
|
||||
<option value="1.9">Minecraft 1.9 & 1.10</option>
|
||||
<option value="1.8">Minecraft 1.8</option>
|
||||
</select>
|
||||
</div>
|
||||
|
||||
<div class="padding underline">
|
||||
<label><input type="checkbox" name="invisible">Invisible</label><br>
|
||||
<label><input type="checkbox" name="invulnerable">Invulnerable</label><br>
|
||||
<label><input type="checkbox" name="persistencerequired">PersistenceRequired</label><br>
|
||||
|
@ -54,7 +53,10 @@
|
|||
<label><input type="checkbox" name="nogravity">No Gravity</label><br>
|
||||
<label><input type="checkbox" name="showarms">Show Arms</label><br>
|
||||
<label><input type="checkbox" name="small">Small</label><br>
|
||||
<label><input type="checkbox" name="marker">Marker</label><br>
|
||||
</div>
|
||||
|
||||
<div class="padding underline">
|
||||
<table class="rotations">
|
||||
<tr>
|
||||
<td>Position:</td>
|
||||
|
@ -107,44 +109,85 @@
|
|||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
<select id="equipmode">
|
||||
<option value="none">No Equipment</option>
|
||||
<option value="1.8">Minecraft 1.8- Equipment</option>
|
||||
<option value="1.9">Minecraft 1.9+ Equipment</option>
|
||||
</select>
|
||||
</div>
|
||||
|
||||
<div class="padding underline">
|
||||
<label><input type="checkbox" name="useequipment">Enable equipment</label><br>
|
||||
<div id="customequipment">
|
||||
<div class="padding">
|
||||
<p>
|
||||
Enter the text id of an item (for example <i>stone</i> or <i>iron_sword</i>) into the appropriate slots. You can enter an arbitrary item for the head or hand, but the other slots must contain an appropriate item.
|
||||
</p>
|
||||
|
||||
<input type="text" class="equipment" name="equipHandRight" placeholder="Item in right hand">
|
||||
<input type="text" class="equipment" id="equipHandLeft" name="equipHandLeft" placeholder="Item in left hand">
|
||||
<input type="text" class="equipment" name="equipHandRight" placeholder="Item in right hand">
|
||||
<input type="text" class="equipment" id="equipHandLeft" name="equipHandLeft" placeholder="Item in left hand">
|
||||
|
||||
<input type="text" class="equipment" name="equipShoes" placeholder="Shoes">
|
||||
<div class="colorfield" id="shoecolor"></div>
|
||||
<input type="text" class="equipment" name="equipShoes" placeholder="Boots" list="list-shoes">
|
||||
<datalist id="list-shoes">
|
||||
<option value="chainmail_boots">
|
||||
<option value="diamond_boots">
|
||||
<option value="golden_boots">
|
||||
<option value="iron_boots">
|
||||
<option value="leather_boots">
|
||||
</datalist>
|
||||
<div class="colorfield" id="shoecolor"></div>
|
||||
|
||||
<input type="text" class="equipment" name="equipLeggings" placeholder="Leggings">
|
||||
<div class="colorfield" id="leggingscolor"></div>
|
||||
<input type="text" class="equipment" name="equipLeggings" placeholder="Leggings" list="list-leggings">
|
||||
<datalist id="list-leggings">
|
||||
<option value="chainmail_leggings">
|
||||
<option value="diamond_leggings">
|
||||
<option value="golden_leggings">
|
||||
<option value="iron_leggings">
|
||||
<option value="leather_leggings">
|
||||
</datalist>
|
||||
<div class="colorfield" id="leggingscolor"></div>
|
||||
|
||||
<input type="text" class="equipment" name="equipChestplate" placeholder="Chestplate">
|
||||
<div class="colorfield" id="chestplatecolor"></div>
|
||||
<input type="text" class="equipment" name="equipChestplate" placeholder="Chestplate" list="list-chestplate">
|
||||
<datalist id="list-chestplate">
|
||||
<option value="chainmail_chestplate">
|
||||
<option value="diamond_chestplate">
|
||||
<option value="golden_chestplate">
|
||||
<option value="iron_chestplate">
|
||||
<option value="leather_chestplate">
|
||||
</datalist>
|
||||
<div class="colorfield" id="chestplatecolor"></div>
|
||||
|
||||
<input type="text" class="equipment" name="equipHelmet" placeholder="Helmet">
|
||||
<div class="colorfield" id="helmetcolor"></div>
|
||||
<input type="text" class="equipment" name="equipHelmet" placeholder="Helmet" list="list-helmet">
|
||||
<datalist id="list-helmet">
|
||||
<option value="chainmail_helmet">
|
||||
<option value="diamond_helmet">
|
||||
<option value="golden_helmet">
|
||||
<option value="iron_helmet">
|
||||
<option value="leather_helmet">
|
||||
</datalist>
|
||||
<div class="colorfield" id="helmetcolor"></div>
|
||||
|
||||
<br>Helmet specifies
|
||||
<select id="equipCustomHeadMode">
|
||||
<option value="item">Item Name</option>
|
||||
<option value="player">Player Name</option>
|
||||
<option value="url">Image URL</option>
|
||||
</select>
|
||||
<br>Helmet specifies
|
||||
<select id="equipCustomHeadMode">
|
||||
<option value="item">Item Name</option>
|
||||
<option value="player">Player Name</option>
|
||||
<option value="url">Image URL</option>
|
||||
<option value="givecode">Give Code</option>
|
||||
</select>
|
||||
|
||||
<div id="minecraft-heads">
|
||||
<br>
|
||||
You can find lots of different heads here. Pick one and copy the <i>Give-Code</i> into the helmet field:
|
||||
<br>
|
||||
<a href="http://minecraft-heads.com/" target="_blank"><img src="http://minecraft-heads.com/images/banners/minecraft-heads_halfbanner_234x60.png" alt="minecraft-heads.com" /></a>
|
||||
</div>
|
||||
</div>
|
||||
<br>
|
||||
</div>
|
||||
|
||||
<div class="padding underline">
|
||||
<input type="text" name="customname" id="customname" placeholder="Custom name">
|
||||
<label><input type="checkbox" name="showcustomname">Show custom name</label>
|
||||
<br>
|
||||
</div>
|
||||
|
||||
<div class="padding">
|
||||
<!-- THANK YOU to reddit user Oozebull for this part. -->
|
||||
<label><input type="checkbox" name="usedisabledslots">Lock Slot Interaction</label>
|
||||
<div id="disabledslots" class="padding">
|
||||
<div id="disabledslots">
|
||||
<div>
|
||||
<span class="first"> </span>
|
||||
<span class="sprite" style="background-position: 0px 0px"></span>
|
||||
|
@ -179,16 +222,22 @@
|
|||
<span><input id="pW" type="checkbox"></input></span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
<div id="code" class="code"></div>
|
||||
<div id="codeinfo" class="padding"></div>
|
||||
<div class="code">
|
||||
<div id="code-copy-hint">click to copy</div>
|
||||
<div id="code"></div>
|
||||
</div>
|
||||
<div id="codeinfo" class="padding">
|
||||
<b>Please note:</b>
|
||||
This command is too long to be executed from chat. You need to place it inside a command block. (see below)
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<div class="right card">
|
||||
<span class="padding" style="cursor: pointer;" onclick="javascript:$('#getcommandblock').slideToggle();">
|
||||
<span style="cursor: pointer;" onclick="javascript:$('#getcommandblock').slideToggle();">
|
||||
+ Obtain a command block
|
||||
</span>
|
||||
<br>
|
||||
|
@ -201,5 +250,20 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="right card">
|
||||
<span class="" style="cursor: pointer;" onclick="javascript:$('#troubleshooting').slideToggle();">
|
||||
+ Troubleshooting
|
||||
</span>
|
||||
<div id="troubleshooting">
|
||||
<p>
|
||||
<b>This thing uses WebGL!</b>
|
||||
If you don't see anything on the left enable WebGL in your browser or visit the <a href="http://get.webgl.org/">official WebGL website</a> to troubleshoot problems.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue