AdvIpLog
Version 0.3
Info
This Plugin is a advanced way of keeping track of all your players Ip addresses and alternate accounts. It will on join if the Ip isnt already in the system it will add the Ip and the players name to two separate yaml files which can also be easily read using a text editor. Also on join it will if the player has more then one account it will alert the admins, and people with permission the alternate accounts. This plugin also will work with most authorization plugins if movement is disallowed before players correctly /login. When the player joins they are added to a list, and when they move and it is not cancelled then it will count them as correctly authorized.
Config
IpAdvLog:
//This will only log the ip when they sucessfully /login eg. When they move and are not blocked
UseAuthCheck: true
Alert:
//When someone with alt accounts joins it will alert people with permissions
AlertAdmins: true
//The alert message %name% is the users name and %alts% is list of alt accounts
AlertMessage: '[&cAIL&f]&2%name% &aAlt accounts %alts%'
Example
Alert Message

The /Ail Player command

The /Ail ip command

The /Ail check command

Commands
- /ail - Shows the list of commands
- /ail player <PlayerName> - Lists all the ips the player uses.
- /ail ip <ip> - Lists all the players using that ip.
- /ail check <PlayerName> - Will find all the players alternate accounts
- /ail reload - Reload the plugin and config
Permissions
- ail.player - Access to /ail player command
- ail.ip - Access to the /ail ip command
- ail.check - Access to the /ail check command
- ail.reload - Access to the /ail reload command
- ail.alert - User will be alerted on players alternate accounts
- ail.ignorealert - Other Admins wont be alerted of this uses alternate accounts.
Changelog
v0.1
- Current Developer build no download.
v0.2
- Failed build with no config
v0.3