Update permissions reference
This commit is contained in:
parent
4621a2f7f5
commit
dfbf2b3b3c
2 changed files with 7 additions and 0 deletions
|
|
@ -945,6 +945,9 @@ namespace TShockAPI
|
||||||
{
|
{
|
||||||
PrepareLangForDump();
|
PrepareLangForDump();
|
||||||
// Lang.setLang(true);
|
// Lang.setLang(true);
|
||||||
|
|
||||||
|
Directory.CreateDirectory("docs");
|
||||||
|
|
||||||
Configuration.TShockConfig.DumpDescriptions();
|
Configuration.TShockConfig.DumpDescriptions();
|
||||||
Permissions.DumpDescriptions();
|
Permissions.DumpDescriptions();
|
||||||
Configuration.ServerSideConfig.DumpDescriptions();
|
Configuration.ServerSideConfig.DumpDescriptions();
|
||||||
|
|
|
||||||
|
|
@ -210,6 +210,10 @@ Prevents you from being disabled by liquid set abuse detection.
|
||||||
Prevents you from being disabled by abnormal MP.
|
Prevents you from being disabled by abnormal MP.
|
||||||
* **Commands**: `None`
|
* **Commands**: `None`
|
||||||
|
|
||||||
|
## tshock.ignore.npcbuff
|
||||||
|
Prevents your from being kicked by npc buff hack detection.
|
||||||
|
* **Commands**: `None`
|
||||||
|
|
||||||
## tshock.ignore.paint
|
## tshock.ignore.paint
|
||||||
Prevents you from being disabled by paint abuse detection.
|
Prevents you from being disabled by paint abuse detection.
|
||||||
* **Commands**: `None`
|
* **Commands**: `None`
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue