1
0
Fork 0
mirror of https://github.com/haselkern/Minecraft-ArmorStand.git synced 2025-05-18 20:45:34 +00:00

Selector Update Part 2

Added visuals for the selector!
-  Now you can decide who to give the item to in our handy tool!
This commit is contained in:
agentdid127 2019-01-05 23:45:37 -05:00 committed by GitHub
parent 12f53a0f13
commit 87a2c542e6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -49,6 +49,13 @@
</div> </div>
<div id="giveSkull"> <div id="giveSkull">
<div class="padding underline"> <div class="padding underline">
<input type="text" class="equipment" name="selectorInput" placeholder="Selector" list="list-selectors">
<datalist id="list-selectors">
<option value="@p">
<option value="@a">
<option value="@e">
<option value="@a[r=2]">
</datalist>
<input type="text" class="equipment" name="skullInput" placeholder="Skin"> <input type="text" class="equipment" name="skullInput" placeholder="Skin">
<select id="skullMode"> <select id="skullMode">