1
0
Fork 0
mirror of https://github.com/haselkern/Minecraft-ArmorStand.git synced 2025-07-03 14:25:35 +00:00

Add support for scoreboard tags

Closes #42
This commit is contained in:
Lenny Lord 2022-07-16 16:54:48 +05:30
parent 66f12af03f
commit 4305257f0a
2 changed files with 36 additions and 6 deletions

View file

@ -219,6 +219,14 @@
</div>
</div>
<div class="padding underline">
<p>
Add scoreboard tags to your armor stand.<br/>
When adding multiple tags, make sure they are separated by a comma ' , '
</p>
<input type="text" name="scoreboardtags" id="scoreboardtags" placeholder="Tag1, Tag2">
</div>
<div class="padding">
<!-- THANK YOU to reddit user Oozebull for this part. -->
<label><input type="checkbox" id="slashgive" name="slashgive">Make /give</label>