Add PlaceHolder Page in BentoBox

BONNe 2019-04-02 13:22:21 +03:00
parent 314c76dfb8
commit f24b862db1

83
Placeholders.md Normal file

@ -0,0 +1,83 @@
<h2><b>BentoBox</b> default PlaceHolders</h2><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_[gamemode]-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_[gamemode]-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_[gamemode]-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_[gamemode]-island-owner</td>
<td align='left' nowrap=nowrap>Returns island owner name.</td>
</tr>
<tr>
<td align='left' nowrap=nowrap>bentobox_[gamemode]-island-creation-date</td>
<td align='left' nowrap=nowrap>Returns island preformated creation date.</td>
</tr>
<tr>
<td align='left' nowrap=nowrap>bentobox_[gamemode]-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_[gamemode]-island-name</td>
<td align='left' nowrap=nowrap>Returns island name.</td>
</tr>
</table>
<h2><b>Addon</b> PlaceHolders</h2><br>
<table align='center'>
<tr>
<td align='left'><b>Addon</b></td>
<td align='left'><b>Location</b></td>
</tr>
<tr>
<td align='left' nowrap=nowrap>AcidIsland GameMode</td>
<td align='left' nowrap=nowrap>[Wiki Page](https://github.com/BentoBoxWorld/AcidIsland/wiki/Placeholders)</td>
</tr>
<tr>
<td align='left' nowrap=nowrap>BSkyBlock GameMode</td>
<td align='left' nowrap=nowrap>[Wiki Page](https://github.com/BentoBoxWorld/BSkyBlock/wiki/Placeholders)</td>
</tr>
<tr>
<td align='left' nowrap=nowrap>CaveBlock GameMode</td>
<td align='left' nowrap=nowrap>[Wiki Page](https://github.com/BentoBoxWorld/CaveBlock/wiki/Placeholders)</td>
</tr>
<tr>
<td align='left' nowrap=nowrap>SkyGrid GameMode</td>
<td align='left' nowrap=nowrap>[Wiki Page](https://github.com/BentoBoxWorld/SkyGrid/wiki/Placeholders)</td>
</tr>
<tr>
<td align='left' nowrap=nowrap>Biomes Addon</td>
<td align='left' nowrap=nowrap>Not Implemented</td>
</tr>
<tr>
<td align='left' nowrap=nowrap>Challenges Addon</td>
<td align='left' nowrap=nowrap>Not Implemented</td>
</tr>
<tr>
<td align='left' nowrap=nowrap>GreenHouses Addon</td>
<td align='left' nowrap=nowrap>Not Implemented</td>
</tr>
<tr>
<td align='left' nowrap=nowrap>Level Addon</td>
<td align='left' nowrap=nowrap>[Wiki Page](https://github.com/BentoBoxWorld/Level/wiki/Placeholders)</td>
</tr>
<tr>
<td align='left' nowrap=nowrap>Limits Addon</td>
<td align='left' nowrap=nowrap>Not Implemented</td>
</tr>
<tr>
<td align='left' nowrap=nowrap>Welcome Warp Sign Addon</td>
<td align='left' nowrap=nowrap>Not Implemented</td>
</tr>
</table>