Skip to content

Minecraft plugin which logs various player actions

Notifications You must be signed in to change notification settings

Nicholas-Vo/LogToFile

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 

Repository files navigation

logtofile2

This plugin logs the following actions to a text file:

  • Shooting item frames and armor stands with a projectile
  • Players nearby when a creeper explodes
  • Removal of books from lecterns
  • Mounting of horses
  • Naming of entities via nametag

You can toggle these via the config.yml.

Note: This isn't a polished CoreProtect or Prism extension, it's a simple personal plugin I've made public for those who are interested. The plugin does not include a config reload functionality at the moment; If you're interested in contributing, let me know!

Obtaining the plugin

You can download the plugin here on GitHub by navigating to "Releases"

Configuration

You can disable actions which you do not wish to have logged. By default, all actions are enabled!

logProjectiles: true
logCreeperProvoke: false
logLecternTake: true
logHorseMounts: true
logNametagUse: true

Example

An example of a creeperProvoke.txt entry:

[2022-02-14] Creeper exploded at 42 73 -78 in "world"
[2022-02-14] - Nearby: _NickV

About

Minecraft plugin which logs various player actions

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages