Updated Placeholders (markdown)

BONNe 2020-02-04 14:58:04 +02:00
parent 04e222ff0a
commit fb3af179cb

@ -1,59 +1,9 @@
<h3><b>BentoBox</b> PlaceHolders</h3><br>
<table align='center'>
<tr>
<td align='left'><b>Placeholder</b></td>
<td align='left'><b>Description</b></td>
</tr>
<tr>
<td align='left' nowrap=nowrap>bentobox_acidisland-world-friendlyname</td>
<td align='left' nowrap=nowrap>Returns GameMode Addon world friendly name from settings.</td>
</tr>
<tr>
<td align='left' nowrap=nowrap>bentobox_acidisland-island-distance</td>
<td align='left' nowrap=nowrap>Returns GameMode Addon distance between islands from settings.</td>
</tr>
<tr>
<td align='left' nowrap=nowrap>bentobox_acidisland-island-protection-range</td>
<td align='left' nowrap=nowrap>Returns GameMode Addon island protection range from settings.</td>
</tr>
<tr>
<td align='left' nowrap=nowrap>bentobox_acidisland-island-owner</td>
<td align='left' nowrap=nowrap>Returns island owner name.</td>
</tr>
<tr>
<td align='left' nowrap=nowrap>bentobox_acidisland-island-creation-date</td>
<td align='left' nowrap=nowrap>Returns island preformated creation date.</td>
</tr>
<tr>
<td align='left' nowrap=nowrap>bentobox_acidisland-island-spawnpoint</td>
<td align='left' nowrap=nowrap>Returns island spawn point coordinates (x, y, z).</td>
</tr>
<tr>
<td align='left' nowrap=nowrap>bentobox_acidisland-island-name</td>
<td align='left' nowrap=nowrap>Returns island name.</td>
</tr>
</table>
<h3>PlaceHolders</h3>
<h3><b>Addon</b> PlaceHolders</h3><br>
<table align='center'>
<tr>
<td align='left'><b>Addon</b></td>
<td align='left'><b>Placeholder</b></td>
<td align='left'><b>Description</b></td>
</tr>
<tr>
<td align='left' nowrap=nowrap>Level Addon</td>
<td align='left' nowrap=nowrap>Level_acidisland-island-level</td>
<td align='left' nowrap=nowrap>Returns level of players island.</td>
</tr>
<tr>
<td align='left' nowrap=nowrap>Level Addon</td>
<td align='left' nowrap=nowrap>Level_acidisland-island-level-top-value-x</td>
<td align='left'>Returns X places (from 1-10) island level.<br>X should be replaced from 1 till 10.</td>
</tr>
<tr>
<td align='left' nowrap=nowrap>Level Addon</td>
<td align='left' nowrap=nowrap>Level_acidisland-island-level-top-name-x</td>
<td align='left'>Returns X places (from 1-10) player name.<br>X should be replaced from 1 till 10./td>
</tr>
</table>
**AcidIsland** does not have specific placeholders. It integrates into BentoBox plugin and in all its addon, that implements placeholders, like Level and Likes.
To use these placeholders, you just need to replace `[gamemode]` with `acidisland` and placeholder will work.
f.e.: `%acidisland_world_friendly_name%`
You can find a list of available placeholders here: [BentoBox Wiki Placeholders](https://github.com/BentoBoxWorld/BentoBox/wiki/Placeholders#default-placeholders-for-gamemode-addons).