
Location Logger
Allows the logging of players locations
- Загрузки
- 463
- Подписчики
- 2
- Обновлён
- 8 апреля 2023 г.
- Лицензия
- GPL-3.0-only
Опубликован 7 апреля 2023 г.
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:
- Logs all player locations before the set timer
/logadd
- Permission: locationlog.listadd
- Adds specified player to the whitelist/blacklist
/logremove
- 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:
Ченджлог
3Релиз1.19.2, 1.19.3, 1.19.4 · 8 апреля 2023 г.
- Fixed bugs
- Separated permissions for viewing single player log and auto logs
- Added seconds and hours for auto logging time in config
- Added exempt permission (Useful for adding onto roles instead of adding a bunch of people the whitelist/blacklist)
- The logger now also lists the current dimension the player is in
- Added config version to config.yml to be able to automatically update
- Added the ability to shorten the log sentences
- Added bstats
Currently the auto config update isn't perfect, but it works. The latest default config will always be in the description of this plugin however
2Релиз1.19.2, 1.19.3, 1.19.4 · 7 апреля 2023 г.
- Allow logging specific people
- Allow people with specified permission to view logs ingame
1Релиз1.19.2, 1.19.3, 1.19.4 · 7 апреля 2023 г.
- Added whitelist/blacklist
- Fixed bugs
Комментарии
Загружаем…