modified: templates/base.html

modified:   templates/itemeditor_command_storage.html
This commit is contained in:
SimolZimol
2026-01-07 16:27:38 +01:00
parent f4975f536a
commit fc30c0b3de
2 changed files with 16 additions and 1 deletions

View File

@@ -49,6 +49,21 @@
</button>
</form>
<!-- Available Placeholders Section (moved here) -->
<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>
<!-- Success Message -->
<div id="successMessage" style="display: none;" class="success-box">
<div class="success-header">