Minecraft PlayerScreen mod 2026 download
logo
minecraft mod PlayerScreen

PlayerScreen

Game Version: CB 1.7.9-R0.1
Total Downloads: 1,386
Updated: May 16, 2014
Created: Apr 27, 2014
Download PlayerScreenDownload Earlier Versions

Earlier Versions

Name Size Uploaded Game Version Downloads
PlayerScreen 1.7.1 release 760.99 KB May 16, 2014 CB 1.7.9-R0.1 555 download PlayerScreen PlayerScreen 1.7.1 releaseDownload
PlayerScreen 1.6 release 747.53 KB May 10, 2014 1.7.4 365 download PlayerScreen PlayerScreen 1.6 releaseDownload
PlayerScreen 1.5 release 746.36 KB May 2, 2014 CB 1.7.2-R0.3 322 download PlayerScreen PlayerScreen 1.5 releaseDownload
PlayerScreen 1.4 release 716.53 KB Apr 27, 2014 CB 1.7.2-R0.3 144 download PlayerScreen PlayerScreen 1.4 releaseDownload

Description

Share this:

PlayerScreen – Commands monitoring

PlayerScreen is the perfect Chat and Commands monitoring tool for Admins.

Do you know the problem if a user said someone posted some crap or used some bad command!? and you don't want to download the entire server.log?

PlayerScreen stores Commands, Chat and several Actions with Timestamp in the Database of your server.

Its so simple, just drop the .jar in the /plugins folder and enter your MySQL details in the config.

It also comes with a powerful GUI Client for reading the logs, just double tap the .jar file on your PC.

Plugin Features:

  • log Command's
  • log Chat
  • log Login Location
  • log Logout Location
  • log Teleport Location
  • log GameModeChange Location
  • log CustomEvents with Location
  • log complete Server log and Pluginmessages
  • delete old log entries after x day

Client Features:

  • search by username or IP
  • write a IP to the user field in the gui, hit it and it shows the minecraft name
  • search in Command's or Chat Messages
  • get the Command Result
  • search with wildcard function
  • sort results ASC, DESC by username or date(Timestamp)
  • select results in Timespan
  • limit SQL Query
  • stores Database login data
  • auto refresh

Screenshots:





Create own Log Event:

Player player = null; // get a real player :p
PlayerScreenLogEvent event = new PlayerScreenLogEvent(player, "i'm very stupid");
Bukkit.getServer().getPluginManager().callEvent(event);

Sourcecode Repository:

Git Repo
Jenkins Build Server

Notes:

I recommend you to create a extra User only for query the logs from Database over a SSH Tunnel.
ProtocolLib is required since 1.7

Comments

Add a comment