LogWatch (Client)
Watch your server's console from your client!
ModLoader and LogWatch (Server) required
Version: r7
Conflicts: none
This mod will let you view what is currently appearing in your server's console without ever needing to SSH in or use screen.
Features:
- Colored text (assuming the Bukkit server supports it)
- Hidable, readable GUI
Installation:
- Install ModLoader
- Put all files from the downloaded LogWatch .zip into your minecraft.jar
Usage:
- When connecting to a Bukkit server with the LogWatch (Server) plugin installed, it will automagically start receiving data if you are configured (server-side) to do so.
- Press the hotkey (default L) to toggle the visibility of the console
Known Issues:
The text doesn't scroll automatically.Fixed in r2, just scroll down and click the blank line at the end- Only shows text that has appeared in the console while logged into the server.
Getting support:
Make a ticket here, with a description of what happens. If possible, a stacktrace and log from your client as well.
Change Log:
(2/20/13) r7
- Fixed: Sending commands to server.
- Fixed: Color codes displayed.
(2/19/13) r6
- Fixed: 1.4.7 ModLoader support. No other files changed.
(8/28/12) r5
- Improved: Hitting hotkey when in creative mode inventory search
- Fixed: 1.3.2 ModLoader support. No other files changed.
(8/8/12) r4
- Fixed: Hitting hotkey when editing sign and books
(8/7/12) r3
- Fixed: 1.3.1 ModLoader support. No other files changed.
(6/20/12) r2
- Improved: GUI is much better now. Will auto-scroll if you click bottom of text.
- Added: Tabs per log level
- Added: Configurable tab that will only show what you have checked for logging
- Added: Scrollback config
- Added: Remote command execution
- Added: Packet sub-library
- Changed: (technical back-end) Moved all content into client sub-package, to share resources with server plugin.
- Maintained: Backward / Forward compatibility; old clients still work with new plugin, new clients still work with old plugin.
(6/7/12) r1
- Added: GUI that shows (in color if supported on server) the current console
- Added: Hotkey to toggle GUI visibility (defaults to L)
Todo & Planned Features:
Fix auto scrollingDone r2 ^_^Add remote command executionDone r2 ^_^- Some sort of overlay