Give Log

Assassin

Plugin Developer
Plugin Developer
Apr 9, 2017
190
196
43
26
Iran
Example Name:Give Log
Commands:None
Detail the plugin:This plugin makes a log file and if one admin gives item to him or another players server owner can see that in log file.like
Mike Gives 2x M4 To Mike! [2017/06/18]13:24:25
Mike Gives 2x M4 To All Players! [2017/06/18]13:25:01
Mike Gives M4 To Jack![2017/06/18]13:26:52
 

Jakkee

Retired Staff
Retired Staff
Plugin Developer
Jul 28, 2014
1,465
932
113
Australia
Nice idea, I think adding HWID's (If using RustBuster) would be good as well incase an admin just changes his name.
Date/Time first so its ordered by the date/time and not by username.
E.G: [2017/06/18]13:26:52] (MIKE=67FGGF38723DG2) Gives M4 To (JACK=32323GYDGSDBQ)
 
  • Like
Reactions: Assassin

DreTaX

Probably knows the answer...
Administrator
Jun 29, 2014
4,093
4,784
113
At your house.
github.com
Example Name:Give Log
Commands:None
Detail the plugin:This plugin makes a log file and if one admin gives item to him or another players server owner can see that in log file.like
Mike Gives 2x M4 To Mike! [2017/06/18]13:24:25
Mike Gives 2x M4 To All Players! [2017/06/18]13:25:01
Mike Gives M4 To Jack![2017/06/18]13:26:52
Create an issue here about it and i wont forget to implement it.

https://github.com/Notulp/Fougerite/issues
 

DreTaX

Probably knows the answer...
Administrator
Jun 29, 2014
4,093
4,784
113
At your house.
github.com
Nice idea, I think adding HWID's (If using RustBuster) would be good as well incase an admin just changes his name.
Date/Time first so its ordered by the date/time and not by username.
E.G: [2017/06/18]13:26:52] (MIKE=67FGGF38723DG2) Gives M4 To (JACK=32323GYDGSDBQ)
Seems like there already was one.

Logger.Log(string.Format("[GiveItemCommand] quantity={0} item={1} recipient={2}", quantity, itemName, recipName));

Logger.Log(string.Format("[SpawnItemCommand] terms={0}, itemName={1}, quantity={2}", string.Join(",", remain.ToArray()), itemName, quantity));