ClosedWorld
Host multiple closed worlds with various features (such as minimum number of players)
- 485
- August 28, 2012
ClosedWorld
Host multiple closed worlds with various features (such as minimum number of players)
- 485
- August 28, 2012
On death, players are kicked from server, and ban is saved into a MySQL / SQLite database.
Saved information includes:
When a player joins, their name is tested against active deaths. If they are dead / banned, they are kicked with a custom kick message.
The plugin doesn't actually do anything with saved information (apart from player name and date), however a web application is available if you wish to display death information on a website. The web app, written in PHP, can be found here https://github.com/Echo4190/SDB-Web-App/downloads. This web app is still being updated with various features.
If you want to use a MySQL database instead of an SQLite database, simply change the 'driver' config option from 'sqlite' to 'mysql', and complete the mysql connection details.
Download the compressed copy of the web app from the following link:
https://github.com/Echo4190/SDB-Web-App/downloads
You must be making use of a MySQL database in order to take advantage of this web app.
You should now be able to view active deaths on the website. This web package is still being updated.
kickmessage: You're Dead :( bantime: 0 dobans: true db: driver: sqlite mysql: username: uname password: pword host: localhost port: 3306 database: deathbans sqlite: file: plugins/SimpleDeathBans/simpledeathbans.sqlite thirdparty: Factions: enabled: false banatpower: -10
As of v1.5 there is support for third party ban conditions.
In order to utilize the conditional thirdparty banning, 'dobans' must be 'false' to disable the default ban handling (which is obviously ban on any death).
PM me for third party ban conditions for other plugins and I'll look into adding them.
"I, am not a java god" ~ gv1222
Host multiple closed worlds with various features (such as minimum number of players)
Host multiple closed worlds with various features (such as minimum number of players)