Update permissions reference

This commit is contained in:
yuyu 2022-10-23 23:08:45 +08:00 committed by 結柚
parent 4621a2f7f5
commit dfbf2b3b3c
2 changed files with 7 additions and 0 deletions

View file

@ -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();

View file

@ -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`