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:
parent
12f53a0f13
commit
87a2c542e6
1 changed files with 7 additions and 0 deletions
|
@ -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">
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue