McftProfiler
This plugin empowers your staff team, giving them the ability to keep profiles on your server's players. You can add notes to players, see related accounts, like/dislike players, award players, and more. This mends the communication barrier for smaller servers with few staff members and further empowers servers with many staff members to do what they do best, better.
-
NO LONGER MAINTAINED
Mcft plugins are no longer developed. MCProfiler was made as a replacement; migrating from McftProfiler is supported.
-
| Recommended Build | Support | Contribute | Feeds |
|---|---|---|---|
| Files | Create Issue | Source | Subscribe |
| Information | Donate | Builds |
Features:
- SQLite and MySQL support.
- Note players (add/remove)
- View player locations (online/offline)
- Be notified of related accounts
- Give awards to players
- Like and dislike players (reputation)
Requirements:
Information:
Development Builds:
Development builds of this project can be acquired on Bamboo.
These builds have not been approved by the BukkitDev staff. Use them at your own risk.
-
View User Profile
-
Send Message
Posted Jul 30, 2012@C0nd3mn3d
It will be released with the next update. (:
-
View User Profile
-
Send Message
Posted Jul 28, 2012Any progress on the web interface for this plugin?
-
View User Profile
-
Send Message
Posted Jun 12, 2012@XxRedPotatosxX
Please file a ticket.
-
View User Profile
-
Send Message
Posted Jun 9, 2012I can only get player's status while they are online and I get this error when I try to get their status when they are offline:
09.06 06:52:09 [Server] SEVERE [McftProfiler] java.lang.NullPointerExceptionexception when checking if user exists: null 09.06 06:52:09 [Server] SEVERE [McftProfiler] MySQL: Could not be resolved because of an SQL Exception: Access denied for user 'root@localhost'@'localhost' (using password: YES). 09.06 06:52:09 [Server] SEVERE [McftProfiler] MySQL: jdbc:mysql://localhost:3306/mcftprofiler 09.06 06:52:09 [Server] INFO [McftProfiler] User has no display name.
-
View User Profile
-
Send Message
Posted May 23, 2012@laCourj
Thanks :D
-
View User Profile
-
Send Message
Posted May 23, 2012@Rytis110
It has never been requested before. I'll make one available as an individual download. :)
-
View User Profile
-
Send Message
Posted May 23, 2012Will there be a WebInterface? :)
-
View User Profile
-
Send Message
Posted May 22, 2012@Ferkswe
Please read the green note in the description. :)
-
View User Profile
-
Send Message
Posted May 22, 2012Are there any updates for this coming soon? :D
-
View User Profile
-
Send Message
Posted May 21, 2012Hey :)
When i add a notice like "Griefer - 20.05.2012" ...
Can any Admin / Mod / people with the permission for it see this notice or only the admin where make the notice ?
-
View User Profile
-
Send Message
Posted May 6, 2012@kilorat2
My goodness. I'll look into it, thanks for bringing it up. For now you can just give the person 'mcftprofiler.related.hide'.
-
View User Profile
-
Send Message
Posted May 6, 2012Not sure if this is known, but there's some kind of bug where if there's an _ in the name (or maybe if it just ends in underscore?), it considers that some kind of wildcard. This guy connected, and I cross referenced it in the server logs, and the IP that "Kie_" connected from has only connected to my server as that name. But yet it thinks that any user with "kie" in it is him. http://i.imgur.com/kf0pS.png
-
View User Profile
-
Send Message
Posted Mar 24, 2012@Katorone
I'll have it do that, thanks for the feedback!
-
View User Profile
-
Send Message
Posted Mar 24, 2012IMHO the best thing you can do is ping the server through the mysql driver. A ping is a fast and lightweight way to check if an existing connection is still valid.
-
View User Profile
-
Send Message
Posted Mar 23, 2012@kilorat2
I'll see what I can do about that. It currently doesn't know what to do when mysqld restarts. I will be updating all of my plugins tomorrow, as well as releasing a few more. Until then, a simple plugin reload (using a plugin such as PluginReloader) will fix this issue, or you can restart your minecraft server.
-
View User Profile
-
Send Message
Posted Mar 23, 2012I had to restart mysql while minecraft was running, and this plugin didnt recover from that. It printed this when I did a /status for example:
20:18:51 [WARNING] [McftProfiler] MySQL: Error in SQL query: No operations allowed after connection closed.Connection was implicitly closed by the driver.
-
View User Profile
-
Send Message
Posted Mar 11, 2012@kilorat2
The second is a known issue and is a ticket. I just noticed the hostnames not too long ago as well, they will be fixed in the next release.
-
View User Profile
-
Send Message
Posted Mar 11, 2012Not sure if known, but in case its not, I tried 1.2.3 and /status is still chopping off the first character in the resolved hostname in Peer address, and I still get this:
MySQL: Error in SQL query: Data truncation: Data too long for column 'ip' at row 1
-
View User Profile
-
Send Message
Posted Mar 3, 2012awesome plugin keep up the good work!
-
View User Profile
-
Send Message
Posted Feb 25, 2012@kilorat2
I was under the impression that Bukkit only showed IP addresses and not hostnames on logins. This is why it is also failing for GeoIP lookups, as it's looking up the broken hostname 'omputer1.mydomain.com'. I will fix this in the next release.