Mod Logging:
+ Option to enable/disable the logging of Forge Mods of a player (config.yml)
The list of mods get saved in the file under Players/<ip of the player>
This list represents all mods the player has used over his time on the server. For the current used mods you can use the command if the player is online.
The "Avl.bypass.account" permission now also bypass the logging of your mods
Currently only Forge mods between MC version 1.8 to 1.12.2 get detected
+ Command to get the modlist of a online player: /avl modlist <player>
Requires "Avl.commands.modlist" permission (included in the Avl.commands.* permission)
Commands: + /avl - shows a overview of all commands
requires "Avl.commands.*" permission
+ /avl cmdspy - enable/disable live ingame command log
requires "Avl.commands.cmdspy" permission (Included in the Avl.commands.* permission)
Notes: Those commands are for debug purposes so there isn't much included help or fancy decoration. If someone wants somethink like this, I will implement it in coming updates.
NEW! Death/Kill log: * New folder: Death | Kill * Option in the config to enable/disable the log * New bypass permission for the death log: Avl.bypass.death [1] * New bypass permission for the kill log: Avl.bypass.kill [1]
* Per day file which include the following:
Time + DeadPlayerName + KillerPlayerName (If a killer exists, dont have the kill & death bypass permission)
* Player ID file which include the following:
Death:
Date + Time + " <- " + KillerPlayerName (If a killer exists, dont have the kill & death bypass permission)
Kill:
Date + Time + " -> " + KilledPlayerName (If the killed player doesnt have the bypass death permission)
Chat & Command Logger: * Now all commands and messages posted by a player will be logged into his IP file
* This can by bypassed by using the corresponding permissions (
Avl.bypass.chat & Avl.bypass.commands)
ServerDataCollection: * Now also save the server local ip
Permissions: * Added Avl.bypass.* permission, which include following permissions:
* Avl.bypass.commands - bypass command log
* Avl.bypass.chat - bypass chat log
* Avl.bypass.account - bypass all player data collection
Server Version: + 1.7.10 & 1.8 Support!
Console Command Log! + Option to disable/enable console command log!
+ New Folder: Console_Commands
+ Now the plugin every command that is executed via the Console!