1. Hi guys,

    Could you help me please ? Is there any way to get rid of "[pluginName]" at the begining, while using method Puts() ? for example Message content: [rustArena] {"x":255.2105,"y":66.5208054,"z":-21.96416}
     
  2. Wulf

    Wulf Community Admin

    You can use Interface.Oxide.LogInfo, though it's encouraged to use Puts or similar method to show where a message is coming from, otherwise it's hard for users to track down what is sending the message.
     
  3. Thank you :) I just need it for JSON exports. (tracking few special stats on my website)