Location Logger
Allows the logging of players locations
Quick challenge
How far can you run before the mobs catch you?
Minecraft check
Confirm your run
Complete the quick check to get your code.
Location Logger
Location Logger logs the XYZ coordinates and current dimension of all players currently within the server and sends it to console at a set period, the default is 10 minutes. There is also a command to forcibly log everyone or to log a specific person.
If you have a problem or suggestion for the plugin, make sure to check out the GitHub! (Currently, this plugin only works on paper and its forks)
Commands:
/loglocations /locations /forcelog - Permission: locationlog.forcelog - Optional argument: <player> - Logs all player locations before the set timer
/logadd <player> - Permission: locationlog.listadd - Adds specified player to the whitelist/blacklist
/logremove <player> - Permission: locationlog.listremove - Removes specified player to the whitelist/blacklist
/setlisttype <whitelist/blacklist> /changelisttype <whitelist/blacklist> - Permission: locationlog.setlisttype - Changes between blacklist/whitelist
Misc Permissions:
locationlog.viewlog - People with this permission will be able to see the log of any specific person with /forcelog (This doesn't give them permission to use that command)
locationlog.viewautolog - Not granted to OPs - People with this permission will be able to see the automated logs in-game (May lead to spammy messages)
locationlog.exempt - Not granted to OPs - People with this permission won't be logged by the automated logger
Default Config:
``` version: 1
Don't touch the version number
settings: checkhours: 0 checkminutes: 10 checkseconds: 0
Setting all to zero will disable the automatic logger
Default is 10 minutes
listtype: blacklist
Whether to use a blacklist or a whitelist, default is blacklist.
Blacklist prevents players from being logged, if whitelist is enabled then only specified people are logged
shorten-log: false
Shortens the sentences of the logs
bstats: true specified-players: ```