Mineuniverse
Log in Register
Plugins

LogMe

Your number one chat logging solution
by _ForgeUser8634369
Download Claim this project
1,186 downloads
0 likes
Updated Jun 30, 2026
0 hypes
Admin Tools Chat Related

LogMe

Your number one chat logging solution


(MySQL database required!)

LogMe uses up-to-date technology to log your players chat and commands using an ultra-fast MySQL database.

Things to note

This plugin does not sanitize inputs for use on a webpage, it uses prepared statements to stop MySQL injection, though.

Infomation

Ever wanted to log every single thing your players type for reference in the future? Now you can with LogMe. All LogMe needs to log is a MySQL backend. LogMe is currently in beta, please report any errors you may have.

Database structure

CREATE TABLE IF NOT EXISTS `chat_logs` (
  `id` int(255) NOT NULL AUTO_INCREMENT,
  `username` varchar(32) NOT NULL,
  `time` int(255) NOT NULL,
  `msg` text NOT NULL,
  `ip` varchar(30) NOT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `id` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;

CREATE TABLE IF NOT EXISTS `command_logs` (
  `id` int(255) NOT NULL AUTO_INCREMENT,
  `username` varchar(32) NOT NULL,
  `time` int(255) NOT NULL,
  `msg` text NOT NULL,
  `ip` varchar(30) NOT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `id` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;
LogMe 1.0
MC CB 1.5.2-R0.1
Beta 2013-06-02 Get

More from _ForgeUser8634369

bFly
8,646
ProSpeed
2,340

You Might Also Like

AdBolt Advertising Network
Make money from your Minecraft server by running ads!
9,992
Mineload
Mineload
9,978
BeastTP
BeastTP v1.0 - Teleportation Made Easy! -[Permissions][1317]
9,966
RegionManager
generate regions with just one command!
9,950
TimeKeeper
Keep the Server-Playtime per Day
9,948
SimpleAdmin
simple way to ban/kick unwanted players from your server
9,945