ThisLogMustDie !
French developer |
---|
ThisLogMustDie ! - un-spam-ize your console !
Version: (the bottom link always refer at the latest version)
S o r r y
The developpement of this plugin has ceased. You can grab the latest jar or browse the sources on github
If you find that some plugins were not properly filtered, let me know !
Check your regex before asking for unfiltered messages : http://gskinner.com/RegExr/
Features
Remove all these unwanted messages from the console ! Clean your main log, keep only what really matter. With this plugin, you can remove spam, hide password on player login with /login (in AuthMe, for example), even separate you log files, one for each plugins !
Read the Configuration page before asking
Upcoming features
- exceptions in filters
Color codes
Colors
- BLACK : &0
- DARK_BLUE : &1
- DARK_GREEN : &2
- DARK_AQUA : &3
- DARK_RED : &4
- DARK_PURPLE : &5
- GOLD : &6
- GRAY : &7
- DARK_GRAY : &8
- BLUE : &9
- GREEN : &a
- AQUA : &b
- RED : &c
- LIGHT_PURPLE : &d
- YELLOW : &e
- WHITE : &f
Specials
- MAGIC : &k
- BOLD : &l
- STRIKETHROUGH : &m
- UNDERLINE : &n
- ITALIC : &o
- RESET : &r
Q&A
- I have strange characters at the end of some line of the console (something like ' [m')
Your system (probably Windows 64-bit) dosn't support color in console. It does not depend on me, it's the OS. disable color in config to remove it
Download links
- link removed
- Sources on GitHub
Other plugins : InventorySQL
@epicbastion
@deleted_7536780
Fixed in v 0.4.2
Would really like to update to the RB but can't until this plugin is fixed and able to handle the color changes, any Idea when this will be updated?
[SEVERE] Error occurred while enabling ThisLogMustDie v0.4.1 (Is it up to date?)
http://dev.bukkit.org/server-mods/thislogmustdie/tickets/4-severe-error-occurred-while-enabling-this-log-must/
This happens with the following versions of Craftbukkit:
Build number Version Type Download
@deleted_7536780
try this :
sorry im regex noob.
i want to change this:
[MCBans] Bookyak has disconnected!
to this:
[MCBans] &4[Bookyak]&f has disconnected!
i tried with this.. lol :P
@deleted_7536780
(v 0.4.1) color codes works now
@deleted_7536780 Sorry, the correct filter is
( '$2' instead of '$1')..
@ThisIsAreku
with this filter i got
07:26:12 [INFO] MCBans
07:26:12 [INFO] redspike2
07:26:12 [INFO] PLAYER_COMMAND
07:26:12 [INFO] WorldEdit: redspike2 (in "Warzone"): we cui
07:26:14 [INFO] Adm-WeAreLegionÃÃ
07:26:21 [INFO] PLAYER_COMMAND
07:26:22 [INFO] PLAYER_COMMAND
07:26:23 [INFO] WeAreLegionÃÃ
07:26:25 [INFO] PLAYER_COMMAND
07:26:26 [INFO] MCBans
07:26:26 [INFO] justownedyou13
07:26:30 [INFO] MCBans
07:26:31 [INFO] Factions v1.6.7
07:26:31 [INFO] PLAYER_COMMAND
07:26:33 [INFO] PLAYER_COMMAND
07:26:35 [INFO] Factions v1.6.7
07:26:35 [INFO] PLAYER_COMMAND
07:26:35 [INFO] PLAYER_COMMAND
Color codes not working
07:25:03 [INFO] [§aZiggy2k9] Logged in [§bWarzone] [461.8449554724537, 62.0, 467.92867257400314]
@deleted_7536780
You can use an AlterateFilter :
How would i filter this so it doesn't show the faction tag in console..
[Adm-RidersÃÃ] [Sup-Moderator] coreymangan: i hate creepers
like so
[Sup-Moderator] coreymangan: i hate creepers
@imilkywayz
sources: https://github.com/ThisIsAreku/ThisLogMustDie
@deleted_7536780
I'm working on color codes ;)
SOURCE please, i need to implement a feature in my plugin to kill the craft add packet spam
@ThisIsAreku
Thanks, xD what about color codes?
@deleted_7536780
added ;)
@ThisIsAreku
Can there be an option to dsiable the filters info on startup
@deleted_7536780
For feature requests, please use the ticket system. It makes easier the track of new fctionality :)
And for the filter.. Please comment on the related ticket I've opened, post the list of installed plugins on your server.
Essentials isn't fully filtered by its main class. Essentials' errors and startup/shutdown routines are correctly filtered, but [Player_command] is apparently in a different class. Just pointing that out, I don't expect you to have any more clue than me which is the correct one to use.
Thank you so much for adding a reload command though! It was so frustrating to have to restart the entire server over typos.