This is a very simple plugin to get ChatLogs from players ingame. Your players can use them to submit a report in your forums.
Requirements
- webserver
- bukkit server
- mysql database
Features
- easy to use - simply run /chatreport <player> and it will return an URL
- supports multi server setups with one database
- minigame / normal mode
- * minigame mode: The ChatLog will contain messages the player has sent since the plugin was loaded.
- * normal mode: The ChatLog will contain messages the player has sent in the last 15 minutes
- fast & secure - uses mysql prepared statements
Installation
- Put the Plugin in your plugins/ folder and restart/reload the server
- Open mysql.yml and enter your mysql details
- open config.yml and set the URL to your index.php file you'll upload in step 4
- Upload index.php on your webserver
- Open index.php and enter the same mysql details
Screenshots
help page
URL (example)
error

Web-Page

Metrics

Known bugs: -
Coming soon:
- Backgrounds for the webpage
Please let me know if you found any bugs or have ideas to add to the plugin. Thanks :) Have fun using my first plugin.