modified: templates/base.html
modified: templates/itemeditor_command_storage.html
This commit is contained in:
@@ -68,7 +68,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="footer-bottom">
|
||||
<p>© 2025 Devanturas by SimolZimol. All rights reserved.</p>
|
||||
<p>© 2018-2026 Devanturas by SimolZimol. All rights reserved.</p>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user