mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-31 04:51:40 +09:00
Addons
This commit is contained in:
@@ -42,6 +42,55 @@
|
||||
<div class="column col-9 col-sm-12">
|
||||
|
||||
<!-- module list on the main page start -->
|
||||
<h2>Addons</h2>
|
||||
<table class="module_list">
|
||||
<tr>
|
||||
<td class="name"><a href="addons/Advanced-Start.html">Advanced-Start</a></td>
|
||||
<td class="summary"><span>Adds a better method of player starting items based on production levels.</span></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="name"><a href="addons/Chat-Popups.html">Chat-Popups</a></td>
|
||||
<td class="summary"><span>Creates flying text entities when a player sends a message in chat;
|
||||
also displays a ping above users who are named in the message</span></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="name"><a href="addons/Chat-Reply.html">Chat-Reply</a></td>
|
||||
<td class="summary"><span>Adds auto replies to chat messages; aswell as chat commands</span></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="name"><a href="addons/Compilatron.html">Compilatron</a></td>
|
||||
<td class="summary"><span>Adds a compilatron that walks around the spawn area; adapted from redmew code</span></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="name"><a href="addons/Damage-Popups.html">Damage-Popups</a></td>
|
||||
<td class="summary"><span>Displays the amount of dmg that is done by players to entities;
|
||||
also shows player health when a player is attacked</span></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="name"><a href="addons/Death-Logger.html">Death-Logger</a></td>
|
||||
<td class="summary"><span>Makes markers on the map where places have died and reclaims items if not recovered</span></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="name"><a href="addons/Discord-Alerts.html">Discord-Alerts</a></td>
|
||||
<td class="summary"><span>Sends alert messages to our discord server when certain events are triggered</span></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="name"><a href="addons/Pollution-Grading.html">Pollution-Grading</a></td>
|
||||
<td class="summary"><span>Makes polution look much nice of the map, ie not one big red mess</span></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="name"><a href="addons/Player-Colours.html">Player-Colours</a></td>
|
||||
<td class="summary"><span>Gives players random colours when they join, also applies preset colours to those who have them</span></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="name"><a href="addons/Scorched-Earth.html">Scorched-Earth</a></td>
|
||||
<td class="summary"><span>When a player walks around the tiles under them will degrade over time, the same is true when entites are built</span></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="name"><a href="addons/Spawn-Area.html">Spawn-Area</a></td>
|
||||
<td class="summary"><span>Adds a custom spawn area with chests and afk turrets</span></td>
|
||||
</tr>
|
||||
</table>
|
||||
<h2>Commands</h2>
|
||||
<table class="module_list">
|
||||
<tr>
|
||||
@@ -454,20 +503,6 @@ see ./expcore/commands.lua for more details</span></td>
|
||||
<td class="name"><a href="modules/expcore.sudo.html">expcore.sudo</a></td>
|
||||
<td class="summary"><span>An extention of task and token to allow a single require to register and run functions bypassing all permissions
|
||||
[[</span></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="name"><a href="modules/modules.addons.advanced-start.html">modules.addons.advanced-start</a></td>
|
||||
<td class="summary"><span>Adds a better method of player starting items based on production levels.</span></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="name"><a href="modules/modules.addons.chat-popups.html">modules.addons.chat-popups</a></td>
|
||||
<td class="summary"><span>Creates flying text entities when a player sends a message in chat
|
||||
also displays a ping above users who are named in the message</span></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="name"><a href="modules/modules.addons.damage-popups.html">modules.addons.damage-popups</a></td>
|
||||
<td class="summary"><span>Displays the amount of dmg that is done by players to entities
|
||||
also shows player health when a player is attacked</span></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="name"><a href="modules/utils.alien_evolution_progress.html">utils.alien_evolution_progress</a></td>
|
||||
@@ -547,7 +582,7 @@ see ./expcore/commands.lua for more details</span></td>
|
||||
<i>generated by <a href="http://github.com/stevedonovan/LDoc">LDoc </a></i>
|
||||
</div>
|
||||
<div class="content-footer column col-9 col-sm-12">
|
||||
<i>Last updated 2019-07-23 17:46:07 UTC</i>
|
||||
<i>Last updated 2019-07-23 18:00:25 UTC</i>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user