sar3th / DeathBan

A Bukkit plugin that automatically bans a player after death for a configurable amount of time

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DeathBan

DeathBan is a plugin for Bukkit that automatically bans players after death for a configurable amount of time.

Development Status

Right now, the plugin is still in early development. Here is a list of working things :)

Commands:

  • db-ban (Manually ban a player)
  • db-clear (Clear the banlist)
  • db-list (Show the banlist)
  • db-reload (Reloads config and banlist)
  • db-settime (Set the autoban time)
  • db-unban (Removes a player from banlist)

Permissions:

  • DeathBan.BanPlayer
  • DeathBan.ClearBans
  • DeathBan.ListBans
  • DeathBan.Reload
  • DeathBan.SetTime
  • DeathBan.UnbanPlayer

Missing functionality:

  • Bypass plugin for selected players

Compiling and debugging

Create a lib folder and put bukkit-1.2.3-R0.2.jar and craftbukkit-1.2.3-R0.2.jar in it, then open the project using NetBeans.

Notes:

  • Before debugging, run "Clean and Build" to automatically copy the jar to the right place.
  • Running Clean will delete the plugin and its settings from the debug folder.
  • Running Build will build the jar and copy it to debug/plugins.
  • Bukkit is required for compiling and CraftBukkit is only used for debugging.

Credits, Greetings and Thanks

DeathBan has been heavily influenced by DeathTimeout by Zelif. I tried fixing it first, but I failed miserably, so I decided to rewrite it from scratch instead of forking it.

Greetings fly out to Bukkit developers! Hai =D

A very special "thank you" goes out to my friend Gizmokid2005 (not only) for requesting this. You are awesome :D

About

A Bukkit plugin that automatically bans a player after death for a configurable amount of time


Languages

Language:Java 100.0%