modified: templates/itemeditor_command_storage.html
modified: versions/version.json
This commit is contained in:
@@ -186,6 +186,20 @@ if (isset($_GET['id'])) {
|
||||
Make sure the directory is writable for <code>commands.json</code>.
|
||||
</p>
|
||||
</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 des Spielers, der das Item benutzt</li>
|
||||
<li><code>%target%</code> – Name des Zielspielers</li>
|
||||
<li><code>%x%</code> – Block X-Koordinate des Spielers</li>
|
||||
<li><code>%y%</code> – Block Y-Koordinate des Spielers</li>
|
||||
<li><code>%z%</code> – Block Z-Koordinate des Spielers</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -348,6 +348,7 @@
|
||||
"beta": null
|
||||
},
|
||||
"links": {
|
||||
"Command Storage": "https://devanturas.net/projects/itemeditor/storage",
|
||||
"modrinth": "https://modrinth.com/plugin/itemeditor",
|
||||
"hangar": "https://hangar.papermc.io/SimolZimol/Itemeditor",
|
||||
"spigot": "https://www.spigotmc.org/resources/itemeditor.130589/",
|
||||
|
||||
Reference in New Issue
Block a user