mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-30 20:41:41 +09:00
Automattic Doc Update
This commit is contained in:
@@ -155,6 +155,10 @@
|
||||
<td class="summary"><span>Greets players on join</span></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="name"><a href="addons/Inventory-Clear.html">Inventory-Clear</a></td>
|
||||
<td class="summary"><span>Will move players items to spawn when they are banned or kicked, option to clear on leave</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>
|
||||
@@ -276,6 +280,11 @@
|
||||
- Adds a command that adds * around your message in the chat</span></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="name"><a href="commands/Quickbar.html">Quickbar</a></td>
|
||||
<td class="summary"><span>Commands Module - Quickbar
|
||||
- Adds a command that allows players to load Quickbar presets</span></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="name"><a href="commands/Rainbow.html">Rainbow</a></td>
|
||||
<td class="summary"><span>Commands Module - Rainbow
|
||||
- Adds a command that prints your message in rainbow font</span></td>
|
||||
@@ -353,7 +362,7 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="name"><a href="configs/Commands-Auth-Admin.html">Commands-Auth-Admin</a></td>
|
||||
<td class="summary"><span>This is a very simple config file which adds a admin only auth functio;
|
||||
<td class="summary"><span>This is a very simple config file which adds a admin only auth function;
|
||||
not much to change here its more so it can be enabled and disabled from ./config/file_loader.lua;
|
||||
either way you can change the requirements to be "admin" if you wanted to</span></td>
|
||||
</tr>
|
||||
@@ -366,7 +375,7 @@
|
||||
<td class="summary"><span>This file contains some common command param parse functions;
|
||||
this file is less of a config and more of a requirement but you may wish to change how some behave;
|
||||
as such you need to be confident with lua but you edit this config file;
|
||||
use Commands.add_parse('name',function(input,player,reject) end) to add a parse;
|
||||
use Commands.add_parse('name',function(input, player, reject) end) to add a parse;
|
||||
see ./expcore/commands.lua for more details</span></td>
|
||||
</tr>
|
||||
<tr>
|
||||
@@ -414,6 +423,10 @@ see ./expcore/commands.lua for more details</span></td>
|
||||
<td class="summary"><span>This file contains all the different settings for the warp system and gui</span></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="name"><a href="configs/inventory_clear.html">inventory_clear</a></td>
|
||||
<td class="summary"><span>Config to control when players items are removed, this is a list of event names that will trigger inventory clear</span></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="name"><a href="configs/Pollution-Grading.html">Pollution-Grading</a></td>
|
||||
<td class="summary"><span>This controls how pollution is viewed on the map</span></td>
|
||||
</tr>
|
||||
@@ -426,6 +439,10 @@ see ./expcore/commands.lua for more details</span></td>
|
||||
<td class="summary"><span>Preset colours that players get when they join the server, if not in the list then will be given a random colour (which isnt disallowed)</span></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="name"><a href="configs/Preset-Player-Quickbar.html">Preset-Player-Quickbar</a></td>
|
||||
<td class="summary"><span>Preset quickbar items that players can load</span></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="name"><a href="configs/Repair.html">Repair</a></td>
|
||||
<td class="summary"><span>Config file for the repair command</span></td>
|
||||
</tr>
|
||||
@@ -484,10 +501,10 @@ Events.set_event_filter(defines.events.on_built_entity, {{filter = "name", name
|
||||
<h2>Topics</h2>
|
||||
<table class="module_list">
|
||||
<tr>
|
||||
<td class="name"><a href="topics/readme.md.html">readme.md</a></td>
|
||||
<td class="name"><a href="topics/README.md.html">README.md</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="name"><a href="topics/license.html">license</a></td>
|
||||
<td class="name"><a href="topics/LICENSE.html">LICENSE</a></td>
|
||||
</tr>
|
||||
</table>
|
||||
<!-- module list on the main page end -->
|
||||
@@ -507,7 +524,7 @@ Events.set_event_filter(defines.events.on_built_entity, {{filter = "name", name
|
||||
<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 2020-03-31 23:28:20 UTC</i>
|
||||
<i>Last updated 2020-05-26 17:59:21 UTC</i>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user