This plugin was based off of McftProfiler http://dev.bukkit.org/bukkit-plugins/mcftprofiler/
For help making the transition to MCProfiler from McftProfiler, please read this page http://dev.bukkit.org/bukkit-plugins/mc-profiler/pages/updating-from-mcft-profiler/
This plugin gives staff members the ability to keep accounts on players, place sticky notes on them, see their previous usernames, and much more!
Requirements:
Features
Optional dependencies
If you would like another ban plugin or permissions plugin that MCProfiler can hook into, please make a Feature Request! (Be sure to add the Feature Request label please!)
Commands:
Permissions:
mcprofiler.help: description: Allows usage of /MCProfiler help mcprofiler.addnote: description: Allows usage of /MCProfiler addnote mcprofiler.notifiedofalts: description: Allows player to recieve notification of players alts. mcprofiler.info.basic: description: Allows user to get a name on /MCProfiler info mcprofiler.info.basic.uuid: description: Allows user to get UUID on /MCProfiler info mcprofiler.info.basic.previoususernames: description: Allows user to get previous usernames on /MCProfiler info mcprofiler.info.online: description: Allows user to get Online or last online status on /MCProfiler info mcprofiler.info.ip: description: Allows user to get IP on /MCProfiler info mcprofiler.info.position: description: Allows user to get last position on /MCProfiler info mcprofiler.uuid: description: Allows usage of /MCProfiler uuid mcprofiler.listlinks: description: Allows usage of /MCProfiler listlinks mcprofiler.lookup: description: Allows usage of /MCProfiler lookup mcprofiler.readnotes: description: Allows usage of /MCProfiler readnotes. Allows user to read notes on /MCProfiler info. mcprofiler.reload: description: Allows usage of /MCProfiler reload mcprofiler.listips: description: Allows usage of /MCProfiler listips
Config:
general: #If true, will print debug stack traces. By default, only unexpected exceptions will be printed. If this is true, all handled exceptions will be printed. printStackTraces: false #If true, prints all the queries being executed. showquery: false #If true, prints debug messages. debug: false #If true, uses recursive searching when players join. This is useful for helping to find more alts of players when they join, but disabling it will save processing time. recursivePlayerJoin: false #MySQL Database settings database: username: username password: password host: localhost port: 3306 database: schema #table prefix prefix: MCProfiler_
Installation:
Source