MurdersList
Plugin MurdersList
Current version: 1.1Download latest build: MurdersList.jar
Where can I get plugin source?
Here on GitHub: https://github.com/PerwinCZ/MurdersListWhat is this plugin good for
Plugin MurdersList saves killing statistics to MySQL table. So you can use this plugin on your webpage. Statistics include data like killer (name of player who killed another player), name of killed player, name of world where the murder was done, id of killer's weapon, killer's armor, killers health, list of potions used by killer and killed player, health taken in last hit, time when murder happend and specific murder's id.Installation
Download the latest version of MurderLists and put it into plugins folder. When you start your server, plugin will automatically create folder and config.yml file with MySQL access information. Then stop your server, fill config.yml with correct access data (hostname, username, password and database name) and turn on your server. If the connection to MySQL will be successful, plugin will automatically create table in database.Then you can use plugin without problems!
Setting config.yml
SqlHostname: 'IP adress of MySQL server, like 127.0.0.1 (localhost)' SqlPort: 'MySQL server port (default is 3306)' SqlUsername: 'Username used to access the MySQL' SqlPassword: 'Password used to access the MySQL' SqlDatabase: 'Database on MySQL server, where will be create table' TablePrefix: 'Write here table prefix (e.g. mc_) or leave it blank'
Columns in MySQL table
- world - Name of world.
- killer - Name of killer.
- killed - Name of killed player.
- weapon - Id of used weapon. 0 means hand.
- armor - 4 ids of armor (helmet, chestplate, leggings, boots) used by killer. 0 means empty slot.
- health - Health status of killer. Max is 20 points. 1 point is half of hearth.
- killerpot - List of potions used by killer.
- killedpot - List of potions used by killed player before death.
- lasthit - Health taken from killed player by last hit. 1 point is half of hearth.
- time - Time when the murder happend.
- id - Specific id of murder.
PHP file
You can download it in ZIP file here: http://www.mediafire.com/?l7x6wfq3mju8jjbJust set in first few lines correct data for connection to MySQL server, and you can let the code be.
Commands
- /murderslist - Information about plugin.
To do
- Reload command.
- Get enchantment on weapons and armor.
-
View User Profile
-
Send Message
Posted Apr 18, 2017How to use
-
View User Profile
-
Send Message
Posted Apr 14, 2013Use decompilator =D
-
View User Profile
-
Send Message
Posted Dec 14, 2012Can i get source?
-
View User Profile
-
Send Message
Posted Oct 31, 2012Thanks for adding prefix man! (:
-
View User Profile
-
Send Message
Posted Oct 16, 2012After update the table stop updating .. console msg:
[INFO] [ERROR] [MurdersList] Couldn't put data into MySQL database!
here is my version: http://murderlist.tk/
-
View User Profile
-
Send Message
Posted Oct 12, 2012Can you add xyz coordinates to the table?
-
View User Profile
-
Send Message
Posted Oct 11, 2012Is there a turtorial on how to add this to your site/forumotion?
-
View User Profile
-
Send Message
Posted Oct 8, 2012Hello, sorry for my bad English because I'm French. I wanted to do for a beug on version 1.3.1 when writing to the database when a kill is made by potions. Kill all the potion is not the reporter database! A leave her all works well!
I'm crafbukkit 1.3.2 R1.0
Thank you and good luck!
-
View User Profile
-
Send Message
Posted Sep 28, 2012@PerwinCZ
The ability to have a prefix for the table if i don't want it named just murderslist, for example mc_murderlist
-
View User Profile
-
Send Message
Posted Sep 24, 2012@bjornleijdstrom
What prefixes?
-
View User Profile
-
Send Message
Posted Sep 15, 2012BTW; add prefixes for table maybe?
-
View User Profile
-
Send Message
Posted Sep 15, 2012Hey dude, love it! Hope you keep updating to latest bukkits! This data is awesome to save (:
-
View User Profile
-
Send Message
Posted Aug 29, 2012@rudolf323
Here: Link Removed: http://www.mediafire.com/?l7x6wfq3mju8jjb
-
View User Profile
-
Send Message
Posted Aug 17, 2012Where is murderlist php file for website ?