Earlier Versions
| Name | Size | Uploaded | Game Version | Downloads | |
| SuperLogger v1.7.2 release | 20.50 KB | Dec 6, 2015 | 1.8.1 | 7,993 | Download |
| SuperLogger v1.7.1 release | 16.43 KB | Dec 5, 2015 | 1.8.1 | 118 | Download |
| SuperLogger v1.7 release | 18.65 KB | Dec 3, 2015 | 1.8.1 | 933 | Download |
| SuperLogger v1.6 release | 44.72 KB | Sep 4, 2014 | CB 1.7.9-R0.2 | 18,546 | Download |
| SuperLogger v1.5.3 release | 27.85 KB | Aug 8, 2013 | 1.6.2 | 5,597 | Download |
| SuperLogger v1.5.2 release | 27.64 KB | Jul 21, 2013 | 1.6.2 | 1,274 | Download |
| SuperLogger v1.5 release | 27.67 KB | Jun 15, 2013 | CB 1.5.2-R1.0 | 3,663 | Download |
| SuperLogger v1.4.9 release | 26.90 KB | May 16, 2013 | CB 1.5.2-R0.1 | 4,566 | Download |
| SuperLogger v1.4.8 release | 26.93 KB | May 16, 2013 | CB 1.5.2-R0.1 | 1,307 | Download |
| SuperLogger v1.4.7 release | 27.12 KB | Apr 30, 2013 | CB 1.5.1-R0.2 | 2,608 | Download |
| SuperLogger v1.4.6 release | 26.81 KB | Apr 26, 2013 | CB 1.5.1-R0.2 | 2,529 | Download |
| SuperLogger v1.4.5 release | 24.02 KB | Apr 22, 2013 | CB 1.5.1-R0.2 | 16,264 | Download |
| SuperLogger v1.4.4 release | 26.81 KB | Apr 17, 2013 | CB 1.5.1-R0.2 | 16,159 | Download |
| SuperLogger v1.4.3 release | 27.34 KB | Apr 15, 2013 | CB 1.5.1-R0.2 | 12,892 | Download |
| SuperLogger v1.4.2 release | 27.30 KB | Apr 3, 2013 | 1.5.1 | 1,632 | Download |
| SuperLogger v1.4.1 release | 27.08 KB | Mar 31, 2013 | 1.5.1 | 729 | Download |
| SuperLogger v1.4 release | 26.28 KB | Mar 8, 2013 | CB 1.4.7-R1.0 | 1,520 | Download |
| SuperLogger v1.3.8 release | 25.45 KB | Feb 16, 2013 | CB 1.4.7-R1.0 | 1,084 | Download |
| SuperLogger v1.3.7 release | 25.11 KB | Feb 4, 2013 | CB 1.4.7-R1.0 | 852 | Download |
| SuperLogger v1.3.6 release | 25.09 KB | Jan 25, 2013 | CB 1.4.7-R0.1 | 760 | Download |
| SuperLogger v1.3.5 release | 24.88 KB | Dec 7, 2012 | CB 1.4.5-R0.2 | 1,056 | Download |
| SuperLogger v1.3.4 release | 25.09 KB | Nov 27, 2012 | CB 1.4.5-R0.2 | 9,690 | Download |
| SuperLogger v1.3.3 release | 24.98 KB | Nov 10, 2012 | 1.4.2 | 7,814 | Download |
| SuperLogger v1.3.2 release | 25.33 KB | Oct 28, 2012 | CB 1.3.2-R3.0 | 688 | Download |
| SuperLogger v1.3.1 release | 24.94 KB | Oct 19, 2012 | CB 1.3.2-R2.0 | 568 | Download |
| SuperLogger v1.3 release | 24.79 KB | Oct 18, 2012 | CB 1.3.2-R2.0 | 357 | Download |
| SuperLogger v.1.2.1 release | 24.02 KB | Oct 15, 2012 | CB 1.3.2-R1.0 | 2,971 | Download |
| SuperLogger v.1.2 release | 23.84 KB | Oct 14, 2012 | CB 1.3.2-R1.0 | 813 | Download |
| SuperLogger v1.1 release | 23.52 KB | Oct 4, 2012 | CB 1.3.2-R1.0 | 10,055 | Download |
| SuperLogger v1.0 release | 23.39 KB | Oct 2, 2012 | CB 1.3.2-R1.0 | 403 | Download |
Screenshots
Description
Project Moved!
This project has been moved to GitHub!
You can obtain the newest releases by clicking the "releases" button on the repo
Please note these builds have not been approved by bukkit staff!
SuperLogger
Current Version: 1.6
Description
SuperLogger is an advanced, highly configurable logging plugin for Minecraft!
SuperLogger categorizes and organizes log files by date and event type
Things SuperLogger Logs:
- Joins
- Quits
- Kicks
- Commands
- Disallowed Logins (Server Full, Not on Whitelist, Outdated Client)
Configuration
#If the plugin should automatically download updates
auto-update: true
#if we should notify ops when there is an update available and updating is disabled
update-notify
#if we should output extra debug information to the console
debug: false
#standard logging settings
log:
#if we should log commands entered
commands: true
#if we should make sure a command is real before logging it
check-command-exists: false
#if we should log chat messages
chat: true
#if we should log player joins
join: true
#if we should log player quits
quit: true
#if we should log player kicks
kick: true
#if we should log player deaths
death: true
#if we should log failed logins
failed-connections: true
#if we should log player IP addresses for events
player-ip: true
#if we should log player UUIDs (note this disables itself on versions lower than 1.7 due to UUIDS not working properly)
player-uuid: true
#if we should log the co-ordinates (if applicable) to an event
coordinates: true
# a list of commands to ignore when entered
blacklist:
– 'login'
– 'register'
Permissions
All permissions here are given to nobody by default unless otherwise noted
superlogger.bypass.connection: permission to bypass connection logging
superlogger.bypass.chat: permission to bypass chat logging
superlogger.bypass.death: permission to bypass death logging
superlogger.bypass1.command: permission to bypass command logging
superlogger.update.notify: permission to receive notification of updates, defaults to opsuperlogger.bypass.*: permission to bypass all logging (the same as giving someone all bypass permissions as above)
superlogger.: all permissions, the same as superlogger.bypass. and superlogger.update.notify
Commands
There aren't many commands, but i may as well document them
- sl reload
reloads superlogger's configuration file- sl debug
prints debug information to console, useful for getting help!- sl version
shows superlogger version information
Need help with anything?
Have a problem with SuperLogger?
Maybe you have a Feature Request?
Maybe you just want to talk?
Join us on IRC in #zack6849 at irc.esper.net or click here!
Feeling generous?
If you appreciated this plugin and feel like throwing a little bit of money my way, there's a donate button on the top of the page, don't have money to donate? maybe ask me about helping test the plugin! you can also download the plugin through curse, downloads through there give me reward points exchangeable for real money 😀
Get 0.05 TON 💎
Download

Add a comment