modified: templates/itemeditor_command_storage.html

This commit is contained in:
SimolZimol
2026-01-07 16:32:38 +01:00
parent 62b5f9c9c6
commit f78da797e1

View File

@@ -201,20 +201,6 @@ if (isset($_GET['id'])) {
Make sure the directory is writable for <code>commands.json</code>. Make sure the directory is writable for <code>commands.json</code>.
</p> </p>
</div> </div>
<div class="info-card" style="margin-top:2.5rem;">
<div class="info-icon">
<i class="fas fa-percent"></i>
</div>
<h3>Available Placeholders</h3>
<ul class="info-list">
<li><code>%player%</code> Name of the player using the item</li>
<li><code>%target%</code> Name of the target player</li>
<li><code>%x%</code> Block X coordinate of the player</li>
<li><code>%y%</code> Block Y coordinate of the player</li>
<li><code>%z%</code> Block Z coordinate of the player</li>
</ul>
</div>
</div> </div>
</div> </div>
</div> </div>