When using TXAdmin's NoClip feature, you may want to disable the particle effects that appear around your character. Here are three simple methods to accomplish this:
In the TXAdmin Admin Panel/Dashboard:
Navigate to Settings
Go to FXServer
Find Additional Arguments section
Add the following command:
+set txAdmin-menuPtfxDisable true
You can add the command directly to your configuration file at:
\txData\default\config.json:37Alternatively, you can add the following line to your server.cfg file:
set txAdmin-menuPtfxDisable trueAfter implementing any of these methods, restart your server for the changes to take effect.